Simple push notifications via REST

Free and open source push notification platform that makes sending notifications as simple as making a POST request. Perfect for alerts, IoT devices, and automated systems.

Send notifications in seconds

Simple POST request to send your first notification

Terminal
curl -X POST https://pinq.app/send \
  -H "Content-Type: application/json" \
  -d '{
  "topic_id": TOPIC_ID, // Get this from the pinq mobile app
  "priority": "high",
  "summary": "Server Alert",
  "content": "CPU Usage Alert\n\nCurrent usage: 85%\n\n- Above threshold (80%)\n- Server: web-01\n- Time: 2024-01-15 14:30 UTC"
}'

Download the apps

Get the pinq mobile apps to receive notifications on your device. Available for iOS and Android with full notification history and topic management.