Easy Notifier

Push important updates to the right devices in seconds.

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.

Targeted Delivery Send each event only to the devices you choose.
APNs Ready Register devices once, then fan out notifications automatically.
Simple State Read, unread, star, or important are all available over lightweight HTTP routes.

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
FastAPI SQLite APNs

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.

Testing without friction

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.

Operator-friendly controls

Use the local admin view to inspect events, devices, and request history, while the public API stays simple enough for apps and automation scripts.

Privacy information

Easy Notifier now includes a public privacy policy at /privacy so users and reviewers can understand what device and notification data the service processes.