
EdgePush is an open-source push notification API designed for both iOS and Android applications, operating on Cloudflare Workers. It allows users to bring their own Apple Push Notification service (APNs) and Firebase Cloud Messaging (FCM) credentials, enabling them to send notifications from a single endpoint while maintaining ownership of their delivery data. EdgePush offers a free hosted tier and the option for self-hosting, making it flexible for developers looking for customizable solutions.
The platform supports rich notifications, including images, and provides features like real-time t…