v2026.04
Read release notes
exAI Agentic OSexAI
§ 01 / 06
Templates · 180+ scaffoldsProduction-readyTypeScript · tests · migrations · CI
catalog · refreshed weekly
exAI Templates · the marketplace of working scaffolds

180+ scaffolds.
All real code.

Every template is a tested, typed, deploy-ready codebase — not a chat summary, not a screenshot, not a mock. Auth, Stripe, Postgres, queues and observability wired from commit zero.

Pick a scaffold. Fork it. Configure secrets. Deploy. The output is a real GitHub repo you can walk away with at any time. exAI templates are the fastest path from idea to production for founders, agencies, and internal builders who want the boilerplate done — not the lock-in.

Featured · day zero3 of 180+
ITSM-starter
tpl-001
ITSM
ITSM · 7 tables · auth wired
Incident · SLA · runbooks
Backoffice-pro
tpl-002
Internal
Internal Dashboard · 12 charts · RBAC
Audit log · table editor
B2B-saas
tpl-003
SaaS
B2B SaaS · Stripe + auth + email
Multi-tenant · billing
Fig. 01 · stack-aware scaffoldsFork-safe · no lock-in
§ 02 / 06
Anatomy of a template

Four guarantees.
Per scaffold. Always.

Every entry in the catalog clears the same gate before it ships. No half-wired examples, no “left as exercise to the reader” stubs. If a template is in the index, it builds, it tests, it deploys.

Cell 01enforced
Real code

TypeScript end-to-end. Vitest + Playwright suites. SQL migrations checked in. CI runs lint, typecheck, and tests on every PR.

$ pnpm test · 412 / 412 green
Cell 02enforced
Wired from day zero

Auth (Clerk/Auth.js), Stripe checkout + webhooks, Postgres + Drizzle, BullMQ queues, OpenTelemetry traces — type-safe in seconds.

$ exai env pull · 38 secrets ok
Cell 03enforced
One-click deploy

Push to exAI Cloud, Vercel, Fly.io, or your own VPC. Zero-downtime rollbacks. Preview URLs per branch. Observability from first request.

$ exai deploy --target vercel
Cell 04enforced
Fork-safe export

No proprietary runtime, no closed format. Every template is a real GitHub repo. Walk away anytime — the code keeps running with or without us.

$ exai template export ./out
§ 03 / 06
Catalog · 10 categories

Every workload.
Pre-built.

From two-sided marketplaces to ETL pipelines, the catalog covers the workloads enterprise teams actually ship. Filter by stack, by integrations wired, by deploy target.

marquee · live cataloghover to pause
SaaSmulti-tenant0
Internal toolsRBAC + admin0
ITSMincidents · SLA0
Marketplacetwo-sided0
Dashboardcharts · KPIs0
Auth + adminClerk · Auth.js0
AI agentsLLM · tools0
CMS / ContentMDX · CMS0
E-commerceStripe · shop0
AnalyticsOLAP · pipes0
SaaSmulti-tenant0
Internal toolsRBAC + admin0
ITSMincidents · SLA0
Marketplacetwo-sided0
Dashboardcharts · KPIs0
Auth + adminClerk · Auth.js0
AI agentsLLM · tools0
CMS / ContentMDX · CMS0
E-commerceStripe · shop0
AnalyticsOLAP · pipes0
Templates total
0
Auth wired
0
Stripe wired
0
Deploys / week
0+
§ 05 / 06
Template → running app

Ninety seconds.
Four commands. Done.

The fastest path from idea to URL: pick, fork, configure, deploy. No yaml safari. No staging branch ritual. No “works on my machine” week.

exai · template fork pipeline
total · ~90s · idempotent
01~10s
PICK
Browse the catalog

Filter 180+ scaffolds by category, stack, integrations, deploy target. Live previews, real test counts, real deploy stats.

$ exai template list --filter category:itsm
02~12s
FORK
Clone the repo

Forks include git history, CI, migrations, and seed data. The registry hands you a real GitHub repo on your account or org.

$ exai template fork itsm-starter
03~28s
CONFIGURE
Wire your secrets

Pull pre-mapped env vars. Stripe keys, OAuth client IDs, database URL — generated, validated, written to your vault.

$ exai env pull && exai env validate
04~40s
DEPLOY
Ship to production

Choose target (exAI Cloud, Vercel, Fly, your own VPC). Zero-downtime rollback. Preview URLs per branch from the first push.

$ exai deploy --target vercel --prod
flowidempotent · re-runnable · audited
All four steps · run #0021490s · green
§ 06 / 06
Stop scaffolding

Stop scaffolding.
Start shipping.

The boilerplate is solved. The integrations are solved. The tests, the migrations, the CI, the deploy — all solved. The only thing left for you is the part nobody else can do: the part that makes your product different.

Trust row
Templates
180+
Languages
TS · Go · Py
Deploy targets
exAI · Vercel · Fly · VPC
License
MIT · fork-safe
SOC2 · GDPR · self-host ready · BYOC Helm chart
Founders
Skip 6 weeks of boilerplate
Agencies
Ship client work in days
Internal builders
Stop reinventing auth