The Complete PostgreSQL Backend
Auth, REST API, Live Queries, Storage, and Dashboard.
Two processes. One command.
$ npx pgstack init myapp && cd myapp && pgstack dev
Everything you need to build a production backend, powered entirely by PostgreSQL.
Email/password, OAuth (Google, GitHub), magic links. JWT tokens with PostgreSQL RLS for row-level security.
PostgREST-compatible CRUD with filters, embedding, RPC, and auto-generated OpenAPI. Zero boilerplate.
SQL-level reactivity via pg_reactive. Column-level change tracking, delta computation, WebSocket delivery.
File upload and download with bucket ACLs. Public and private access control. No S3 dependency required.
Table editor, SQL editor, auth manager, and realtime monitor. All in a browser-based admin panel.
Project scaffolding, dev server, migrations, type generation, and deployment. One tool for the full lifecycle.
No orchestrator. No message broker. No cache layer. Just PostgreSQL doing what it does best.
From zero to a full backend with auth, REST, and live queries.
Initialize a new pgStack project with all configuration files and a default migration.
Launches PostgreSQL with pg_reactive and the proxy server. Hot-reloads on migration changes.
Use the TypeScript SDK, REST API, or raw SQL. Add auth, live queries, and storage as needed.
Interactive demos showing real-time SQL subscriptions, from simple filters to full-stack applications.
Real-time product catalog with live price and stock updates.
BasicStreaming order feed with live status transitions.
BasicAggregate revenue metrics updating in real time.
IntermediateLive-ranked leaderboard with animated position changes.
IntermediateCustomer pipeline with multi-stage live tracking.
AdvancedStock level monitoring with threshold alerts.
IntermediateStep-by-step guide to building live queries from scratch.
BasicComplete todo application with auth, REST, and real-time sync.
Full-stackCollaborative shopping list PWA with sharing and live updates.
Full-stack