Deploy Complete

just now

v2.1.0 is live on production

Push notifications, simplified.

Send push notifications to your phone with a simple webhook. POST JSON to a URL, get a notification. No complex setup required.

Terminal
curl -X POST https://api.ping.dev/v1/send/YOUR_TOKEN \
  -H "Content-Type: application/json" \
  -d '{"title": "Deploy Complete", "body": "v2.1.0 is live!"}'

Features

Everything you need

Simple, fast, and reliable push notifications built for developers.

Instant Delivery

Notifications arrive in milliseconds via Apple Push Notification service.

Simple Webhook API

Just POST JSON to your unique webhook URL. No SDKs or dependencies.

Organized Channels

Create channels for different services. Each gets its own webhook URL.

Cross-Device Sync

Sign in with Apple ID to sync channels and messages across all devices.

Message History

All notifications are stored so you never miss an important alert.

Secure by Default

End-to-end encryption with Apple. Your data stays completely private.

How it works

Get started in minutes

Four simple steps to start receiving push notifications.

01

Create a Channel

Sign in with your Apple ID and create a channel for each service you want to monitor.

02

Get Your Webhook

Each channel gets a unique webhook URL. Copy it to your clipboard with one click.

03

Send Notifications

POST JSON to your webhook URL from anywhere — CI/CD pipelines, monitoring tools, or scripts.

04

Receive Instantly

Get instant push notifications on your iPhone. Never miss an important alert again.