Sketch tables and relations with your team on a shared canvas. The model becomes a live GraphQL API backed by real records — no fixtures, no hand-edited JSON.
{
"data": {
"users": [
{
"id": "7f2a-…",
"displayName": "Lena Hartmann",
"handle": "lena.h",
"role": "Designer",
"verified": true
},
{
"id": "a1c4-…",
"displayName": "Tomás Iglesias",
"handle": "tomas",
"role": "Engineer",
"verified": true
},
{
"id": "b903-…",
"displayName": "Yuki Tanabe",
"handle": "yuki",
"role": "Product",
"verified": false
}
]
}
}
Visual modelling, real-time collaboration, and a live API on real records — all in one place.
Sketch tables and relations on a shared canvas. Live cursors, threaded comments, full history.
Wire each field to a real-records source or a faker preset — your choice, per attribute.
A live GraphQL endpoint comes up the moment you save. Backed by real records, queryable from your app.
The first place your team designs schemas the way they design products — together, on a live canvas. Not Slack threads about a screenshot of a spec doc.
A catalog of curated field types maps each attribute to plausible values. Person names match locales. Addresses match countries. Dates match birth years. The data passes the smell test in your UI.
Mockomat is backed by a deep, broad mock-data pool that spans the contexts developers actually need — products, people, places, finance, time. You don't seed data; you map it. Point an attribute at a column and the runtime does the rest. Enterprise tenants get their own private pool for proprietary shapes that public datasets can't carry.
The same model serves both — your frontend hits the GraphQL endpoint while design, PMs, and stakeholders see the data rendered as cards, tables, and forms. One source of truth, two audiences.
{
"data": {
"users": [
{
"displayName": "Lena Hartmann",
"role": "Designer",
"verified": true
},
{
"displayName": "Tomás Iglesias",
"role": "Engineer",
"verified": true
},
{
"displayName": "Yuki Tanabe",
"role": "Product",
"verified": false
}
]
}
} Persistent workspaces hold your real schemas and roles. Disposable 24-hour sessions let you spin up a sandbox to share a link with a stakeholder — no signup, no cleanup.