@agicrew/sidecar-dashboard
v1.0.7
Published
Sidecar Dashboard - Web dashboard for agentic project tracking
Downloads
756
Maintainers
Readme
@dendroman/sidecar-dashboard
Sidecar Dashboard - Web dashboard for agentic project tracking.
A Kanban-style dashboard for visualizing Sidecar project data including tasks, agents, and activity feeds.
Installation
npm install @dendroman/sidecar-dashboardUsage
Development
npm run devBuild
# Build for production (Next.js standalone)
npm run build
# Build static export
EXPORT_STATIC=true npm run buildEnvironment Variables
| Variable | Description |
|----------|-------------|
| SIDECAR_REPO_PATH | Path to the Sidecar repository to display |
| PORT | Port for the development server (default: 3000) |
| EXPORT_STATIC | Set to true for static export build |
With the CLI
The dashboard is typically launched via the Sidecar CLI:
sidecar dashboardThis automatically sets the SIDECAR_REPO_PATH environment variable.
Standalone Usage
You can also run the dashboard directly:
SIDECAR_REPO_PATH=/path/to/repo npm run devFeatures
- Kanban Board: Drag-and-drop task management across swimlanes
- Agent Activity Feed: Real-time view of agent status and activity
- Responsive Design: Works on desktop and mobile
- Auto-refresh: Polls for updates every 5 seconds
- Dark Mode: Built-in dark theme support
API Routes
GET /api/sidecar?file=backlog- Get backlog dataGET /api/sidecar?file=agents- Get agent dataPOST /api/sidecar?file=backlog- Update task status
License
ISC
