Features

Everything the schema needs

From the first sketch to the production migration, without leaving the canvas.

Prompt to schema in seconds

Describe the product in plain English. TableCraftAI drafts normalized tables, primary keys, foreign keys and the indexes that keep queries fast — then hands you an editable canvas, not a black box.

  • Third normal form by default
  • Foreign keys indexed automatically
  • Naming conventions you configure
users4 cols
workspaces5 cols
invoices6 cols

A canvas built for real models

Drag tables, snap relationships, group by domain and zoom out to see the whole system. Every change is reversible and every table is a first-class object you can rename, clone or delete.

  • Drag-and-drop table cards
  • Relationship lines with cardinality
  • Inline column editing
users4 cols
workspaces5 cols
invoices6 cols

Migrations you can trust

Diff any two versions of a schema and generate ordered, reversible migration files. Destructive changes are flagged before they reach production.

  • Reversible up/down files
  • Destructive-change warnings
  • Migration history per schema
users4 cols
workspaces5 cols
invoices6 cols

Six engines

PostgreSQL, MySQL, SQLite, MongoDB, Redis and DynamoDB from one design surface.

CLI & CI

Pull and push schemas from the terminal, gate pull requests with schema checks.

Collaboration

Multiplayer cursors, comments and presence so the team designs together.

Schema health

Missing keys, orphan references and duplicate columns surfaced as you type.

Security

Encryption in transit and at rest, SSO, granular roles and a full audit trail.

Templates

Twenty-plus proven starting points for SaaS, commerce, content and analytics.

TableCraftAI vs. generic tools

FeatureTableCraftOthers
Visual drag-and-drop editor
AI-powered schema drafting
Real-time collaboration
Multi-database support
Code generation (SQL, Prisma, TypeScript, Python)
Migration diffing with rollbacks
Schema health checks
CLI integration