Proof through real scenarios
Templates that show the open system in practice.
These scenarios are the fastest way to understand ContractSpec: explicit contracts, aligned surfaces, and an adoption path from OSS exploration into Studio deployment.
Browse by source
Use local scenarios for core proof, then scan the community.
Local templates show the official adoption path. Community templates show where the ecosystem is pushing the system next.
Minimal Example
A minimal template to get you running in minutes. Perfect for exploring the engine.
Capabilities: Basic Forms, Auth
SaaS Boilerplate
Complete SaaS foundation with multi-tenant orgs, projects, settings, and billing usage.
Capabilities: Multi-tenancy, RBAC, Projects, Billing
CRM Pipeline
Sales CRM with contacts, companies, deals, pipeline stages, and task management.
Capabilities: Contacts, Deals, Pipelines, Tasks
Data Grid Showcase
Focused example for ContractSpec headless tables across client, server, and DataView-driven lanes.
Capabilities: Tables, Sorting, Pagination, Column Controls
Visualization Showcase
Canonical ContractSpec example for chart primitives, shared visualization contracts, and opinionated dashboard blocks.
Capabilities: Metrics, Charts, Timelines, Comparisons
AI Agent Console
AI agent orchestration platform with tools, agents, runs, and execution logs.
Capabilities: Tools, Agents, Runs, Metrics
AI Chat Assistant
Focused assistant template with reasoning, sources, suggestions, and MCP-aware tooling.
Capabilities: Chat UX, Sources, Suggestions, MCP
Workflow / Approval System
Multi-step workflows with role-based approvals and state transitions.
Capabilities: Workflows, Approvals, State Machine
Marketplace
Two-sided marketplace with stores, products, orders, and payouts.
Capabilities: Stores, Products, Orders, Payouts
Integration Hub
Third-party integrations with connections, sync configs, and field mapping.
Capabilities: Integrations, Connections, Sync
Learning Journey — Studio Getting Started
First 30 minutes in Studio: choose template, edit spec, regenerate, playground, evolution.
Capabilities: Spec-first onboarding, XP/streak, progress widget
Learning Journey — Platform Primitives Tour
Touch identity, audit, notifications, jobs, flags, files, metering once with guided steps.
Capabilities: Cross-module tour with event-driven completion
Learning Journey — CRM First Win
Get to first closed-won deal: pipeline, contact/company, deal, stages, follow-up.
Capabilities: CRM onboarding with XP/streak/badge
Analytics Dashboard
Custom dashboards with widgets, saved queries, and real-time visualization.
Capabilities: Dashboards, Widgets, Queries
Plumber Ops
Complete workflow: Quotes → Deposit → Job → Invoice → Payment. Policy-enforced approvals.
Capabilities: Quotes, Jobs, Invoicing, Payments
Coliving Management
Coliving management: Onboarding, chores, shared wallet. Multi-party approvals built-in.
Capabilities: Tasks, Approvals, Payments
Chores & Allowance
Family task management with approval workflows. Teach financial accountability safely.
Capabilities: Tasks, Approvals, Notifications
Service Dispatch
Field service scheduling, routing, and invoicing. Real-time coordination with policy gates.
Capabilities: Scheduling, Maps, Invoicing
Content Review
Multi-stage approval workflow for content. Audit trail for every decision.
Capabilities: Workflows, Approvals, Comments
From template to real system
Templates become useful when the system can absorb more context.
Use templates to prove the base flow, then layer integrations, knowledge, and runtime behavior on top without losing the same contract source.
Add payments
Connect Stripe to any template for payment processing, subscriptions, and invoicing. Type-safe and policy-enforced.
Learn more →Add notifications
Send transactional emails via Postmark or Resend. Process inbound emails with Gmail API. SMS via Twilio.
View integrations →Add AI and knowledge
Power templates with OpenAI, vector search via Qdrant, and structured knowledge spaces for context-aware workflows.
Learn about knowledge →All integrations are configured per-tenant with automatic health checks and credential rotation.
View Architecture