-- pricing

Free for everyone, forever.

Every feature, every export, every model — no card, no trial clock and no seat count. Open it and use it.

$0for everyone
no card · no trial · no seat count
Open the canvas
  • Unlimited models, fields and relations
  • Every export — Markdown, JSON, SVG, PNG at 2×
  • Versions, compare and restore
  • Live collaboration — invite anyone, edit together
  • MCP server and agent skill
  • MongoDB documents, nested and related
  • Sixteen real schemas in the playground
pricing.sql
1CREATE TABLE pricing (
2planTEXTDEFAULT 'everything'-- all of it
3priceDECIMAL(10,2)DEFAULT 0.00-- today
4seatsINTDEFAULT NULL-- NULL = unlimited
5trial_endsTIMESTAMPDEFAULT NULL-- not a trial
6credit_cardBOOLEANDEFAULT FALSE-- not asked for
7);

Admin controls and org-level management will come later, for teams that need them.

The canvas is already open.

Just draw — or tell your agent to. No account, no card.

-- signing up takes 0 seconds. there isn't one.