Instant delivery
Receive notifications on your device in real-time via push notifications.
Send push notifications to your phone from anywhere. No accounts, no complicated setup—just a unique URL and HTTP POST requests.
Receive notifications on your device in real-time via push notifications.
Send notifications with a single HTTP POST request to your unique device URL.
Organize notifications by category with customizable colors and filters.
Send from scripts, CI/CD pipelines, webhooks, or any HTTP client.
Your device URL is private. No accounts, no tracking, no data collection.
Include titles, subtitles, body text, and custom data with each notification.
Three simple steps to start receiving notifications
Install the app on your iPhone or Android device. Open it to generate your unique device URL.
Find your device URL in the Settings tab. It's a unique identifier for your device.
Send a POST request to your device URL with a JSON body containing your notification data.
curl -X POST https://noti.now/YOUR_DEVICE_ID \
-H "Content-Type: application/json" \
-d '{
"title": "Deploy succeeded",
"subtitle": "Production",
"body": "All checks passed",
"category": "work"
}'Download the app and start receiving notifications in minutes.