A high-performance, real-time observability dashboard for managing agentic infrastructure and distributed services.
- Dynamic Health Summary: A collapsible, color-coded overview that automatically reflects the aggregate state of the platform (Healthy, Warning, or Critical).
- Real-time Monitoring: Simulated live metrics for CPU and Memory with automatic status transitions based on operational thresholds.
- Sticky Controls: Persistent filter and search bars ensure operators can navigate large service grids without losing context.
- Contextual UI: Automatic icon assignment based on service types (Databases, AI Agents, Caches, etc.) and relative "Time Since Update" indicators.
- Responsive Design: Optimized for both desktop mission control views and mobile quick-checks.
- Frontend: React 18, TypeScript, Tailwind CSS.
- Backend: Express (Node.js) with Vite integration.
- Icons: Lucide React.
- Animations: Framer Motion.
-
Install Dependencies:
npm install
-
Run Development Server:
npm run dev
-
Build for Production:
npm run build
For detailed instructions on how to add new services or modify monitoring thresholds, please refer to the Operations & Configuration Guide.