Ping Me gives developers two powerful tools: instant push notifications when scripts finish, and real-time progress streaming you can tail from anywhere. Perfect for: • Long-running scripts and batch jobs • CI/CD pipelines and deployments • Machine learning training runs 14-day free trial for all new users and then $0.99/month
No reviews yetBe the first to leave a review for Ping Me
Maker
📌
Hey Product Hunt! I'm the maker of Ping Me.
I built this because I got tired of checking back on long-running scripts. You know the routine: start a deployment, switch to something else, then keep tabbing back to the terminal wondering "is it done yet?"
The breaking point was a 3-hour ML training job. I'd check it, see it was still running, do something else, forget about it, then discover it finished an hour ago. Repeat for every long job.
So I wanted the simplest possible solution: one curl command at the end of a script, push notification on my phone. That's it.
./train-model.sh && curl "https://ping-me.fiveironsoftware..."
Then I added progress streaming because sometimes you want to watch a job in real-time without staying glued to the terminal. It's like tail -f but on your phone.
No SDKs. No dependencies. No config files. Just HTTP requests.
I'm charging $0.99/month after a 14-day trial because I want to keep it running reliably without ads or selling data. Seems like a fair trade for never missing another finished job.
Would love your feedback. What other use cases would you want this for? What's missing?