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.