birdcurve-dashboard¶
Interactive dashboard for Dutch electricity market data and BirdCurve NL price forecasts.
- Overview — tour of the six pages and what each one shows
- Architecture — FastAPI + DuckDB backend, React 19 + Vite 7 frontend
- Deployment — build, run, ship locally or in CI
- API reference — auto-generated docs for every backend module
Quick start¶
git clone https://github.com/MaykThewessen/birdcurve-dashboard
cd birdcurve-dashboard
pixi install
pixi run dev
Backend serves on :8000, frontend on :5173.