Unified Self-Hosted Notification Router That Actually Works Across Every Service

dev tool real project •• multiple requests

Self-hosters running 10-20+ services struggle to get notifications from all of them into one place. Existing tools (ntfy, Gotify, Apprise) each solve a piece but none handles the full picture, especially when services run in VPN containers or don't natively support any notification backend. People want one hub that aggregates everything.

builder note

The real opportunity isn't another notification server. It's a notification ROUTER that sits between services (via log monitoring, webhooks, and Apprise-style plugins) and delivery targets (phone, email, Matrix, Discord). Think of it as a self-hosted Zapier but only for notifications, with service auto-discovery via Docker labels.

landscape (3 existing solutions)

The three main tools each solve one facet: ntfy/Gotify receive pushes, Apprise sends to many targets, and Loggifly monitors logs. Nobody has built the unified router that combines inbound aggregation, log-based alerting, and multi-target delivery with a single dashboard and service auto-discovery.

ntfy Great push notification server but doesn't aggregate notifications FROM other services. You still need each app to push TO ntfy, and many don't support it natively.
Gotify Similar to ntfy but with less fine-grained permissions. No built-in log monitoring or service discovery. Requires each app to have Gotify support.
Apprise Supports 110+ notification targets but is a library/CLI, not a running service with a dashboard. No persistent state, no unified inbox view, no log monitoring.

sources (3)

other https://thomaswildetech.com/blog/2026/01/05/the-holy-grail-o... "the holy grail of self-hosted notifications" 2026-01-05
other https://www.xda-developers.com/set-up-self-hosted-notificati... "self-hosted notification service for everything" 2026-03-15
other https://www.xda-developers.com/reasons-use-apprise-instead-o... "supports 110+ different notification services" 2026-02-20
self-hostednotificationshomelabdockerprivacy