Skip to content

CorvidLabs/fledge-plugin-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🏠 Local web dashboard for browsing and managing fledge templates, plugins, lanes, and config

Topics

Resources

Stars

Watchers

Forks

Contributors