jervis-boost-dashboard
v0.13.0
Published
Local, on-demand web dashboard for Jervis Boost — project snapshot and safe actions
Downloads
1,438
Readme
jervis-boost-dashboard
The local dashboard server and static UI used by Jervis Boost. It exposes a read-first project snapshot and authenticated actions for skills, gates, hooks, enhancers, design tooling, and Wakeb Starter Kits.
Recommended use
Launch it through the CLI from a Jervis Boost project:
npx --yes jervis-boost@latest dashboardThe server binds to 127.0.0.1 only. It finds a free port (starting at 4747) and opens the dashboard with a per-launch token for write actions.
Programmatic use
import { startDashboard } from 'jervis-boost-dashboard'
const dashboard = await startDashboard({
root: process.cwd(),
definitionsDir: '/absolute/path/to/definitions',
port: 4747,
})
console.log(dashboard.url)
// Later: await dashboard.close()For project setup and dashboard features, see the Jervis Boost documentation.
The Starter Kits panel lists backend and frontend V1/V2/V3, detection evidence, scope provenance, exclusions, planned commands, and MCP state. Apply requires a current token-protected preview fingerprint; changing kit, version, agents, or Global shared selection invalidates that preview.
License
MIT
