Ntfy
UnclaimedSend instant push notifications to your phone or desktop via simple HTTP requests.
Visit WebsiteFreemiumVisit Website
TL;DR - Ntfy
- Send push notifications to phone and desktop via simple HTTP requests.
- Offers customizable notifications with priorities, actions, and attachments.
- Integrates easily with scripts and applications, and is open-source with self-hosting options.
Pricing: Free plan available
Best for: Growing teams
Pros & Cons
Pros
- Extremely simple to integrate using standard HTTP requests
- Highly flexible for various use cases, from personal alerts to system monitoring
- Open-source and can be self-hosted for complete control
- Rich notification features including attachments and action buttons
- No sign-up required for basic usage
Cons
- Free tier topics are essentially public passwords, requiring careful naming
- Advanced features like reserved topics and higher message limits require a paid subscription
Key Features
HTTP-based pub-sub notification serviceSend notifications via PUT/POST requestsDynamic topic creationMobile app for Android and iOSDesktop notifications via web appConfigurable notification priorities (sounds & vibrations)Action buttons for direct interactionTags and emojis for classification and personalization
Pricing Plans
Free
Free
- Try ntfy for free without sign-up
- Topic is essentially a password
Supporter
$6/month
- 2,500 daily messages
- 3 reserved topics
- 3 phone calls
- 50 daily emails
- 25 MB per attachment
- Support open source
Pro
$12/month
- 20k daily messages
- 10 reserved topics
- 20 phone calls
- 250 daily emails
- 250 MB per attachment
- Email support
- Support open source
Business
$25/month
- 50k daily messages
- 50 reserved topics
- 50 phone calls
- 500 daily emails
- 1 GB per attachment
- Email & chat support
- Support open source
What is Ntfy?
Ntfy is an open-source, HTTP-based pub-sub notification service that simplifies sending push notifications to mobile devices and desktops. It allows users to send messages from any script or application using a straightforward REST API, making it highly flexible for various integration needs. Topics are created dynamically upon subscription or publication, providing an easy way to manage notification channels.
This tool is ideal for developers, system administrators, and anyone needing to receive alerts from automated processes, IoT devices, or custom applications. It can be used for monitoring cronjobs, GitHub Actions pipelines, website changes, home automation events, and more. Ntfy supports rich notifications with priorities, action buttons, attachments (images, videos, files), tags, and emojis, enhancing the utility and personalization of alerts.
Ntfy offers both a free tier without sign-up and paid plans for increased message limits and features like reserved topics. Users also have the option to self-host the open-source software for complete control.
Reviews
Be the first to review Ntfy
Your take helps the next buyer. Verified LinkedIn reviewers get a badge.
Write a reviewBest Ntfy Alternatives
Top alternatives based on features, pricing, and user needs.
ApifyFreemium
Web scraping platform
ZapierFreemium
Automate your work
ScrapingBeeFreemium
The best web scraping API to avoid getting blocked, with AI-powered data extraction and headless browser management.
YarnFree
Fast and reliable JavaScript package manager
RabbitMQFree
Reliable messaging for everyone
MavenFree
Build automation for Java projects
Explore More
Ntfy FAQ
How do I send a notification using Ntfy?
Notifications are sent by making a simple HTTP PUT or POST request to a specific topic URL, for example,
curl -d "Backup successful" ntfy.sh/mytopic.Can I receive Ntfy notifications on my computer?
Yes, you can use the Ntfy web application to subscribe to topics, and notifications will appear as desktop pop-ups in your browser.
What kind of customizations are available for notifications?
Ntfy allows you to define notification priorities (which affect sounds and vibration patterns), include action buttons for direct interaction, and add tags and emojis for personalization and classification.
Is it possible to send files with Ntfy notifications?
Yes, Ntfy supports attachments, enabling you to send images, videos, and other files directly to your phone or computer as part of a notification.
What is the difference between using Ntfy for free and purchasing a paid plan?
The free tier allows sending notifications without sign-up, where the topic name acts as a password. Paid plans offer features like reserved topic names, higher daily message limits, larger attachment sizes, and additional notification channels like phone calls and emails.
Can Ntfy be integrated with other tools and services?
Since publishing messages is done via standard HTTP requests, Ntfy can integrate with almost any tool or script that can make web requests, including cronjobs, CI/CD pipelines, and monitoring services like changedetection.io and healthchecks.io.
Source: ntfy.sh