Features

Everything Jaina ships.

A single primitive — the schema — extended into forms, APIs, SDKs, MCP tools, exports, and actions.

Schemas as the meta-class

A schema defines a data type. Fields belong to schemas. Records are instances. The whole system is built on this single primitive.

Twenty+ primitive types

text, number, boolean, date, file, reference, select, url, email, color, richtext, code, array, json, vector<T>, map<T>. Composable.

Semantic file variants

image, video, audio, pdf, svg, model3d, lottie, font. Each gets its own preview component with no extra config.

Code generation

Typed models for TypeScript, C#, Python, Go, Rust. Generated from schema. Drop into Unity, drop into your Next.js app.

Actions & webhooks

Define verbs on schemas. Fire from GUI, API, or MCP. Subscribe to record events with retry logic and delivery logs.

Export & sync

Pull packages to disk as model.json + assets. Edit locally. Push back. Treat content like code.

Auth & multi-tenancy

OAuth (Google + GitHub), user-scoped API tokens, Row Level Security on every table.

Filterable queries

Filter, sort, paginate records by any field. JSONB indexes handle complex queries without setup.

Deployment agnostic

Embed model.json at build, fetch over REST at runtime, or sync to disk. Same data, three modes.

One schema

Three interfaces.

Every primitive you define is automatically reflected through three equal access paths. No code generation steps. No glue. No drift.

GUI

for humans

Dynamic forms generated from your schema. Editors, references, file uploads, validation — all wired up automatically.

API

for apps

REST endpoints for every schema. Typed SDKs for TypeScript, C#, and Python. Versioned, documented, batteries included.

MCP

for AI

Model Context Protocol tools for every schema. Claude and other agents read, write, and reason against your data natively.

SchemaUI Forms · API Endpoints · MCP ToolsYour app

Ready when you are

Define your first schema.

Sign up free, define a schema, get an API and an MCP server in under five minutes. No credit card. No commitment.