The framework we built to build everything else.
Contember is an open-source, full-stack framework designed for the AI era. Define your data model in TypeScript — get instant GraphQL APIs, authentication, role-based access control, and a React admin UI.
Define your model. Get everything else.
Contember inverts the typical development process. Instead of building APIs, auth, and admin panels by hand, you define your data model — and the framework generates the rest.
export class Task { title = def.stringColumn() status = def.enumColumn(TaskStatus) assignee = def.manyHasOne(User) }
query { listTask( filter: { status: { eq: in_progress } } ) { title assignee { name } } }
<DataGrid entities="Task"> <TextColumn field="title" header="Task" /> <SelectColumn field="assignee" /> </DataGrid>
What you get out of the box
GraphQL API generation
Define your model, get role-specific, high-performance GraphQL APIs automatically. No manual endpoint wiring.
Authentication & authorization
Built-in user management, login flows, and the Tenant API. Skip integrating third-party auth.
Role-based access control
Declare complex, cell-level access rules. Secure by default, flexible by design.
React data binding
Automatic data binding between React components and GraphQL. No manual fetching, no state management boilerplate.
PostgreSQL database
Enterprise-grade, open-source database. Well-structured, fully managed, production-ready from day one.
Schema migrations
Update, generate, deploy. No data loss.
Actions & webhooks
Automate workflows on data changes.
Event log & audit trail
Track every operation. Full history.
Multi-tenant & multi-language
Multiple tenants and locales built in.
WYSIWYG editor
Rich text with custom blocks.
2FA & OAuth
Enterprise security built in.
The framework AI agents can actually use.
Most frameworks were designed for humans writing code by hand. Contember was designed with a different assumption: that AI agents will increasingly be the ones building, modifying, and maintaining applications.
Minimal context needed. Clear, observable architecture. Declarative patterns that LLMs can reason about. Your application doesn't just support AI features — it's built on an AI-friendly foundation.
Your cloud or ours.
Contember Cloud
Fully managed deployment. Push your code, we handle the rest — infrastructure, scaling, security patches, database backups. Plans from free to enterprise.
See pricing →Self-hosted
Open source under Apache 2.0. Deploy on your own infrastructure — AWS, GCP, Azure, bare metal. Full control, no license fees for core features.
Self-hosting docs →Start building today.
Get a Contember project running in minutes. Explore the docs, clone a template, or jump straight to code.
Want us to build it for you?
We use this framework every day to build custom applications. If you'd rather have us handle it — we'd love to talk.
Talk to us →