Natural language to
production-grade SQL.
QueryPilot pairs a context-aware AI engine with a visual schema planner to translate plain English into safe, complex SQL — JOINs, and all — without data ever leaving your laptop.
No cloud dependency · No data risk · Full audit trail
//Query generated · 138ms
SELECT plan_tier, ROUND(AVG(churn_score), 2) AS risk FROM subscriptions WHERE quarter = '2025-Q4' GROUP BY plan_tier ORDER BY risk DESC;
Enterprise
0.71
Pro
0.44
Starter
0.19
Walkthrough QueryPilot
See QueryPilot in motion.
From a plain-English question to production-ready SQL, without sending your schema anywhere.
Everything you need.
Nothing you don't.
To find the top 5 film categories by revenue, we need to join the category, film_category, inventory, rental, and payment tables, then aggregate the amounts.
FROM category c
JOIN film_category fc USING (category_id)
JOIN inventory i USING (film_id)
JOIN rental r USING (inventory_id)
JOIN payment p USING (rental_id)
GROUP BY c.name ORDER BY total_revenue DESC LIMIT 5;
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.
- Local execution only
- 1 schema project
- Basic NL → SQL translation
- Community support
Pro
For 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)
[ ready when you are ]
Put AI inside your database
Download QueryPilot and run your first natural-language query in under a minute. Free, offline, and yours.
