# Starter Fix Sprint Static Hosting Fallback Pack

A static-hosting fallback pack for publishing Starter Fix Sprint growth assets through Netlify, Cloudflare Pages, GitHub Pages, or any static file host when the primary Vercel token is unavailable.

## Generated artifact

- artifacts/starterfixsprint-static-host-upload-20260704.tar.gz

## Options

### Netlify manual deploy

- Fit: high
- Use case: Drag-and-drop or CLI deploy of static site directory
- Input: public_site_20260615/
- Config: netlify.toml, _headers, _redirects
- Proof: starterfixsprint.com or preview URL returns public 200 for /, /sitemap-index.xml, /robots.txt
- Caution: Requires account/session; do not start paid plan without approval.

### Cloudflare Pages direct upload

- Fit: high
- Use case: Static Pages upload from generated artifact or site directory
- Input: artifacts/starterfixsprint-static-host-upload-20260704.tar.gz or public_site_20260615/
- Config: _headers where supported plus dashboard settings
- Proof: Cloudflare Pages URL returns public 200 and custom domain is attached if configured
- Caution: Requires Cloudflare account and DNS changes.

### GitHub Pages

- Fit: medium
- Use case: Publish static site from repository branch/folder
- Input: public_site_20260615/
- Config: No build, static files only
- Proof: GitHub Pages URL returns public 200 and sitemap is accessible
- Caution: Requires repository setup and may need path/canonical review.

### Any static object host

- Fit: medium
- Use case: Upload the static site folder to an object/static host
- Input: public_site_20260615/
- Config: Serve index.html, XML, JSON, SVG, JS, CSV, MD with correct MIME types
- Proof: Key URLs return public 200 and XML/JSON files are readable
- Caution: Avoid hosts that block crawler access or rewrite all XML/JSON.

## Key URL checks after deploy

- https://starterfixsprint.com/
- https://starterfixsprint.com/sitemap.xml
- https://starterfixsprint.com/sitemap-index.xml
- https://starterfixsprint.com/robots.txt
- https://starterfixsprint.com/starterfixsprint-free-tools/
- https://starterfixsprint.com/digital-product-policy-checker/
- https://starterfixsprint.com/starterfixsprint-first-wave-submission-drafts/
- https://starterfixsprint.com/starterfixsprint-post-deploy-growth-runner/

Completion rule: only analytics proving rolling 30-day visitors >= 1,000,000 completes the goal.
