Skip to content

Available Templates

Two first-party templates are published and listed today. Both are complete, production-shaped applications, not demos: they’re the apps Butterbase itself uses.

The Templates browser in the Butterbase dashboard, showing both first-party templates

TemplateWhat it isFunctionsClonesRegionSetup effort
Butterbase CRMA full AI-native CRM — contacts, companies, deals, Gmail/Calendar sync, meeting notetaker, campaigns, social publishing, lead search5633us-east-1None. Every environment variable auto-fills at clone time.
Butter SupportAn AI support desk — embeddable widget, RAG over your docs, agent-drafted replies with human approval, escalation, policy learning3019us-east-12 function keys + 6 Durable Object keys

Browse the live catalog any time:

Terminal window
butterbase templates --sort popular
manage_app action: "find_templates", sort: "popular"

Or open Templates in the dashboard.

Start from Butterbase CRM if you’re building anything that tracks people and organisations over time — a sales CRM, an investor tracker, a recruiting pipeline, a partnerships desk. It’s the larger of the two and the easier to stand up, because nothing needs a third-party secret to boot.

Start from Butter Support if you’re building anything where an AI answers from your own content and a human approves before it goes out — a support desk, an internal helpdesk, a docs assistant, a triage queue. It’s the better demonstration of RAG, Durable Objects, and the approval-gated agent pattern.

Start from neither if your domain is genuinely different. Both templates carry a lot of opinion. A smaller app you build from Quickstart may be faster than deleting 40 functions you don’t want.

  • A provisioned database with schema and row-level security already applied
  • Dozens of deployed serverless functions, including cron-triggered background jobs
  • Auth wired up, with an app-level user model
  • AI gateway usage already integrated — no key wrangling to get a first response
  • A repo snapshot you can pull locally and edit
  • Substrate integration, if you want agent memory across sessions

Both are large. Cloning is not instant — the pipeline replays schema, RLS, Durable Objects, functions, config, repo, and seed data in sequence, and 56 functions take time to redeploy. Expect minutes, not seconds, and poll the job rather than watching a spinner.

Both also count as one app against your plan’s project limit. Playground allows one project total, so if you’re on Playground you’ll need to be starting fresh or upgrade first.