// v5.1.4 · Free · No login

Schema design
that doesn't suck.

Design PostgreSQL schemas visually. Tables, relations, indexes, and SQL export — all in the browser.

TablesFK RelationsSQL ExportShare LinksPWAMobile

// features

Everything you need to model a database.

Pannable Canvas

Drag tables anywhere. Zoom in and out. Relationship lines follow automatically.

SQL Export

Generates ready-to-run CREATE TABLE statements with indexes and foreign keys grouped per table.

Import SQL or JSON

Paste a DDL file or upload JSON to instantly visualise an existing schema.

Share Links

Generate a read-only or fully editable link. No account needed.

Installable PWA

Install from your browser for a standalone, offline-capable experience.

Mobile-Ready

Full touch support — drag to pan, pinch to zoom, tap to select.

// live demo

See it in action.

Or open the full app

// changelog

Actively developed.

v5.1.4fixMay 28, 2026
  • · What's New modal no longer competes with the Create Table prompt — they now appear sequentially instead of simultaneously.
  • · Toast notifications now appear above all modals.
v5.1.3newMay 28, 2026
  • · Report / Feedback button — send bug reports or feature requests directly to the developer from the top bar.
v5.1.2fixMay 28, 2026
  • · On first visit, the What's New modal now correctly appears in front of the Create Table prompt instead of being hidden behind it.
v5.1.1fixMay 12, 2026
  • · Mouse wheel zoom and pan are now properly dampened — no more jarring jumps when scrolling with a mouse instead of a trackpad.
v5.1.0newMay 12, 2026
  • · Keyboard shortcuts in dialogs — press Enter to confirm and Escape to close, now working across all modals.
  • · Clicking outside a dialog now reliably closes it — previously Export, Share, and delete confirmations would stay open.
  • · When clipboard access is blocked, the share link is placed in the address bar so you can still copy it manually.
  • · Notification banners now wrap their text to fit the screen instead of overflowing off the edge.