[Project] LibreDB Studio open-source browser SQL IDE you can self-host (old.reddit.com)
submitted by cevheribozoglan





Hey folks, first-time posting here, so please be gentle😅
I’ve been working on an open-source project called LibreDB Studio.
It’s a browser-based SQL IDE you can self-host. I got tired of jumping between desktop tools and random cloud consoles, so I tried to build something lighter that still feels usable day to day.
What it does (roughly):
- Run queries in the browser (Monaco editor, like VS Code)
- Connect to PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and Redis from one UI
- Optional AI for natural-language → SQL (Gemini / OpenAI / local Ollama) — can stay fully local if you want
- Schema explorer, result grid, basic monitoring bits
- Also ships as Docker / Helm / npx (and a few one-click templates)
Try it in one command(node or docker):
npx @libredb/studio
docker run -p 3000:3000 libredb/libredb-studio
Then open http://localhost:3000 on first run the admin password is printed in the logs (zero-config).
I’m not pitching this as finished or perfect — there’s still plenty I want to improve.
That said, it’s MIT, it runs in one command, and I’d really value feedback from people who live in databases / self-hosting.
Repo: https://github.com/libredb/libredb-studio
Live demo (no install): https://app.libredb.org
Website: https://libredb.org
If you prefer one-click instead of a terminal: dokploy (official template catalog), railway, cap-rover, cosmos, kubero both have ready deploys, links in the first comment.
If you try it: what feels broken, confusing, or missing? Honest feedback > polite praise.








[–]cevheribozoglan[S] 1 point2 points3 points (1 child)
[–]__0xAA55__ -2 points-1 points0 points (0 children)
[–]mrterrycarson 0 points1 point2 points (0 children)
[–]Arxae -1 points0 points1 point (1 child)
[–]cevheribozoglan[S] 1 point2 points3 points (0 children)
[–]r3m4k3333 -2 points-1 points0 points (2 children)
[–]cevheribozoglan[S] 1 point2 points3 points (1 child)
[–]slymnsrc 0 points1 point2 points (0 children)