A full-stack project is a website with a generated backend — running on Cloudflare Workers with a D1 database — so the AI can build data-backed features, not just static pages.
Where: Dashboard → + (new project) / project type — Create or convert to a full-stack project
Key ideas
- Backend included: Beyond the design canvas, it generates server logic and a D1 database (Cloudflare Workers).
- When to use it: For apps that need stored data, auth, or APIs rather than a static/CMS site.
Steps
- Create a full-stack project (or convert one).
- Design the front-end on the canvas as usual.
- Ask the AI to add data-backed features; it generates the Workers + D1 backend.