Free
€0
Everything you need to build. Pay when you ship.
- 1 project
- 5,000 documents / project
- 100k API requests / mo
- 500 MB assets
- 2 seats, 2 locales
headless cms · typed sdk
Define your content schema once. The API and a fully typed tRPC client are generated for you. No hand-written API types, ever.
Runs many production projects today, including the ArmaTerra, Helion Research and KangaCoders sites.
$ bunx gemsync
✓ gemRouter.ts written (4 collections, fully typed)
const gem = createGemClient<GemRouter>({ url, key })
const posts = await gem.tables.posts.all({ limit: 10 })
// ^? posts: Post[] :: typed from your schema Contentful and Hygraph start at $199–300 a month and gate locales behind upgrades. Strapi and Payload are cheaper, but self-hosting them means running a backend per client site. Supabase types your database tables, not your content model.
An agency with ten client sites ends up maintaining ten sets of hand-written content types that drift out of sync the moment an editor renames a field. Gem0 deletes that entire category of work: the types are generated from the schema, so they can't drift.
from schema to shipped
Collections built from six field primitives, with modifiers like translatable and arrayOf and per-field validations.
It pulls a generated gemRouter.ts from your project’s API. Types included, nothing hand-written.
createGemClient for plain TS, React Query hooks via sdk-react, a Next.js wrapper via sdk-next. Every query and mutation is typed against your actual schema.
The compiler tells you exactly which components broke. That’s the whole upgrade path.
from €0
The typed SDK and codegen are included on every tier, Free included.
€0
Everything you need to build. Pay when you ship.
€29/mo
One person, real projects.
€99/mo
Your whole client portfolio, one invoice.
from €299/mo
A dedicated instance, with an SLA behind it.
Self-serve signup isn't live yet: onboarding is currently by conversation, which at this stage we prefer. info@gem0.dev
Gem0 runs many real customer projects in production today, and the platform is under active development.
Roadmap, not shipping today: Gem0 Studio, a client-facing workspace where an AI agent designs the schema and an Astro engine previews and publishes the site with every change versioned in git. And AI on the content itself: auto-translation of translatable fields, semantic search, and an MCP server so coding agents can operate your CMS directly.