Reset911 is a mental health support app designed for 911 dispatchers. It provides quick reset tools, trauma-informed journaling prompts, and burnout trackingβall in a privacy-first, modular web app.
911 dispatchers face intense emotional stress daily. Reset911 helps them:
- Reset quickly after high-stress calls
- Reflect through guided journaling
- Track burnout symptoms over time
- Maintain privacy with local data storage
- HTML/CSS/JavaScript (Vanilla)
- Modular JS via ES6
import/export - LocalStorage for journaling and mood tracking
- JSON for dynamic prompt loading
Reset911/ |-index.html |-style.css |-app.js |-components/ |-ResetModule.js |-JournalModule.js |-BurnoutTracker.js |-data/ |-prompts.json
- Clone the repo:
git clone https://github.com/hardtimes-code/Reset911.git cd Reset911 - Open index.html in your browser
π Features π§ Breathing Reset: Guided breathing prompt
π Journaling: Trauma-informed prompts + local save
π Burnout Tracker: Mood logging with timestamp
π Dashboard: View entries and filter by date
π§ Future Enhancements Mood trend visualization (charts)
Prompt categories (burnout, resilience, shift reflection)
Secure cloud sync (opt-in)
Mobile-first UI and accessibility upgrades
π Privacy First All data is stored locally in the browser. No accounts, no tracking, no external sync unless explicitly added.
π€ Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what youβd like to change.
π License MIT License. See LICENSE file for details.