Plans & billing

Managed AI, when you want it.

The packages are free and run in your own backend, against your own database. A plan buys hosted query planning, so you do not have to run a model or hold a provider key — nothing else about your data passes through here.

How licensing works

01

Install the packages

npm install, then point Dashu at a read-only role.

02

Pick a plan

Only needed for Managed AI. OpenRouter and your own model are free.

03

Create a credential

Set it in your backend environment and you are answering questions.

Pricing

Free to run. Pay only for hosted planning.

The SDK is Apache-2.0 and costs nothing, forever. A plan adds Managed AI, so you can skip operating a model or signing up with a provider.

The packages

Freeforever

Install and run them in your own backend, with your own AI provider.

No plan needed

  • Unlimited data sources
  • OpenRouter or your own model
  • Read-only enforcement
  • Schema policy and semantic layer
  • All display types

Pro

$19per month

Managed AI for a single product, without running a model or holding a provider key.

Get started
  • 2,000 Managed AI requests a month
  • Credentials you can rotate and revoke per environment
  • No provider account or model to operate
  • Email support

Team

$49per month

More headroom, for production traffic across several environments.

Get started
  • 10,000 Managed AI requests a month
  • Everything in Pro
  • Usage broken down per environment
  • Priority support

Checkout is in test mode — no payment processor is connected and no card is charged. Plans activate immediately, and Managed AI works straight away.

Runs in your backend

Dashu is a set of npm packages. Your database connection string never reaches us, and neither do your query results.

Read-only, three layers deep

A SELECT-only role, a READ ONLY transaction with a statement timeout, and a SQL guard that rejects writes before they run.

Only planning is hosted

Managed AI receives the question and the approved schema, and returns a query plan. Execution stays on your side.