Examples

Real, end-to-end dashboards built with Dashdown. Each one is a small public repo you can clone and run locally — and each is also deployed live (a dashdown build static export hosted on GitHub Pages), so you can click through it before you install anything.

git clone https://github.com/DirendAI/dashdown-csv-demo
dashdown serve dashdown-csv-demo   # → http://localhost:8000

CSV demo #

The quickest way to see the basics: a dashboard built straight over plain CSV files with the csv connector — queries, a few charts, and filters, nothing else to set up.

▶ Live demo · Source

Excel demo #

The same ideas backed by an Excel workbook via the excel connector — sheets become tables you query with SQL, rendered as charts and tables.

▶ Live demo · Source

World Cup demo #

A richer, multi-page dashboard exploring World Cup data — more pages, more chart types, and cross-page navigation, showing how a fuller project comes together.

▶ Live demo · Source


These docs are themselves a Dashdown project too — the most complete worked example of all. Read the source under docs/, or run it with dashdown serve docs.


Tip

Questions or ideas? These docs are themselves a Dashdown project — browse the source under docs/, or open an issue on the repository.

Generated