Discover and explore top open-source AI tools and projects—updated daily.
hoangsonwwReal-time AI agent monitoring dashboard
Top 86.1% on SourcePulse
A real-time monitoring dashboard for Claude Code agents, this project provides engineers and power users with deep visibility into agent activity, tool usage, and subagent orchestration. It offers live analytics, status notifications, and an interactive web interface, enabling quick evaluation of agent performance and cost.
How It Works
The system integrates directly with Claude Code via its native hook system. Events like SessionStart, PreToolUse, and Stop are captured by a Node.js hook handler, which forwards them via HTTP POST requests to an Express server. This server processes events, updates a SQLite3 database, and broadcasts changes in real-time to a React-based frontend using WebSockets. This architecture ensures immediate visualization of agent states, tool invocations, and session lifecycles without polling.
Quick Start & Requirements
npm run setup.npm run install-hooks to configure Claude Code to send events to the dashboard.npm run dev for development with hot-reloading or npm run build && npm start for production.http://localhost:5173 (development) or http://localhost:4820 (production). Docker and Podman Compose options are also available.Highlighted Details
Maintenance & Community
The project appears actively maintained with detailed documentation and features. No specific community channels (like Discord or Slack) are listed in the README.
Licensing & Compatibility
The project is released under the MIT License, permitting commercial use and integration into closed-source projects.
Limitations & Caveats
Setup requires Node.js and npm. Functionality is dependent on Claude Code's hook system. Cost tracking requires manual updates to pricing rules. No explicit community support channels are detailed.
7 hours ago
Inactive
openai
Significant-Gravitas