// App templates
Each template scaffolds a real Cloudflare app composed from inspectable modules — run it locally with no login, then let your agent add, customize, check, and deploy. Maturity comes straight from the registry; we label what's experimental.
Full Cloudflare SvelteKit booking app template with detached booking API/domain logic.
Auth-gated Cloudflare SvelteKit client portal: customers see their own invoices, files, and account; staff get an admin side. Detached invoice/file/customer logic.
Multi-tenant B2B SaaS starter for Cloudflare SvelteKit: org sign-up, team management with RBAC, and subscription billing over detached module use cases.
Static, editorial company landing page on Astro — refined light design, content-driven (src/site.config.ts), zero backend modules. Deploys as plain static files.
Catalog, cart, and Stripe checkout composed from Customer, Payment, and Email.
Auth, accounts, and billing surfaces for a subscription product.
Admin-shell + Audit over your own records — a back office your agent generates.
Roadmap templates are concepts, not released code — shown for direction only. The booking template's public source is still being prepared.