Powered by Claude

What you think is what you get.

Forget writing complicated queries. Talk to your database like it's an expert on your business — one that has every table and every row at its fingertips.

Set up in minutes — bring your own database and Anthropic key.
The big idea

Replace your entire reporting dashboard.

No charts to build, no filters to configure, no BI license to renew. Ask any question — “revenue by region last month,” “customers with no orders in 90 days” — and SayQuery writes the SQL, runs it, and hands you the table. Then ask a follow-up.

Get started
How it works

Say it. See it.

No SQL, no schema-hunting, no dashboards to wire up. Just ask.

1

Ask in plain English

Type your question the way you'd say it. It understands your business and your schema.

2

Claude writes the SQL

It generates a read-only query, runs it, and reads the results back — writes are never allowed.

3

Get the answer + the data

A plain-English summary, the full table, the exact SQL, and one-click export to Excel.

Voice option

Don't like typing? Just talk to it.

Prefer to speak? Ask your database out loud and hear the answer back — the same expert, hands-free. Perfect for the road, the ops floor, or when a dashboard just won't do.

“How many orders shipped late last week?”
“Forty-one shipped late last week — about 6% of the total. I've put the full list on your screen. Want it by carrier?”
Reporting, built by asking

Save any answer as a report.

Found the perfect query? Save it with a name and re-run it live whenever you need it — always current, one click to Excel. Your whole reporting layer, assembled just by asking questions.

Monthly revenue by region run ↻
Overdue invoices run ↻
New customers this week run ↻
Top vendors YTD run ↻
Easy setup

Up and running in minutes.

Create an account, add your database and Anthropic key, and start asking. No install, no servers, no config.

Start talking to your database
Get started

Hosted, or run it yourself.

Start instantly on our servers — or self-host the open-source core for free.

Fastest

Hosted

We host it. Connect your database in minutes and start asking.
  • Ask by text (voice optional)
  • Connect your own database
  • Bring your Anthropic key — encrypted at rest
  • Saved reports + Excel export
  • Nothing to install or maintain
Create account

Self-host

Free & open source. Keep everything on your own server.
  • Full text chat + SQL
  • Your server, your database
  • Optional voice add-on
  • MIT licensed
Get it on GitHub
For the self-hosters

Prefer to run it on your own box?

SayQuery is open source (MIT). Install it in minutes — your data and keys never leave your infrastructure.

# clone, install, configure git clone https://github.com/gextam/sayquery.git cd sayquery && composer install mysql -u root -p your_db < schema.sql cp config.example.php config.php # add your DB + API key