Quick Start
Docker (Recommended)
Section titled “Docker (Recommended)”Run Drizby with a single command:
docker run -p 3461:3461 -v drizby-data:/app/data ghcr.io/cliftonc/drizby:mainThen open http://localhost:3461.
On first startup, Drizby creates a demo SQLite database with sample data, cubes, and a dashboard so you can explore immediately.
Drizby Cloud
Section titled “Drizby Cloud”Skip the setup entirely — deploy a fully managed instance in seconds at cloud.drizby.com.
From Source
Section titled “From Source”git clone https://github.com/cliftonc/drizby.git && cd drizbynpm install && npm run setup && npm run devWatch the Quickstart
Section titled “Watch the Quickstart”First Steps
Section titled “First Steps”- Connect — Point Drizby at your database from the Connections page.
- Introspect — Pull your schema via drizzle-kit and use AI to generate semantic cubes.
- Explore — Ask questions in AI notebooks, build dashboards, and share with your team.