No reviews yetBe the first to leave a review for Zling - Push Notifications
Maker
📌
Hey Product Hunt! 👋
I'm Laurent, the solo dev behind Zling.
The idea started simple: I wanted my iPhone to ping me when a deployment finished or a server crossed a threshold — without installing a SDK, setting up Firebase, or reading 40 pages of docs.
So I built Zling: you get a webhook URL, you curl it, you get a push notification. That's it.
curl -X POST https://your-webhook.zling.app/v... \
-d "Deploy succeeded 🚀"
Works from bash, GitHub Actions, Home Assistant, n8n, Stripe webhooks, or literally anything that can make an HTTP request. No SDK. No app integration. No configuration beyond installing the iOS app once.
Free tier: 10 notifications/month — enough to try it on real scripts.
Happy to answer any questions about how APNs delivery works, how the webhook routing is designed, or anything else. Would love to hear your use cases!