LibreDB Studio - Free & open-source self-hosted web DB GUI (SQL + NoSQL, embeddable)
Affiliation: I’m the maintainer of LibreDB Studio.
LibreDB Studio is a free, open-source, self-hosted web DB GUI. One browser UI for SQL + NoSQL (Postgres, MySQL, SQLite, Oracle, MSSQL, Mongo, Redis) on your own network, not another desktop install, not a single-engine admin panel.
Also ships as an npm package (@libredb/studio) so other web apps can embed the same UI. Optional AI/NL2SQL with your own key or local Ollama. OIDC supported. MIT.
Self-host:
docker run -p 3000:3000 libredb/libredb-studio
helm install libredb oci://ghcr.io/libredb/charts/libredb-studio
# or: npx "@libredb/studio"
One-click: Railway, Dokploy, DigitalOcean Marketplace.... (search “LibreDB Studio”)
More deploy options: https://github.com/libredb/libredb-studio/tree/main/deploy
GitHub: https://github.com/libredb/libredb-studio
Walkthrough: https://www.youtube.com/watch?v=wJPWPe1mJes
Happy to hear what works / what’s missing if you try it.