Natural language to production-grade SQL. Runs entirely on your machine.
QueryPilot pairs a Postgres-specific RAG pipeline with a visual schema planner to translate plain English into safe, complex SQL — JOINs, and all — data ever leaving your laptop.
No cloud dependency · No Data Risk · Full audit trail
Ask a question. Get validated SQL.
This sandbox mirrors the desktop app's local AST validation flow — nothing here leaves your browser, just like nothing in the real app leaves your machine.
users
- iduuidPK
- nametext
- emailtext
- created_attimestamptz
orders
- iduuidPK
- user_iduuidFK → users.id
- amountnumeric
- statustext
- created_attimestamptz
Built for engineers who don't trust black boxes
Every core capability is designed around one constraint: your production schema and data stay on your infrastructure.
Context-Aware Translation
Understands your real schema to generate multi-table JOINs, window functions, and nested aggregations — not just single-table SELECTs.
Zero-Data-Egress Security
The RAG pipeline and inference run entirely on your machine. Your schema, query history, and data never touch an external server.
Git-Style Rollbacks
Every structural change is versioned. Undo a bad migration or destructive statement the same way you'd revert a commit.
Step-by-Step Explainability
Every generated query ships with an audit log explaining each clause, so nothing runs against production as a black box.
Simple pricing, no seat surprises
Start free on your own machine. Upgrade when you need unlimited projects or team-wide audit trails.
Free / Non-Commercial
For hobbyists and students learning SQL.
- Local execution only
- 1 schema project
- Basic NL → SQL translation
- Community support
Pro
Most PopularFor individual developers shipping to production.
- Everything in Free
- Unlimited schema projects
- Advanced JOIN & window function support
- Git-style rollback history
- Priority email support
Team
For agencies managing multiple client schemas.
- Everything in Pro
- Multi-seat schema sharing
- Audit logs & explainability reports
- Dedicated onboarding
- SSO (coming soon)