Tailwatch – Hierarchical event monitor with push notifications
curl + PWA event monitor fills the gap between logs and APM beautifully.

It turns a PWA into a disposable webhook target — open a unique URL, install with the QR, then POST JSON (curl example included) to push notifications straight to your phone, even with an unread badge. Very practical for ad-hoc testing and lightweight feeds, but the UI and docs hide important details: I couldn't see any auth, retention policy, or delivery guarantees, so treat it as convenient but ephemeral.
Developers, QA/testers, hobbyists and anyone who wants ephemeral push endpoints or a disposable notification feed
Visiting the link below generates and takes you to a personalized inbox to which you can POST content from any source. It includes instructions for “installation” on mobile devices so as to benefit from push notifications (which, from a web app, will be a novelty for some, particularly those on iOS).
Building this out, I was pretty impressed at how close one can get to native app capabilities, even to the point of displaying an “unread notification count” on the app icon.
The app is similar to “throwaway” email services except that you can land items in your inbox using a simple http request. This versatility means that you can plug it into a variety of information sources to serve as a dedicated feed. Create and install as many such “feeds” as you like.
curl + PWA event monitor fills the gap between logs and APM beautifully.
Mobile Claude Code management with Git diff review—nobody else does this workflow.
iOS-only webhook notifications when Zapier and custom handlers already exist.
Real-time HN push notifications powered by Val Town and Firebase SSE.
Webhook-to-push for Stripe and Clerk when Zapier already does this.
Visual APNS payload editor replaces xcrun simctl push commands with folder organization.