Everything in one place.
Made for Claude and Codex
Get set up quickly — connect to mcp.supernova.ai/mcp and every table you sync is one question away.
claude mcp add --transport http supernova https://mcp.supernova.ai/mcp
A powerful data stack
The lake, the catalog, and the engine — one system, built to be handed the keys.
- Encrypted Iceberg lake
- State of the art open tables in object storage — encrypted end to end, never locked in.
- Zero copy connections
- Any engine that speaks Iceberg reads the lake directly. No exports, no drift, no second copy.
- Time travel
- Every table is versioned. Query last Tuesday the same way you query right now.
- Rust, all the way down
- Our own writer, catalog, and query runtime. Cold starts in milliseconds, not minutes.
A Swiss army knife for your data
One binary: connect sources, run queries, tail changes, wire up Claude — from your laptop or from CI.
What if someone made a TypeScript for SQL? We have.
Schema-aware SQL that autocompletes across joins and type-checks before it runs.
select c.email, sum(ch.amount) as revenuefrom hubspot.contacts cjoin stripe.charges ch on ch.email = c.emailwhere ch.status = 'succeeded'group by c.emailorder by revenue desc
| revenue | |
|---|---|
| [email protected] | $48,120.00 |
| [email protected] | $31,876.50 |
| [email protected] | $27,433.25 |
| [email protected] | $19,204.00 |
| [email protected] | $14,882.75 |
Every column in your lake is typed — including money, in its currency. Queries type-check against the live schema as you write them, autocomplete across joins, and refuse to run when they can't return what you asked for.
Connectors that keep up
Thirty-plus sources today, written in a language built for exactly this — with Postgres and MongoDB streamed in real time.
Each connector is a few hundred lines of FTL, our flat table language — small enough to read in one sitting, precise enough to capture every field. When an API changes upstream, the fix ships in hours. When you need a source we don't have yet, so does the connector.
Transparent pricing
Pay for what you actually use. Nothing per seat, nothing per feature.
| Rows moved | $1 per million |
| Query compute | $0.15 per hour |
| Storage | $0 |
| Seats | $0 |