Multi-page static site scaffold for Cloudflare Pages. One folder per page, path-based routing, single domain.
Open Claude Code in this folder and say:
create a page at /slug-name
Or manually: cp -r _template slug-name/ and edit the files.
Connect this repo to a single Cloudflare Pages project. Push to the connected branch. Done.
CLAUDE.md— briefing for Claude Code (always loaded)_template/— the scaffold new pages are copied from_headers/_redirects— Cloudflare Pages configurationdocs/— architecture and onboarding docs (share-ready).claude/commands/new-page.md— the/new-pageslash command
- docs/ARCHITECTURE.md — the full design, hosting, and performance model
- docs/GETTING_STARTED.md — first-session workflow for someone new to the repo