One shake to break the paralysis cycle.
System Interrupt is a mobile app for the moment you're most stuck — when you're overwhelmed, can't choose where to start, and end up retreating to easy dopamine instead. Designed with neurodivergent users in mind.
- Shake your phone (or tap the button) to trigger the interrupt
- Breathe — a guided breathing animation brings you back into your body
- Get unstuck — an AI coach looks at your task list and gives you one small, concrete next step
- Expo / React Native
- Claude API — AI task coaching
- React Navigation
- expo-sensors (shake detection)
git clone https://github.com/YOUR_USERNAME/SystemInterrupt.git
cd SystemInterrupt
npm install
npx expo start --tunnelScan the QR code with Expo Go on your phone.
SystemInterrupt/
├── App.js
├── screens/
│ ├── TriggerScreen.js # shake / button trigger
│ ├── CalmScreen.js # breathing animation
│ └── CoachScreen.js # AI task coaching
Built at a hackathon. Inspired by the very real experience of task paralysis — and the need for something that requires almost zero effort to activate when you're already stuck.