fledge-plugin-hub
Local web dashboard for fledge โ manage your install and inspect the project you're working in.
Install as fledge plugin
fledge plugins install CorvidLabs/fledge-plugin-hub
cd your-project
fledge hub
Visit http://localhost:3800. Set FLEDGE_HUB_PORT to use a different port.
Run standalone
bun install
bun run start
Features
Project (current working directory)
- 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
Global (your fledge install)
- 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
Development
bun install
bun run dev # start with --watch for live reload
bun test # run unit tests
bun run typecheck # type-check without emitting
Requirements
Replaces
This plugin supersedes fledge-plugin-dashboard (project view) by combining its project-scoped surface with global plugin / template management.