India's first agentic emergency operating system engineered to shrink highway crash coordination delays from 45 minutes to under 12 minutes—preserving human lives inside the critical "Golden Hour".
- Dark Glassmorphic Command Interface: Pristine UX with high-contrast, eye-safe typography optimized for high-stress, low-light emergency dispatch centers.
- Server-Side Gemini AI Triage: Zero-friction voice and photo processing using the Google GenAI SDK to determine injury severity levels in under 800ms.
- 5-Agent Live Topology Viewer: Clickable state-visualization nodes showing active inputs, clinical arguments, tool signatures, and direct coordination links.
- Zero-Internet Offline Survival: Local-first first-aid modules and a proprietary 160-character cellular SMS compression protocol (
RG_SOS#...) for transit alerts from absolute regional deadzones. - Interactive Tamil Nadu Live Map: Real-time leaflet GIS visualization mapping paramedic vehicles, critical traffic corridors, and hospital beds.
/
├── src/ # Premium React 19 Frontend Components
│ ├── components/
│ │ ├── TamilNaduLiveMap.tsx # GIS mapping of ambulances & hospital beds
│ │ ├── AgentSystemViewer.tsx # Interactive 5-agent state visualization HUD
│ │ ├── ConsumerSOS.tsx # Bystander duress reporting and transcript processing
│ │ ├── EmergencyDashboard.tsx# Core command center fleet panel
│ │ ├── PredictiveRisk.tsx # Neural seasonal maps and black-spot clusters
│ │ └── ...
│ └── main.tsx
├── server.ts # Express production API backend
├── docs/ # Detailed navigation & flow manuals
├── architecture/ # High-fidelity system & communication drawings
├── prd/ # Sandboxed MoRTH requirements specifications
├── ci-cd/ # Production GitHub Actions workflow backup
├── .github/workflows/ci.yml # Live GitHub Actions YAML script
├── SETUP.md # Complete local installation & run documentation
└── package.json # Dependencies configuration
The code has been successfully verified, compiled, and linted under strict production standards. To run the application locally on a clean system, see SETUP.md.
- Interactive Tech Console: Check
Live Topologyunder the Network Tab. - Offline Protocol Emulator: Open
Offline Emergency Kitfrom the sidebar navigation. - AI Triage Processing: Submit an incident report or upload a scene image inside the
Consumer SOSview.