A lightweight admin panel for SQLite.
Run it on the fly or embed it in your app.
Explore a live example environment
Launch the interactive demo to inspect a preconfigured sample database.
$ npx babybase demo
Option 1 — on the fly
No config, no setup. Point it at any .db file and your browser opens automatically. Great for quick exploration or one-off tasks.
Runs entirely on your machine. Your data never leaves your environment.
No cloud. No account. No monthly bill.
Built on Node's built-in SQLite module. No ORM, no abstraction layers.
node:sqlite · zero external deps
Browse tables, inspect columns, and visualize relations at a glance.
Live ER diagram · FK detection
View, insert, edit, and delete rows. Run migrations. Manage backups.
Migrations · backups · row editing
Babybase is MIT-licensed and developed entirely in public. Read the source, report issues, or contribute — all on GitHub.
Star on GitHub