Templates

Production-ready app starters. Five today, more shipping weekly.

Templates are pre-built Nuxt apps that install into your core fork with a single prompt to your AI agent. Think of them as opinionated starting points: instead of the AI building your dashboard from scratch, it pulls in our dashboard template and iterates from there.

Available templates

TemplateBest forLive demo
SaaS StarterA complete B2B SaaS product — marketing site, pricing, auth-gated dashboard, all in one appsaas.templates.app-agent.io
DashboardAn admin panel or internal tool with tables, forms, tabs, KPI cardsdashboard.templates.app-agent.io
AI ChatA streaming chat interface with RAG-ready storage — customer support bot, internal knowledge base, product assistantchat.templates.app-agent.io
LandingA marketing site starter — hero, features, pricing, testimonialslanding.templates.app-agent.io
Customer PortalAn auth-gated customer-facing area — support tickets, account management, self-serve resourcesportal.templates.app-agent.io

You can pull in more than one — most Pro customers run 2–4 templates side-by-side inside a single core fork.

How installation works

  1. Visit /templates and pick the template you want.
  2. Sign in with GitHub. If you're on Professional or Enterprise, the install prompt appears with a real GitHub token embedded.
  3. Copy the prompt.
  4. Open Claude Code (or Cursor / Codex) at the root of your core fork.
  5. Paste. The AI runs the six install steps: fetch the template files, rewire the layer extends, rename the package, install dependencies, prepare, commit.
  6. bun run dev — your new app is live at localhost:300X.
  7. git push origin main — auto-deploys to Cloudflare Pages under a subdomain of your choosing.

The whole install typically takes under 3 minutes end-to-end, and you can watch every step in the AI's transcript. If you want to see what the agent will do before installing, expand "Preview what your agent will do" on any template page.

When to pick which

  • You're building a full SaaS product from scratch: start with SaaS Starter. It covers hero → pricing → login → dashboard in one app.
  • You have an existing marketing site but need an internal tool: pull in Dashboard. Runs on its own subdomain (admin.yourdomain.com).
  • You want to add a support chatbot or knowledge assistant: pull in AI Chat. Bring your own OpenAI or Anthropic key.
  • You just need a marketing site: start with Landing. Fastest ship.
  • You have paying customers and want to give them a self-serve area: pull in Customer Portal.

Cross-pollination

Some templates are contributed by partners in the App-Agent ecosystem (starting with our own Voyceme templates for AI companion products). When you install a partner template, a small royalty flows back to the author — the price you pay is the same as any first-party template. Details in Ownership, hosting & security.

Requesting a new template

Don't see what you need? Contact us. If a template you want doesn't exist, we can either (a) build it as part of your first few Pro sessions or (b) add it to the roadmap for the wider platform. Either way, once built it lands in the shared templates repo and other customers can pull it too — with royalties flowing back to whoever sponsored it, if that fits.

What comes next