Take control of your screen time with Digital Break - a app designed to introduce a break before you dive into your social media apps.
About The Project Β· Key Features Β· Getting Started Β· Tech Stack Β· License
Digital.Break.Vorschau.mp4
ο£Ώ App Store: Digital Break on the App Store
π± Play Store: not supported
- App Blocking: Personalize your experience by choosing which apps and websites trigger a pause.
- Progress Tracking: Monitor your digital well-being with analytics on usage patterns.
- Privacy-First: Operates without collecting personal data, ensuring your privacy.
Start by cloning the repository and installing the dependencies.
- Install the dependencies
bun i
- Install app and run dev-client
bun run ios
Monorepo structure:
βββ apps
β βββ expo (App)
β β βββ ...
βββ packages
β βββ shortcuts-generator
β βββ expo-exit-app
β βββ target-plugin
- shortcuts-generator: Generates shortcuts for the defined apps.json via the shortuctu.template.plist and signs them with
shortcuts sign
command. - expo-exit-app: A simple package to exit the app. It's used to close the app when the user presses the "I don't want to open xxx app" button.
- target-plugin: The Plugin for setting up the iOS AppIntent target DigitalBreak.swift
The app uses the AppIntent framework to intercept the app opening event.
When the user opens an app that is defined in the apps.json the app will intercept the event and displays a break screen. When break is over the user can decide to open the app via the defined url scheme or close the app.
The project is build locally with Github Actions. Uploaded as an artifact and then automatically uploaded via Expo auto submit to the App Store.
Thankfully, Github Actions now allows M1 Macs to be used for the build process.
- Android Support
- Multi Language Support
- Customizable Breaks
This project is licensed under the MIT License - see the LICENSE file for details.