N
Noti
Notifications

Notifications
made simple

Send push notifications to your phone from anywhere. No accounts, no complicated setup—just a unique URL and HTTP POST requests.

No account required
Privacy first
9:41Notifications100%
Deploy succeeded
2m
work
Server health check
15m
monitoring
Payment received
1h
finance
⚡️

Instant delivery

Receive notifications on your device in real-time via push notifications.

📡

Simple API

Send notifications with a single HTTP POST request to your unique device URL.

🏷️

Categories & filters

Organize notifications by category with customizable colors and filters.

🌐

Universal access

Send from scripts, CI/CD pipelines, webhooks, or any HTTP client.

🔒

Privacy first

Your device URL is private. No accounts, no tracking, no data collection.

📝

Rich metadata

Include titles, subtitles, body text, and custom data with each notification.

How it works

Three simple steps to start receiving notifications

1

Download the app

Install the app on your iPhone or Android device. Open it to generate your unique device URL.

2

Copy your device URL

Find your device URL in the Settings tab. It's a unique identifier for your device.

3

Send notifications

Send a POST request to your device URL with a JSON body containing your notification data.

Example request
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"
  }'

Ready to get started?

Download the app and start receiving notifications in minutes.