❯ pingrb

❯ 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

  1. 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>
  2. 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"}'
  3. 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

More as I need them. Ping me if you've got one in mind.