PulseOps is a single-system MVP for an AI Business Insight Agent.
server.py— backend API + SQLite storage + simulation ingestion + insight generation + escalation routingindex.html— responsive frontend shellstyles.css— restrained, professional visual system (no gradients)app.js— API wiring, rendering logic, practical SVG icons- planning docs:
SYSTEM_ARCHITECTURE.mdMVP_EXECUTION_PLAN.mdAPPLYSTYLE_UI_SPEC.md
python3 server.pyThen open: http://127.0.0.1:8000
- Simulate new business data cycle
- Detect anomalies and generate insights
- Apply escalation rules by severity
- Create alert delivery records
- Render everything in one responsive UI