TriageAI is a lightweight mental health triage demo for students. Instead of stopping at mood tracking, it turns a 60-second adaptive check-in into a short action stack:
Green: self-manageYellow: guided helpRed: urgent escalation
- Single-screen, no-dependency frontend
- Weighted rule-based triage engine
- Context-aware micro-interventions
- Resource router that prefers free support within 24 hours
- Crisis mode shortcut for live demo use
Open index.html directly in a browser, or serve the folder locally:
python3 -m http.server 8000Then open http://localhost:8000.
Exam BurnoutPanic SpikeMoney StressIsolationCrisis Mode
- Campus resources are mock data and can be replaced with real school-specific entries in
app.js. - Crisis contacts included in the demo are real U.S. resources:
988 Suicide & Crisis LifelineCrisis Text Line(Text HOME to 741741)
- This is a triage demo, not a diagnostic tool.