← Back to products
RELEASE REVIEW · ANDROID

Read your notifications,
see the pattern

Pushbin collects the notifications arriving on your Android phone, sorts them automatically, and keeps them findable. Card, bank, and pay alerts get read separately and turned into a spending log.

Platform
Android
Built with
Flutter · Kotlin
Data
Stored on device
Account
Not required
Ask about Pushbin
pushbin_app.dart
class PushbinApp extends StatelessWidget { const PushbinApp({super.key}); Widget build(BuildContext context) { return MaterialApp( theme: PushbinTheme.dark, home: NotificationArchive(), ); } }
Archive and spending log built Weighing a production release

Why we built it

Notifications keep arriving and most are never read. The message that mattered gets buried under promotions, and once you swipe a notification away it is gone. Pushbin started from that one problem: notifications only ever pile up.

Collected, sorted, findable

Grant notification access and everything that arrives afterwards is saved on your device. System notifications, ongoing ones, and duplicates are filtered out before they are ever stored.

Automatic sorting

Each notification is filed as information, promotion, action needed, conversation, or system the moment it arrives. You can correct the label, and set per-app rules.

Search and filters

Search by keyword, date range, or category, and narrow instantly with presets for no-promotions, action needed, payments and receipts, and deliveries.

Missed-notification digest

At the end of the day it lists what needed action first, and sends a summary notification at a time you choose.

Calendar

Finds appointments, payments, and deliveries inside your notifications and places them on a day-by-day timeline.

Notification fatigue report

Shows which apps send how much, the share that is promotional, and what arrives overnight, then suggests which apps to trim.

Deleted-message detection

Spots when the other person removes a message and keeps the original, with a badge.

Jump to reply

Opens the original conversation straight from an SMS or KakaoTalk notification.

Snooze and remind

Attach a time and a note to a notification you cannot miss. If the text contains a time, it is offered as the default.

SPENDING

Your spending, read from your alerts

Card approvals, transfers, and pay confirmations are interpreted and filed as transactions. No receipt photos, no typing in amounts.

Recognised automatically

Pulls the amount, merchant, payment method, and time out of each alert.

Duplicates merged

When the card issuer and the pay app both notify you about one payment, it becomes one transaction.

Refunds linked

Cancellations are matched to the original payment so your monthly totals stay right. Partial refunds are handled too.

Foreign currency

Amounts that are not in your home currency are recorded with the currency kept distinct.

Transactions roll up into spending by period, by payment method, and by category.

Your data never leaves the device

Notification titles, bodies, and extracted schedules are encrypted with AES-256-GCM and stored only on your phone. Nothing is sent to a server or shared with anyone. You can withdraw notification access at any time in settings, and delete everything stored from inside the app.

Read the Privacy Policy

Development status