Preview and configuration
Settings
Preview controls, GitHub Pages defaults, and demo state management.
Preview defaults
Workspace settings
Keep the static preview investor-safe while preserving the real page structure.
How to host
GitHub Pages ready
The package is built for repository-root publishing with relative routes and no backend requirement.
Publish steps
- Upload the extracted files to the repository root.
- Go to Settings → Pages → Deploy from a branch.
- Select the main branch and /(root).
- Open the Pages URL and use the static demo directly.
Why this preview works
- All routes are relative and GitHub Pages-safe.
- Interactive mock state is stored in the browser.
- The same information architecture can later move to Cloudflare.
State controls
Demo maintenance
Reset, export, or clean the local mock state used in the walkthrough.