TYO Notify turns any script, server, webhook or automation into a push notification on your phone — with nothing more than a plain HTTP PUT or POST. No SDK, no account, no tracking.
Subscribe to a topic, then publish to it from anywhere:
curl -d "Backup finished" https://freemq.tyo.com.au/notify/my-alerts
…and it lands on your phone. Set a title, priority and tags, add a tap-through link — or send a private, contentless "wake" that tells the app to fetch the message itself.
FEATURES
• Publish with a plain PUT/POST — works from curl, cron, CI, webhooks, any language, no library required.
• Subscribe to as many topics as you like; each shows its recent messages.
• Bring your own broker: use the built-in default, or point any topic at your own self-hosted server ("use another server").
• Battery-friendly delivery over FCM, or an always-on connection for servers without push.
• Priorities, emoji tags, tap-to-open links, and a live view while a topic is open.
• Share to a topic from other apps, or trigger sends from automation tools.
• No account, no ads, no analytics SDKs. Topic names and your notifications stay on your device; the broker only relays what you publish.
TYO Notify speaks the familiar ntfy-style HTTP interface, so it works with existing publish tooling. It's built by TYONLINE TECHNOLOGY for people who want dead-simple, private push notifications they control.
Note: public topics are readable by anyone who knows the topic name — treat a topic like a password and don't send secrets over a public topic.
Push notifications to your phone via a simple PUT/POST. Private, no account.