Building a browser-only Postgres client
github.com·17h·
Discuss: r/programming
🔍Paradedb
Preview
Report Post

Poge PG: pgAdmin but in your browser

Poge is your quick database tool — for those moments when you just need to peek at tables, run a few queries, and get back to building awesome stuff. Skip the heavy tools (pgAdmin, DBeaver), skip the wait. Just open, connect, and you’re off! 🚀. You can try demo on https://poge.dev.

One click deploy on Vercel:

What you get

  • Simple, speedy UI for tables and SQL
  • Query history, notes, and easy export/import
  • Table/Schema viewers with sane defaults
  • Local‑first by default: data lives on your machine
  • Optional PIN lock so you can step away without worry

Quick start on your machine

1) Clone and install

# with pnpm (recommended)
pnpm install

# or with npm
npm install

# or with yarn
yarn

Similar Posts

Loading similar posts...