Demo
Demo video — coming soon
This page will embed the recording of Clodsite building this very site — from /setup to live URL — in a single session. Check back once the recording is cut.
The five commands, in order
If you want to follow along before the video is posted, here is what each command does and what it produces.
/setup — Checks that Wrangler is installed, then verifies your Cloudflare API token and Account ID. Writes .env. Safe to re-run; non-destructive unless you pass clean.
/interview — Ten questions, one at a time: site name, purpose, audience, tone, visual style, pages, page purposes, copy status, content, and contact. Synthesizes your answers into site/site-spec.json.
/plan — Validates the spec, then generates site/build-plan.md with complete page copy drafted or incorporated. You review this file before building. It is the last checkpoint before code is written.
/build — Writes scaffold/src/_data/site.json, applies the selected visual theme, generates a Nunjucks template for each page, and runs Eleventy. Output lands in site/dist/.
/deploy — Calls Wrangler to ensure the Cloudflare Pages project exists, then deploys site/dist/. Returns the live URL. Writes site/NEXT-STEPS.md with post-deploy ops guidance.