Build dbt models
Run dbt seed, run, build, or compile so the manifest and warehouse tables are available.
dbt-native dashboarding
Built for dbt and powered by ggsql. Compile SQL visualisations into static dashboards, no BI server required.
models/fct_revenue.sqltarget/manifest.jsonvisualisations/revenue.ggsqldashboards/executive.ymlNo BI server required
Developer workflow
Run dbt seed, run, build, or compile so the manifest and warehouse tables are available.
Keep chart SQL next to the dbt project and map result columns to visual roles.
Generate compiled SQL plus SVG, PNG, and optional Vega-Lite JSON artifacts.
Publish the generated dashboard folder to any static host or CI artifact store.
Documentation
Run the included dbt project and export your first static dashboard.
See every CLI command, option, and common workflow.
Understand parsing, dbt artifact resolution, rendering, and export paths.
Use the docs index and prompts as a starting point for coding agents.
Connect dbt-charts to CI, static hosting, and future orchestration workflows.
Track the future path for moving Looker dashboards into dbt-charts.
Examples gallery
Each example includes seeds, dbt models, ggsql visualisations, dashboard YAML, and repeatable commands. Use them as starting points for your own analytics project.
Open galleryAI context and agents
The docs include an AI context section, an llms.txt placeholder, and a future skills placeholder for Codex, Claude, or other coding agents that can help users generate visualisations and dashboards from dbt models.
curl https://dbtcharts.pages.dev/llms.txtuv run dbt-charts doctor --project-dir examples/simple_dbtuv run dbt-charts render --project-dir examples/simple_dbt