Lightdash is an open-source business intelligence tool, described in its own README as the open-source Looker alternative. It connects directly to a dbt project, so metrics and dimensions are defined in YAML alongside the models that already power your dbt runs, rather than in a separate BI-specific layer. Analysts define the metrics once, and the rest of the company can self-serve answers using dashboards built on top of them.
Lightdash sits on top of an existing dbt project: you connect the project, define metrics in YAML files that live next to your dbt models, and Lightdash turns those into a self-serve interface with charts and dashboards. Because the definitions live in the dbt project itself, there's a single source of truth for what a metric means instead of multiple versions of the same number across different tools.
Lightdash can be run locally with an installation script (./scripts/install.sh after cloning the repo), deployed to production using the community Helm charts on Kubernetes, or deployed with one click on Render. Lightdash Cloud is also available as a hosted option with a free trial, for teams that don't want to manage the deployment themselves.
Lightdash keeps a public Slack community where users can ask about feature requests, implementation details, or dbt-specific quirks, alongside Twitter and LinkedIn for release updates. Anyone can browse the open issue tracker to check whether a requested feature already exists before filing a new one, and a hosted demo app is available for testing Lightdash's charts and dashboards without connecting a real dbt project first.