Sitting too much is bad for your health and developers often sit too much. I made this desktop app to notify myself to stand up and exercise when I code or study. I hope this app can help others too.
This app uses webcam to detect user sitting. It uses face-api.js for face detection.
There is also a web version of this app. You can try the web app here: https://app-healthyworking.netlify.app/. The source code for the web app can be found here.
- Run in background mode: The app will minimize to the tray icon.
- Set your preference time for sitting and resting.
- Toast and sound notification: Toast notification is helpful when you watch Youtube or listening music.
Just pull the repo and run the following
npm install
npm start
Images and icons used in the app:
- Settings icons created by Freepik - Flaticon
- Clock icons created by Freepik - Flaticon
- Info icons created by Freepik - Flaticon
- Exercise illustration
- Working illustration
The MIT License (MIT)