Everything you need for notifications
Powerful features that make sending and receiving notifications simple and reliable
Simple HTTP API
Send notifications using curl, Python, JavaScript, or any HTTP client. No SDKs required.
Real-time Delivery
Instant message delivery via Server-Sent Events (SSE) and WebSocket. No polling needed.
Mobile Apps
Native iOS and Android apps with push notifications. Works even when app is closed.
Modern Web UI
Beautiful web interface with dark mode, message search, and real-time updates.
Easy Topic Management
Create topics from the web dashboard or API. Organize with public and private channels β full control over your notification system.
Authenticated & Secure
Every publish request is authenticated β no anonymous spam. API keys for automation, JWT for apps, topic tokens for private channels.
Priority & Tags
Organize notifications with priorities (1-5) and custom tags for better filtering.
Message History
30-day message retention with full-text search across all your notifications.
Simple to integrate
Start sending and receiving notifications in seconds with your favorite language
Publishing Messages
curl -d "Deployment successful!" \
-H "X-API-Key: noti_your_key" \
-H "X-Title: Production Deploy" \
-H "X-Priority: 4" \
-H "X-Tags: deploy,production" \
https://app.notifer.io/deployments Receiving Messages
const eventSource = new EventSource(
'https://app.notifer.io/deployments/sse'
);
eventSource.onmessage = (event) => {
const message = JSON.parse(event.data);
console.log(message.title, message.message);
}; Built for every use case
From DevOps to home automation, Notifer adapts to your notification needs
DevOps & Monitoring
Get instant alerts when deployments complete, servers go down, or CI/CD pipelines fail.
- Deployment notifications
- Server health monitoring
- CI/CD pipeline status
- Error tracking alerts
IoT & Home Automation
Notify when sensors trigger, smart home events occur, or devices need attention.
- Sensor threshold alerts
- Smart home automations
- Security system events
- Device status updates
Backup & Maintenance
Track backup completion, scheduled tasks, and maintenance operations status.
- Backup job completion
- Database maintenance
- Cron job status
- System update alerts
Personal Projects
Build custom notifications for your apps, scripts, and side projects.
- Script execution status
- Web scraper updates
- Form submissions
- Custom app alerts
Ready to get started?
Simple, transparent pricing
Start free, scale as you grow. No hidden fees or surprises.
Free
Perfect for hobbyists and personal projects
- Messages per day: 1,000
- Public topics: Unlimited
- Private topics: 1
- Active subscriptions: 5
- Access tokens: 1 per topic
- Message history: 7 days
- Web UI: Full access
- Mobile apps: iOS & Android
- Search: Current topic only
- Message management: Not available
- Support: Email (72h)
Essentials
For power users with advanced needs
14-day free trial
- Messages per day: 15,000
- Public topics: Unlimited
- Private topics: 10
- Active subscriptions: 25
- Access tokens: Unlimited
- Message history: 30 days
- Web UI: Full access
- Mobile apps: iOS & Android
- Search: Cross-topic
- Message management: Edit & Delete
- Support: Email (48h)
Team S
Collaborate with your team
14-day free trial
- Messages per day: 25,000
- Public topics: Unlimited
- Private topics: 25
- Active subscriptions: Unlimited
- Access tokens: Unlimited
- Teams: Unlimited
- Team members: Up to 5
- Message history: 60 days
- Web UI: Full access
- Mobile apps: iOS & Android
- Search: Cross-topic
- Message management: Edit & Delete
- Support: Email (24h), Live chat
All plans include web UI, mobile apps, and real-time notifications. View detailed comparison