Back to plugins

fledge-plugin-hub

v0.8.0 Official ts โ˜… 2 Updated 5/6/2026 GitHub
Install with fledge
fledge plugins install CorvidLabs/fledge-plugin-hub

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.

Metadata

License
โ€”
Default branch
main
Open issues
0
Topics
cli, dashboard, developer-tools, fledge, fledge-plugin

Built something similar?

Submit your plugin