Interactive web dashboard for fledge projects.
- Project overview — name, version, language, branch, tags
- Health checks — git status, fledge.toml, working tree
- Run tasks — execute fledge tasks directly from the browser
- Run lanes — trigger lane pipelines with one click
- Quick actions — doctor, CI checks, spec check
- Git history — recent commits and working tree changes
- Open repo — jump to GitHub from the dashboard
fledge plugin install CorvidLabs/fledge-plugin-dashboardcd your-project
fledge dashboardOpens a local web dashboard at http://localhost:8384. Set FLEDGE_DASHBOARD_PORT to use a different port.
- Python 3 (ships with macOS and most Linux distros)
- fledge CLI
MIT