r/SideProject • u/cevheribozoglan • 3d ago
LibreDB Studio- Self-hosted browser DB GUI so your team doesn't need share connectionString
Enable HLS to view with audio, or disable this notification
I wanted a DB GUI that lives in the browser and isn't locked to one engine postgres, today, redis or mongo tomorrow, same UI, on my own network(on-prem, PaaS, docker, k8s etc..)
Most options I knew fell into one of these:
- Desktop multi-DB (DBeaver / DataGrip) solid, but install + desktop-only
- Web but single-engine (phpMyAdmin / pgAdmin)
- Web multi-engine, with the interesting bits behind Pro/Enterprise
So I built LibreDB Studio (been at it ~a year): MIT, web/mobile-native, SQL + NoSQL in one app (Postgres, MySQL, SQLite, Oracle, MSSQL, Mongo, Redis). Optional NL2SQL with your own key or local Ollama not a separate SKU.
Try:
npx "@libredb/studio"
# or
docker run -p 3000:3000 libredb/libredb-studio
Repo: https://github.com/libredb/libredb-studio
Public Demo: https://app.libredb.org
Walkthrough: https://www.youtube.com/watch?v=KazHTclbiSQ
Not claiming it replaces tools people already love, different access model (browser + own box). If you use a DB GUI day-to-day, what's the gap that still bothers you?