Skip to main content
Self-host · AGPL v3

Run DecisionBox
on your own infrastructure.

The full source is on GitHub. Clone the repo and run Docker Compose on a laptop, deploy with Helm on your cluster, or provision end-to-end with Terraform. Your warehouse credentials and your runs never leave your environment.

From zero to a dashboard in four lines

Clone, enter, start, open. No SDK, no hosted account, no credit card — the dashboard runs on your machine against your warehouse.

# Clone the repository
$ git clone https://github.com/decisionbox-io/decisionbox-platform.git
# Enter the directory
$ cd decisionbox-platform
# Start all services
$ docker compose up -d
# Open the dashboard
$ open http://localhost:3000

Requires Docker and Docker Compose. MongoDB comes bundled — nothing else to install.

Swappable providers, no vendor lock-in

Each layer is a plugin. Pick the warehouse, LLM, and secret backend that matches your stack — or author your own.

Warehouses
BigQueryRedshiftSnowflakePostgreSQLDatabricks
LLM providers
Claude (Anthropic)OpenAIGemini (Vertex AI)AWS BedrockOllama (local)Azure AI Foundry
Secret providers
MongoDB (AES-256, default)GCP Secret ManagerAWS Secrets ManagerAzure Key Vault

Adding a provider is a typical afternoon's work — see the warehouse and LLM provider guides.

Ready to run it?

The quickstart gets you from git clone to an active discovery run in about ten minutes. If you'd rather have it managed, the cloud waitlist is open.