Launching today
RelateDB
Offline-first database schema designer in your browser
61 followers
Offline-first database schema designer in your browser
61 followers
RelateDB is an offline-first, browser-based database schema designer. Model tables and relationships visually, import SQL or DBML, auto-arrange diagrams, and export SQL/DBML or images. No accounts, no cloud, no limits—everything runs locally in your browser for fast, frictionless schema design.





RelateDB
Congrats on the launch — love how fast, offline-first, and no-account this is, perfect for devs who just want to sketch schemas and export SQL/DBML without any SaaS friction.
Offline-first + no-account + SQL/DBML import/export is the exact “just let me sketch a schema” experience devs want. The scale pain is keeping diagrams stable as schemas grow (auto-layout + diffing) and best practice is a deterministic layout engine + schema version snapshots so changes are reviewable/undoable 🔥 Are you storing state in IndexedDB (with shareable file export), and will you add migration diffs (v1→v2 SQL) + collaborative “share a read-only link” as next steps?
RelateDB
@ryan_thill Yes, everything is stored locally in IndexedDB today, so it works fully offline and without an account.
I’m working toward proper schema snapshots + record-level diffs so things like migrations (v1 → v2 SQL) and undo/compare become possible. I’ll also add full workspace export/import for backup and portability.
Read-only sharing and cloud sync are on the roadmap as well.
Really appreciate the feedback, this is exactly the direction I want to take it.