Built for focused notification flows
Easy Notifier keeps the backend minimal on purpose. Events are stored locally, devices are tracked by `identifierForVendor`, and each new event can immediately fan out to the selected devices.
Easy Notifier
Easy Notifier turns event broadcasts into a clean workflow: target specific devices, deliver fast APNs notifications, and keep your event inbox readable with simple read and important actions.
Ship an event instantly
GET /api/events/new ?title=Price%20Alert &subtitle=BTC%20broke%20100k &message=Momentum%20is%20accelerating &devices=IFV_A &devices=IFV_B &isImportant=true
Easy Notifier keeps the backend minimal on purpose. Events are stored locally, devices are tracked by `identifierForVendor`, and each new event can immediately fan out to the selected devices.
The full browser-based API testing console now lives at /testing, so you can validate request URLs, device targeting, and responses without cluttering the public landing page.
Use the local admin view to inspect events, devices, and request history, while the public API stays simple enough for apps and automation scripts.
Easy Notifier now includes a public privacy policy at /privacy so users and reviewers can understand what device and notification data the service processes.