ZeepNotti Docs
Push notifications without lock-in - FCM and APNS, templates, segments, delivery tracking, and signed webhooks behind one REST API.
What is ZeepNotti?
ZeepNotti routes push notifications (FCM for Android, APNS for iOS) behind one REST API, with templates, dynamic segmentation, delivery tracking, scheduling, signed webhooks, and idempotent retries. Instead of gluing your own OneSignal alternative together, you send a request to one endpoint and ZeepNotti handles the provider-specific delivery, retry classification, and per-device status.
ZeepNotti is hosted by Zeep - free up to 15,000 monthly active users, Stripe billing above that. There's nothing to deploy or run yourself.
Who it's for
ZeepNotti is for teams building a product with a mobile app (or app + web companion) that needs push notifications without owning the FCM/APNS integration, delivery retries, and per-device tracking themselves. A backend service holds a REST key and calls the API directly; the mobile app holds a public Client key and only registers/updates its own device.
Get started
- First Steps & Settings - create an App, generate credentials, send your first notification, tour the dashboard, then test and troubleshoot your integration.
- API Reference - every endpoint's method, path, auth requirement, request shape, and response shape, generated straight from the live handlers.
- SDKs - the React Native SDK for device registration and notification event handling.