Send mobile alerts from any DIY project — ESP32, Arduino, Raspberry Pi — straight to your phone. One simple HTTP POST webhook. Zero client code bloat.
NotifyBridge is available now for iOS and Android.
POST https://notifybridge.mindeon.net/v1/messages/send
{
"api_token": "YOUR_API_TOKEN",
"user_key": "YOUR_USER_KEY",
"device_code": "MS-ABCD-EF12",
"message": "Temperature exceeded threshold: 82°C",
"priority": 1
}
NotifyBridge is a REST API platform and mobile app by Mindeon that lets hardware developers send instant push notifications to iOS and Android phones from ESP32, Arduino, Raspberry Pi and any other device that can make an HTTP request. Your firmware POSTs a small JSON body to a single endpoint, and the alert arrives natively on every phone linked to that project. Because Mindeon publishes the receiving app, you never touch Firebase, APNs certificates or a mobile push SDK — and there is no account to create.
Makers generate API tokens and organize separate projects. Friends, family, or operators link natively to alerts—no coding experience required.
No complex Firebase setups. No heavy hardware libraries. Just a basic HTTP webhook endpoint.
NotifyBridge spins up a default environment right when you open the application. Your authorization token is waiting immediately before you write a single line of microcode.
Create a dedicated device entry inside Studio Mode. Each node generates a unique target claim string and an auto-generated QR tag you can share or print.
Anyone who needs to trace alerts simply scans the project QR code or types the device string manually. Zero profile or account creation required.
Pass your token, device key, and message parameters to our endpoint from your edge firmware. The mobile push alert delivers to all connected targets instantly.
NotifyBridge minimizes firmware footprints, freeing up precious microcontroller flash memory for your actual code layout.
Install the application, configure your edge webhook payload, and receive your first live test notification before your coffee finishes brewing.
Every account includes 3,000 push alerts per month completely free. Non-expiring high-capacity credits available via easy one-time purchases.
⚙️ Looking for copy-and-paste firmware examples? Explore our open repository on GitHub for ready-to-use ESP32, Arduino, and Python code blocks: github.com/mindeon/NotifyBridge-Devices