❯ A tiny push notification app to get alerts on anything.
Stripe paid, deploy failed, agent finished. Anything that can POST lands as a push on your phone.
examples
-
01
Tell me when I sell something.
Paste this URL into Stripe for refunds, disputes, and cancellations too.
https://pingrb.com/webhooks/stripe/<your-token> -
02
Tell me when my deploy fails.
One curl, from anywhere that can POST.
$ curl -X POST https://pingrb.com/webhooks/custom/<your-token> \ -d '{"title":"deploy failed"}' -
03
Give your agent a push button.
A one-line CLI for Claude, Codex, anything.
$ brew install ruby-native/tap/pingrb > pingrb me when you're done
sources
- Stripe payments, subscriptions, refunds, disputes live
- Cal.com bookings, reschedules, cancellations live
- Hatchbox failed deploys live
- StatusCake site down, recovered live
- Agent CLI for Claude, Codex, and any agent live
- Custom anything that can POST a JSON body live
More as I need them. Ping me if you've got one in mind.