Legacy Clients
- Clunky UI: Hundreds of buttons you never use.
- Slow: Native apps (Java/Electron) that eat RAM.
- Dangerous: Nothing stops you from running DROP TABLE in prod.
The Supabase-grade UI you crave, now self-hosted for your own databases. No subscriptions. No data lock-in. Just pure SQL joy.
Works seamlessly with your stack
You write modern React/Next.js code all day, then switch to a database tool that takes 30 seconds to load. It breaks your flow.
Stop Googling “Postgres date difference syntax.” Just tell QueryGlow what you want: “Show me users who haven't logged in for 30 days.”
Our AI reads your schema and writes the query. Choose between OpenAI, Anthropic Claude, or Google Gemini. Use your own API key—no middleman markups.
Ever dropped a table in production thinking it was dev? Other tools let that happen. QueryGlow has your back with two layers of protection.
DROP DATABASE, SHUTDOWN, filesystem access (OUTFILE, LOAD_FILE), command execution (xp_cmdshell, COPY PROGRAM)
DROP TABLE, TRUNCATE, DELETE/UPDATE without WHERE clause. Enable via env var if you really need them.
Plus: All SELECT queries auto-limited to 1000 rows. No accidental full-table scans.
QueryGlow runs as a simple Docker container inside your own VPC or on your local machine. We never see your data. No “phoning home.” No third-party cloud risks.
AES-256-GCM
Credential encryption
SSH Tunnels
Built-in, one-click
No Telemetry
Zero tracking
One Command
5-minute deploy
git clone && ./deploy.shOne command. HTTPS, auth, and SSL certificates included.
Every feature designed to minimize clicks and maximize flow.
QueryGlow focuses on the 20% of features you use 80% of the time.
OpenAI, Claude, or Gemini. Schema-aware. Your data never sent.
Blocks DROP DATABASE, prevents mass deletes, auto-limits queries.
Built-in. Paste your private key + passphrase. One-click connect.
PostgreSQL, MySQL, MariaDB, SQLite, CockroachDB, TimescaleDB.
All credentials encrypted at rest. Tamper detection built-in.
Insert, upsert, or replace. Formula injection protection.
Same editor as VS Code. Autocomplete, syntax highlighting.
Name, describe, tag. Build a library of reports.
Double-click any cell. Edit. Enter to save. No forms.

Solo developer & kitesurfer
I'm a solo developer who loves kitesurfing and hates pgAdmin.
For years I suffered through the same workflow: open pgAdmin, wait forever, click 47 times to see my data, Google the query syntax, pray it works in production. When something broke on my live site, I'd SSH into my server and type commands in the terminal hoping I didn't make it worse.
Then I saw this tweet from Simon Høiberg with 500+ likes: “I want Supabase-grade UI but self-hosted. This doesn't exist. Who's gonna create it?”
So I did.
Now I fix databases from the beach while waiting for wind. Seriously. 🪁
No per-seat pricing. No recurring subscriptions. No artificial limits.
Deploy once. Share access with your team.
Pay once, own forever
Alternative Payment Methods
Secure payment via Stripe. Immediate access to repository.
What you won't find:
Everything you need to know before ditching pgAdmin.
DROP TABLE / TRUNCATEDELETE / UPDATE without a WHERE clauseDROP DATABASE, filesystem access) are always blocked for security.git pull to get the latest features and bug fixes. We release updates regularly, and you have lifetime access to the v1.x branch.