Local web dashboard for fledge — manage your install and inspect the project you're working in.
fledge plugins install CorvidLabs/fledge-plugin-hub
cd your-project
fledge hubVisit http://localhost:3800. Set FLEDGE_HUB_PORT to use a different port.
bun install
bun run start- Project name, version, language, branch, recent commits, working tree
- Tasks from
fledge.toml— one-click run with output panel - Lanes from
fledge.toml— one-click run with output panel - Open repo in browser
- Store — browse plugins and templates from GitHub with faceted filtering (topic, language, author, license); install / update / remove from the UI
- Installed — manage installed plugins
- Config — global fledge configuration
- Doctor — environment diagnostics with structured pass/warn/fail view
bun install
bun run dev # start with --watch for live reload
bun test # run unit tests
bun run typecheck # type-check without emittingThis plugin supersedes fledge-plugin-dashboard (project view) by combining its project-scoped surface with global plugin / template management.