The AI-powered Data Studio you’ve been waiting for.

Explore data with SQL and AI, together.

Query databases, understand tables, and chat with data — all in one modern workspace.

AI-native workflow

Ask. Act. Stay grounded.

No context switching. No hallucinated fields. Just accurate SQL and real results.

Ask anything. No made-up columns.

Schema-aware autocomplete and SQL generation keep the AI honest — every suggestion is based on real tables, real fields, and real joins.

Schema-awareNo made-up fieldsRunnable SQL
Ask screenshot
AI Table Overview

Auto table intelligence that frames every column and distribution.

Automatically generates table-level overviews, semantic annotations, and usage cues so AI understands business data before it writes SQL.

Auto summary & semantics

Dory reads counts, freshness, and relationships to describe what a table holds and why it matters.

Field meanings & signal

Each column gets a short semantic note plus hints about ranges, cardinality, and helpful joins.

Distribution cues & SQL context

Data distributions, skew, and business notes supply the grounded context AI needs for trustworthy SQL.

AI table overview UI
Database chat

Chat with Your Database

Dory’s Chatbot is not a generic AI assistant. It’s a database-native copilot that understands your schema, writes real SQL, and helps you explore data through conversation.

  • Schema-aware conversations with real tables
  • Natural language to executable SQL
  • Multi-turn, context-aware analysis
  • Automatic visualization and explanations
Chatbot screenshot
Core workspace

Built for real SQL work — not just chat.

  • Schema-aware autocomplete with syntax guidance.
  • Multi-tab, multi-result-set query workflows.
  • High-performance result grids with sorting, filtering, and fast navigation.
  • Designed for large data volumes and complex analytics.
More features

SQL workspace designed for everyday data work

Local-first, responsive

Local-first security

Queries, personal settings, and workflows stay on your computer so privacy and control never leave your hands.

SSH Tunneling

SSH tunnels wrap every connection in strong encryption, so your credentials, queries, and data never leave your network in plain text.

Save Queries & Workflows

Save queries, context, and results so you can rerun and build on work again and again.

Modern experience

A clean, restrained interface that keeps you immersed in the rhythm of your work.

Bright / Dark & Multi Themes

Light, dark, and multiple accent themes adapt to your environment while keeping the visuals readable and comfortable.

Open Source

Apache 2.0 licensed, extensible, and ready for self-hosting.

FAQ

Questions and Answers

Start now

The AI-native SQL workspace for modern databases.
Docker Deploy
After startup, add your database connection in the UI.
docker run -d --name dory \
  -p 3000:3000 \
  -e BETTER_AUTH_URL="http://localhost:3000" \
  -e DS_SECRET_KEY="$(openssl rand -base64 32 | tr -d '\n')" \
  -e BETTER_AUTH_SECRET="$(openssl rand -hex 32)" \
  dorylab/dory:latest