Now in public beta

Write SQL. See charts.

QueryChart turns any SQL query into shareable, publication-ready charts. Connect your warehouse, hit run, and get a visual your team actually understands.

-- total orders by month
SELECT date_trunc('month', created_at) AS month,
       count(*) AS orders
FROM orders
GROUP BY1
ORDER BY 1 DESC;
Orders by month Run: 0.4s
Built for SQL-first teams

A dashboard where the source of truth is still code.

No drag-and-drop builders, no hidden schema mappings, no broken syncs. QueryChart keeps you in SQL while your stakeholders get the picture.

Live from your warehouse

Connect to BigQuery, Snowflake, Postgres, Redshift, or DuckDB. Every chart is a live query, so numbers never go stale.

Auto chart picks

QueryChart detects the shape of your result and recommends the clearest chart type.

Share safely

Embed charts with read-only query access or export PNGs and SVGs for decks.

SQL diffs, visual diffs

Track query changes and chart versions in Git. Review once, publish everywhere.

Schedules and alerts

Run queries on a cron, send results to Slack, and get notified when a metric crosses a threshold you define.

Three steps to clarity

From query to chart in under a minute.

1

Write your SQL

Use the in-browser editor with autocomplete, schema hints, and query history. Bring your own warehouse or try the sample data.

2

Hit run

QueryChart renders your result set and suggests the best chart. Fine-tune axes, labels, colors, and units with one click.

3

Share or embed

Copy a private link, drop an iframe into Notion or a dashboard, or export a high-res image for your next board meeting.

“I used to screenshot Looker and paste it into Slack. Now I just paste a QueryChart link. The chart updates itself, and everyone trusts the source.”

MR
Maya R.
Senior Data Engineer, Linear

Stop explaining numbers. Start showing them.

QueryChart is free for personal projects and small teams. Upgrade when you need alerts, embeds, and SSO.

Create your first chart →