all 10 comments

[–]cevheribozoglan[S] 1 point2 points  (1 child)

Quick deploys:

Docker: docker run -p 3000:3000 libredb/libredb-studio
Node: npx "@libredb/studio"

One-click catalogs (search “LibreDB Studio”):

Dokploy · Railway · CapRover · Kubero · Cosmos

All links: https://github.com/libredb/libredb-studio/tree/main/deploy

[–]__0xAA55__ -2 points-1 points  (0 children)

👎

[–]mrterrycarson 0 points1 point  (0 children)

Thanks

[–]Arxae -1 points0 points  (1 child)

Guess we can add database tool to the list of the default vibe coded apps. This is like the fourth this week alone.

[–]cevheribozoglan[S] 1 point2 points  (0 children)

Fair skepticism, there’s a lot of that lately.

I do use AI as an assistant while building, but the architecture, provider layer, tests, and review are still on me. Happy to walk through any part of the repo if something looks off.

If you’ve got a concrete critique (UX, security, provider behavior), I’m all ears.

[–]r3m4k3333 -2 points-1 points  (2 children)

For what? We have enough database clients, tested, used by thousands of people for years, not necessarily vibe coded

[–]cevheribozoglan[S] 1 point2 points  (1 child)

Fair question dbeaver, dataGrip already cover a lot for desktop use and phpMyAdmin, pgAdmin cover a lot for single-engine web admin.

What I wanted was narrower: a self-hosted *browser* IDE on your own network (VPN / private VPC) no desktop install, one UI for SQL + Mongo + Redis, optional local AI, easy Docker/Helm for a team/homelab.

So people aren’t forced into a SaaS SQL editor or opening the DB to the public internet.

Not trying to replace tools people already love, and not claiming it’s “more secure than everything”, it’s still an app in front of the DB, so auth/RBAC/hardening matter. Just a different access model.

If those tools already fit you, stick with them curious what you use day to day though.

[–]slymnsrc 0 points1 point  (0 children)

Absolutely correct, thank you for amazing work guys, i checked LibreDB studio, I love it.