Database
A typed database for every resource.
Define resources, fields, relations, and permissions — backed by one universal runtime. Every table you create becomes a typed API and an admin surface automatically.
Resource
resource tournaments {
title: string! status: enum starts_at: datetime
teams: relation(teams[]) read: public write: admin
}Typed resources
Strongly typed fields, relations, and validation defined once and enforced everywhere.
Row-level permissions
Per-role read/write rules attached directly to each resource.
Auto-generated API
Every resource is exposed as a versioned REST endpoint the moment it exists.
Migrations handled
Schema changes are versioned and applied safely across environments.
Related
Build and launch production apps with AI.
Every project gets a frontend, backend, API, auth, database, control panel, custom domains, and staging-to-production deployment — all in one platform.