What problem does it solve?
Building a complete multi-page website page-by-page causes visual drift, broken navigation links, and inconsistent headers and footers, and manually coordinating each page generation is slow and error-prone.
Core Features & Use Cases
- Baton-Passing Loop: Reads each task from
.design/next-prompt.md, generates one page, integrates it into the site, then writes the next task to keep the loop alive until the site is complete.
- Dual Generation Backends: Uses Claude by default for HTML/Tailwind pages, or Google Stitch SDK for higher-fidelity AI designs when the SDK and API key are detected.
- Consistency Enforcement: Copies header, nav, and footer verbatim across pages, updates navigation site-wide, and optionally verifies pages visually via Playwright or Chrome MCP screenshots.
- Use Case: Ask Claude to build an entire small-business site — homepage, about, services, contact — and it generates each page in sequence with a shared design system, updating the sitemap and roadmap in
.design/SITE.md as it goes.
Quick Start
Ask Claude to build an entire multi-page website autonomously using the design loop, starting with the homepage.