Chartbrew Open Source Reporting Platform for API and Database Dashboards
Chartbrew is an open-source web application for building and sharing live dashboards from APIs, SQL and NoSQL databases. It features a visual chart builder, AI assistant, scheduled reports, and embeddable charts for data visualization.
Installation
Use the upstream install or setup path that matches your environment:
- git clone https://github.com/chartbrew/chartbrew.git
- npm run start
- npm run start-dev
-
Run with Docker
Requirements and caveats from upstream:
- Check the full guide in the docs.
- A Chartbrew docker image is built whenever a new version is released.
Basic usage or getting-started notes:
-
NodeJS v22+
-
MySQL (5+) or PostgreSQL (12.5+)
-
Redis (v6+)
-
Extracted from upstream docs: https://raw.githubusercontent.com/chartbrew/chartbrew/HEAD/README.md