
OpsGuard eliminates the "3 AM PagerDuty" nightmare, specifically protecting against threats like the recent CVE-2025-55184 (Next.js DoS)
This is the Frontend UI for OpsGuard. It serves as a visual "Brain" to demonstrate the autonomous SRE agent in action.
Since OpsGuard is a backend-first agent, this dashboard is designed to simulate a production environment and visualize the agent's invisible workflow (Ingest → Analyze → Fix) for demos and monitoring.
http://localhost:3000.npm install
Create a .env file (or use default):
VITE_BACKEND_URL=http://localhost:3000
npm run dev
Open http://localhost:5173 in your browser.
lucide-react.App.tsx and index.css.MIT