// 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.
Static, editorial company landing page on Astro — refined light design, content-driven (src/content.json, agent contract in content.schema.json), zero backend modules.
Agent-native operator OS for Cloudflare SvelteKit: task board, focus plan, calendar context, daily review, knowledge and content pipelines, AI team routing, files, team roles, and business modules behind a lock-driven app shell.
Single-company ERP shell for Cloudflare SvelteKit: one organization, employees + roles via RBAC, and operational modules (customers, invoices, files) that plug into a lock-driven left sidebar.
Multi-tenant B2B SaaS starter for Cloudflare SvelteKit: org sign-up, team management with RBAC, and subscription billing over detached module use cases.
Cloudflare-native Astro + EmDash template for migrating WordPress blogs with EmDash Exporter content import, theme ZIP intake, source probing, redirects, RSS, sitemap, D1, and R2.
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.