Push notifications
for your builds

Send mobile alerts from any DIY project — ESP32, Arduino, Raspberry Pi — straight to your phone. One simple HTTP POST webhook. Zero client code bloat.

Get the app API Reference →

NotifyBridge is available now for iOS and Android.

NotifyBridge - Dead-Simple IoT Push Notifications for Makers & Hobbyists | Product Hunt
Send a notification from your firmware
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
}
In one paragraph

What is NotifyBridge?

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.

Endpoint
POST https://notifybridge.mindeon.net/v1/messages/send
Authentication
api_token and user_key, sent in the JSON body
Hardware
ESP32, ESP8266, Arduino, Raspberry Pi, or any HTTP client
Phones
Native push on iOS and Android
Free tier
3,000 push notifications per month, no credit card
Not required
Firebase, APNs certificates, mobile SDKs, sign-up
Two modes, one layout

Built for Building & Sharing

Makers generate API tokens and organize separate projects. Friends, family, or operators link natively to alerts—no coding experience required.

Studio Mode

For makers & creators
  • A clean project space and API token are ready on launch
  • Isolate multiple side projects with independent tokens
  • Generate devices with unique device codes and QR codes
  • Fire notifications natively via a single REST call
  • Audit live usage velocity logs without annoying track data
  • Crafted to perfection: No tracking, no data leaks, no ads

Subscriber Mode

For family, friends & users
  • Scan a printed project QR code to subscribe instantly
  • Receive real-time push alerts on iOS and Android
  • Review complete, persistent notification logs
  • Configure quiet hours so sensors don't wake you at night
  • Supervise multiple hardware projects in a unified inbox
How it works

From breadboard to phone in 60 seconds

No complex Firebase setups. No heavy hardware libraries. Just a basic HTTP webhook endpoint.

1

Grab your master API token instantly

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.

2

Generate a project node

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.

3

Link phones with a quick scan

Anyone who needs to trace alerts simply scans the project QR code or types the device string manually. Zero profile or account creation required.

4

Fire a single HTTP POST request

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.

Use cases

Any hardware. Any alert.

NotifyBridge minimizes firmware footprints, freeing up precious microcontroller flash memory for your actual code layout.

Smart Home & Automation Get immediate, high-priority pings if a garage door stays open too long or a motion sensor trips.
Hydroponics & Greenhouses Track soil moisture metrics, water loop reservoir lines, or critical ambient drops.
Home Labs & Server Tracing Receive automated pings for unexpected SSH logins, network dynamic IP updates, or high load spikes.
3D Printer Logs Drop simple completion alerts or run-out sensor states straight to your lock screen.
Battery & Node Status Get warned ahead of time for low battery drops on remote off-grid telemetry links.
Industrial Scaling Built on highly reliable pipelines that transition seamlessly if your side build scales up commercially.

Start alerting in minutes

Install the application, configure your edge webhook payload, and receive your first live test notification before your coffee finishes brewing.

Get the app
Read the API docs →

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

NotifyBridge - Dead-Simple IoT Push Notifications for Makers & Hobbyists | Product Hunt NotifyBridge - Dead-Simple IoT Push Notifications for Makers & Hobbyists | Product Hunt