Natural language for your data
Query your warehouse in plain English
Connect Postgres, Redshift, or ClickHouse. Ask questions and get answers as text, tables, and charts—no SQL required.
Ask questions in plain English
Type a question about your data and get an instant answer with charts, tables, and context — no SQL required.
Here's revenue by region for the last quarter:
Explore your data visually
Browse schemas, preview tables, and understand your data landscape before asking a single question.
Schema
public
- orders
- customers
- products
analytics
- events
- sessions
public.orders
| id | customer | amount | status |
|---|---|---|---|
| 1001 | Acme Corp | $4,200 | paid |
| 1002 | Globex Inc | $1,850 | pending |
| 1003 | Initech | $3,400 | paid |
| 1004 | Umbrella Co | $2,100 | refunded |
Full SQL when you need it
Drop into a powerful SQL editor with syntax highlighting, auto-complete, and instant results — for when you want full control.
SELECT region,
SUM(amount) AS total_revenue
FROM public.orders
WHERE created_at >= '2025-01-01'
GROUP BY region
ORDER BY total_revenue DESC;
Results — 3 rows in 42ms
| region | total_revenue |
|---|---|
| EMEA | $124,000 |
| Americas | $98,400 |
| APAC | $67,200 |
Built for data teams
One platform to connect, query, and visualize—without writing SQL.
Connect
Add your warehouse with encrypted credentials. Postgres, Amazon Redshift, and ClickHouse supported.
Ask
Describe what you need in plain English. AI generates SQL and runs it read-only with time and row limits.
Visualize
Get answers as text, tables, or charts. Choose model and datasource per conversation.
Simple pricing
Start free. Scale as your team grows.
Starter
For individuals and small teams
$0/month
- 1 datasource
- 100 queries / month
- 7-day message retention
Team
For growing teams
$49/month
- 5 datasources
- Unlimited queries
- 90-day retention
- Org settings & branding
Enterprise
For large organizations
Custom
- Unlimited datasources
- SSO & audit logs
- Custom retention
- Dedicated support
Ready to query your data in plain English?
Get started in minutes. No credit card required.