early access · free today

Dashboards your
database deserves.

Beautiful, blazing-fast dashboards for engineering teams. Connect any database, write SQL, ship insights. No setup, no admin training, no contract.

One Docker commandSelf-hostedFree during early access
DBCraft SQL studio with schema browser, query editor, and chart visualization

Bring your own data

Connects to every database you use.

Native, fast, secure connectors. Encrypted credentials, SSL/TLS, SSH tunnels — all built in.

P
PostgreSQL
Supported
M
MySQL
Supported
M
MongoDB
Supported
C
ClickHouse
Supported
S
SQLite
Supported
B
BigQuery
Coming soon
R
Redshift
Coming soon
S
Snowflake
Coming soon

Don't see yours? More connectors are landing every month. Request one.

Everything in the box

A complete BI stack.
Without the bill.

Dashboards that ship.

Drag-and-drop builder. 20+ chart types, real-time refresh, filters that persist in the URL. Share with a token, embed anywhere.

Revenue
$2.4M
+12%
Users
48.2k
+5.1%
Orders
1,284
+18%

Monaco SQL editor

Same editor as VS Code. Auto-complete, schema-aware, syntax for every dialect.

1 SELECT name, COUNT(*)
2 FROM products
3 GROUP BY name
4 ORDER BY 2 DESC
Coming soon

AI that knows your schema

Natural language to SQL. Plain-English explanations. Performance suggestions. In private preview.

Top customers last month
SELECT name, SUM(amount)
FROM orders JOIN customers...
-- generated in 0.8s

Beautiful by default

A curated chart palette and typography system. Every dashboard looks like it came from your design team.

Public links, embeds, exports

Share with a password-protected token, embed in your app, or export to PDF/PNG.

share/tk_a4f9...c2e1live

Built for teams

Organizations, roles, granular permissions. Personal, org-wide, or globally shared scopes.

AdminFull access
EditorCreate + edit
ViewerRead only

Real-time refresh

Set per-chart refresh intervals. Sub-50ms queries make live dashboards actually live.

Studio

SQL is a first-class citizen.
AI is on the way.

Write SQL in a Monaco editor with full schema awareness. Save queries to your team SQL book. Ship results to a dashboard in one click. AI assistant is in private preview today.

main_postgres/queries/top-customers
26ms
Ask AI · preview

Show me top 10 customers by revenue last quarter, with their order count

// Generated · review before running
SELECT
  c.name,
  SUM(o.amount) AS revenue,
  COUNT(o.id) AS orders
FROM customers c
INNER JOIN orders o ON o.customer_id = c.id
WHERE o.created_at >= '2026-01-01'
GROUP BY c.name
ORDER BY revenue DESC
LIMIT 10;
10 rows · 26ms
Acme Co.$248,920124
Northwind Ltd.$184,51088
Globex$162,340102
+ 7 more rows
Coming soon

Natural language to SQL

Describe what you want. Get production SQL aware of your schema, joins, and types. Coming with Pro.

Sub-50ms execution

Rust query engine with native database drivers. Pagination, streaming, no JVM warm-up.

SQL Book for your team

Save, version, and share queries. Add to dashboards in one click. Read-only mode by default.

Speed

Built to feel instant.

Most BI tools were built when slow was acceptable. DBCraft uses a Rust-powered query engine and a React 18 UI. Result: dashboards that respond in a heartbeat.

26ms
Median query response
End-to-end, including network. Native database drivers and zero-copy parsing.
20+
Chart types
Bars, lines, donuts, heatmaps, sankeys, gauges, treemaps, maps. With sane defaults.
0min
Time to first chart
Sign up, paste a connection string, run a query. There is no step three.
Powered by
RustAxumReact 18TanStack QueryEChartsMonacoTailwind

How it stacks up

The honest comparison.

We're not the only dashboard tool. We're the one that's fast, beautiful, and gets out of your way.

Dimension
DBCraft
Early access
Metabase
Established
Looker
Enterprise
Setup time
60 seconds
30+ minutes
Days
Pricing today
Free during early access
$85/mo+
$5,000/mo+
Median query time
26 ms
~250 ms
~500 ms
Sales call required
AI SQL assistant
Coming soon
Paid only
Paid only
Public dashboards
Admin training
None needed
Few hours
Days
Time to first chart
Under 1 min
~10 min
~1 hour

In production

Running the dashboards
that run real businesses.

We swapped a five-figure BI contract for DBCraft. Our ops team ships dashboards same-day, and our investor metrics ran live on Dragons' Den without a hiccup.
K
Krish Chowdhury
Founding Engineer · Sprive

Sprive · UK FinTech

40+
Live dashboards
<50ms
Avg query time
0
Onboarding meetings
Visit sprive.com
Live TV-ready dashboards
Real-time metrics for Dragons’ Den investor pitch.
Daily ops analytics
User activity, conversion, app health, all in one place.
Investor reporting
Polished board metrics with role-based access for stakeholders.
Cross-team analytics
Marketing, product, and engineering on the same source of truth.
Free during early access

One Docker command.
Dashboards today.

Self-host on your own infrastructure. No credit card, no sales call, no two-hour onboarding. Free during early access.

Free during early access · Pro launches with AI Assistant