Self-host if you want
Run your own ntfy server. Notifications travel through your hardware, your network, your control.
ntfy is the open-source notification service. Free, simple, self-hostable. Send Getwello check-ins to your phone, your watch, your Pi, with topic-based delivery and proper priority levels. The privacy-conscious choice for personal push.
Coordinator-only. Included in the £4.99 plan. Same day to set up.
Run your own ntfy server. Notifications travel through your hardware, your network, your control.
Public ntfy.sh instance is free. Pick a topic, subscribe, you're live. No email confirmation, no plan to pick.
Max priority bypasses Do Not Disturb on Android. The watch buzzes when it matters, stays quiet when it doesn't.
Audit the code, contribute, run your own fork. Same model as the Getwello MCP server.
POST https://ntfy.sh/mum-checkins-a8f3z
Headers:
Title: Mum has just checked in
Priority: 3
Tags: white_check_mark,check-in
Click: https://getwello.co.uk/app
Body: Mood: fine, 08:14 BSTPublishing to ntfy is one HTTP POST per notification. No SDK, no client library, no SaaS account. The lowest-overhead way to get a notification onto a phone, with priority, tags and click-through actions.
Free from the App Store or Play Store. Subscribe to a topic name only you and the family know (e.g. mum-checkins-<random>).
ntfy.sh is the easiest start. Self-host on a Pi or VPS for full control: docker run ntfy/ntfy serve.
Direct webhook works if our payload shape matches ntfy's headers. Most setups use a tiny Cloudflare Worker or Zapier flow to translate.
Settings → Developer API → Webhooks. URL is the ntfy topic URL or your relay. Tick the events you want. Test; the phone should buzz within a second.
ntfy is open source and self-hostable; Pushover is a paid commercial service. ntfy is free if you use the public instance, costs nothing if you self-host. Pushover has more polish, ntfy has more privacy.
Not on the public ntfy.sh instance. You pick a hard-to-guess topic name and subscribe via the app. Anyone who knows the topic can publish to it, so make it unguessable.
Yes, it's a single Go binary or a Docker image. Run it on a Raspberry Pi, a VPS, a NAS, anywhere. Total control, no third party.
Yes, both. Max priority bypasses Do Not Disturb on Android. Tags become emoji prefixes (warning, check-in, calendar). Useful for visual triage.
iOS uses Apple's push service; the ntfy.sh app supports it. Self-hosted instances need to relay through the public instance for iOS push (documented in their guide).
Some families wire two or three at the same time. The webhook fans out, the API keys stay the same.
See every integration or jump to the Developer API overview.
Mint your first API key in two minutes. Coordinator-only. Included in the £4.99 family plan.