A clean, open-source notification history management app for Android.
Notice is a simple and privacy-focused Android application that helps you manage and view your notification history. Built with transparency and user privacy in mind, Notice contains no ads, no analytics, and no tracking of any kind. The app doesn't even connect to the internet!
- 📱 Clean, intuitive notification history viewer
- 🔒 Completely offline - no internet connection required
- 🔓 100% open source and transparent
- 🚫 No ads, no tracking, no analytics
- 🎨 Built with modern web technologies (SvelteKit + Capacitor)
Existing notification management solutions are often filled with ads or don't work properly. Notice was created to provide a simple, reliable, and privacy-respecting alternative. Since notifications contain personal data, the app is completely open source so you can verify exactly how it works.
- Framework: SvelteKit 2
- UI Components: Tailwind CSS, bits-ui
- Mobile: Capacitor 7
- Language: TypeScript
- Build Tool: Vite
- Node.js (v18 or higher recommended)
- pnpm (preferred package manager)
- Android Studio (for Android development)
- Clone the repository:
git clone https://github.com/whyash5114/notice.git
cd notice- Install dependencies:
pnpm install- Start the development server:
pnpm dev- Open the app in your browser or run on Android:
# Sync with Capacitor
pnpm prepare
# Open in Android Studio
npx cap open androidTo create a production build:
pnpm buildContributions are welcome! Please feel free to submit a Pull Request.
If you find Notice useful, consider supporting its development:
Your support helps keep this project maintained and improved!
Notice respects your privacy:
- No internet connection required
- No data collection or analytics
- No third-party tracking
- Your notifications stay on your device
Note: Optional cloud syncing/backup features may be added in the future, but will always be opt-in.
This project is open source. See the repository for license details.
Built with modern web technologies and a focus on user privacy and transparency.