Local-first · Postgres-native · Zero data egress

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

querypilot.local — production schema
Try it live

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.

Connected schema

users

  • iduuidPK
  • nametext
  • emailtext
  • created_attimestamptz

orders

  • iduuidPK
  • user_iduuidFK → users.id
  • amountnumeric
  • statustext
  • created_attimestamptz
Click an example above, or type your own query and hit Run.
Under the hood

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.

Pricing

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.

$0
  • Local execution only
  • 1 schema project
  • Basic NL → SQL translation
  • Community support

Pro

Most Popular

For individual developers shipping to production.

$10/mo
  • 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.

$15/user/mo
  • Everything in Pro
  • Multi-seat schema sharing
  • Audit logs & explainability reports
  • Dedicated onboarding
  • SSO (coming soon)