Already speaks your stack.
Stripe, GitHub, Vercel, Datadog, your own cron — if it can fire a webhook, you're already done.
Type a beep.
Watch it land.
This is the exact payload shape you'll be POSTing from your scripts. Hit send and the phone gets it instantly.
If it speaks HTTP,
it can buzz your phone.
Revenue pings
Wire Stripe, Lemon, Paddle, or Gumroad webhooks straight to your pocket.
curl -d '{"title":"$420","body":"acme.com paid"}'Deploy notices
Know the moment a build goes live, fails, or rolls back.
await fetch(URL, { method: "POST", body })Monitoring alerts
Datadog, BetterStack, UptimeRobot — anything that supports a webhook.
{"title":"p95 > 800ms","body":"api.acme.com"}GitHub events
PR merged, issue opened, star received — pick what matters.
on: pull_request → curl ...
Cron output
End-of-job heartbeats. If silence is suspicious, beep.
0 4 * * * /run.sh && curl ...
Order alerts
First sale of the day or every sale — your call. Loud.
{"title":"New order","body":"$89"}AI workflows
Long-running agent jobs that finally finish? Yes.
agent.on("done", beep)Price alerts
Crypto, stocks, FX — POST when a threshold trips.
if price > target: send_beep()
Anything else
Honestly, if it can POST, it can beep. We've seen weirder.
curl -d "title=Hi&body=Whatever"
Loud when it matters.
Silent when it doesn't.
Beep only fires when you POST. No background noise, no marketing, no “hey, you forgot to check the app today.”
One endpoint.
Every stack.
No SDK to install. No client library to learn. If you can make an HTTP request, you're already done.
curl -X POST https://beep.app/api/in/$TOKEN \
-H 'Content-Type: application/json' \
-d '{
"title": "New signup",
"body": "alex@acme.com just joined",
"image": "https://acme.com/logo.png"
}'From zero to first beep
in under a minute.
Sign up
Create an account on the dashboard. Get a webhook URL instantly.
Install the app
Download Beep on iOS or Android. Sign in. That's the entire setup.
POST anything
Fire from your script, your CI, your monitoring tool. Beep buzzes.
Make your phone
actually useful.
Get a webhook URL, install the app, and start beeping yourself in under a minute. No credit card required.
- Free during beta
- No credit card
- iOS + Android
- Webhook in 30s