The CMS engine for the age of AI.
Not another LLM wrapper bolted onto a CMS. Forme is a purpose-built AI content engine with schema-aware agents, review-first workflows, full audit trails. AI that actually understands your content.

Why Forme is different
Not another LLM wrapper bolted onto a CMS. Purpose-built AI content operations with developer-first DX on managed cloud.
Predictable, honest pricing
Great tooling shouldn't come with sticker shock. Forme's pricing grows transparently, not according to your API calls. No surprise overages. No sudden jump from starter to enterprise. Core features like environments, AI operations, and real-time preview are included at every tier, not locked behind premium add-ons.
Full AI audit trail
Every AI action is logged: what ran, when, by whom, with what inputs, and what outputs. Know exactly what AI did to your content. Meet compliance requirements. Debug unexpected results. No other CMS provides this level of AI accountability.
Review-first by default
Every AI action produces a draft. You see the diff. You apply, edit, or discard. No surprise changes to published content. Forme treats AI as a collaborator that suggests, not an agent that acts unilaterally. Trust is built in.
Schema-aware AI agents
Your AI does not just generate text. It understands your content types, field validations, locales, and relationships. A blog post draft respects your rich text structure. A product description follows your field constraints. AI that knows your schema produces content that actually fits your model.
Feature comparison
How Forme compares to the leading headless CMS platforms. Every claim verified against public documentation.
Why Forme?
Three combinations no single competitor offers.
Environments + schema-as-code + managed cloud
Managed cloud + composable UI building blocks
Schema-aware AI + review-first + audit trail
How it works
From schema to published content in three steps.
Deliver
Fetch published content via the Delivery API or TypeScript SDK. Build with Next.js, Nuxt, Astro, or whatever you choose. Global CDN delivery.
Create
Author content via the Admin UI or Management API. Localize fields, manage drafts, upload assets. AI agents help draft and revise with review-first workflows.
Model
Define content types via the API or Admin UI. Fields, validations, localized vs unlocalized. Your AI agents automatically understand your schema.
How Forme fits together
A composable platform. Use the full Admin UI, build your own, connect your existing tools, or combine them.
Built for human devs and AI agents
TypeScript SDK, interactive API docs, and standard REST endpoints. Ship your frontend in minutes, not days.
TypeScript SDK
Typed client for both Management and Delivery APIs. Auto-detects token type.
import { createClient } from "@formecms/sdk";
const delivery = createClient({
baseUrl: "https://delivery.forme.sh",
apiKey: process.env.FORME_READ_KEY,
});
// Typed entries with locale resolution
const entries = await delivery.entries.list({
limit: 10,
locale: "en-US",
});
if (entries.ok) {
for (const entry of entries.data.items) {
console.log(entry.fields.title);
}
}Developer guides
Quickstart, SDK reference, and full API documentation to get you shipping fast.
Try it live
curl -s https://delivery.forme.sh/delivery/entries?limit=3 \
-H "Authorization: Bearer ${READ_KEY}" | jqWhat's coming
Forme launches in stages. The Alpha gives you the best developer-first CMS engine. Each release adds more capabilities.
Available now
- Content modeling
- Draft/publish workflow
- Localization
- Environments
- REST APIs
- TypeScript SDK
- Asset management
- Admin UI
- Managed cloud
Coming next
- AI Content Agents
- Real-time Preview
- Composable UI Components
- AI Site Builder
- Multi-provider AI
- GraphQL Management API
On the horizon
- Webhooks & Integrations
- Team Management & Roles
- Scheduled Publishing
- Activity Log
- Content Analytics
- Advanced Search
Pricing
Forme is free during Alpha. We're looking for teams who want to help shape the future of content management.
Alpha access
Full platform access during Alpha. Content modeling, publishing, APIs, SDK, Admin UI, managed cloud. We want your feedback, not your money (yet).
- ✓All Alpha features included
- ✓Managed cloud hosting
- ✓Direct access to the team
- ✓Shape the product roadmap
Custom content editor UI
Need a content editor tailored to your team's workflow? We build custom editorial UIs on top of the Forme composable UI framework. Fixed price, no surprises.
- ✓Built on Forme's composable components
- ✓Tailored to your content models
- ✓Fixed price quote upfront
- ✓You own the code
Forme launches in stages
- Alpha (now): Publishing engine with content modeling, draft/publish, localization, environments, Delivery API, TypeScript SDK, Admin UI, and managed cloud.
- Beta (April 2026): AI content operations including the Creative Content Editor Agent, prompt templates, review-first workflow, audit trail, multi-provider AI, real-time preview, and composable Admin UI.
The Alpha gives you the best developer-first CMS engine available. The Beta adds the AI-native content operations that no competitor can match.
Built with AI, shipped with proof
Forme is developed by AI coding agents under human control. This AI-native development model creates a structural cost advantage, passed to customers through lower pricing. Our DORA metrics prove it works.
OWASP Top 10 audited
Data portability
Open development
Standard APIs
Ready for AI that actually understands your content?
Join the Alpha waitlist. Forme is building the deepest AI content operations in the headless CMS market: schema-aware, review-first, fully auditable.