Push notifications
for developers
Schedule, send, and manage push notifications with a clean API. Built for developers who ship fast.
curl -X POST https://api.notfs.dev/api/notifications \
-H "X-API-Key: ntfs_your_key" \
-d '{
"title": "Deploy complete",
"body": "v2.4.1 is live",
"delay": "5s"
}'Features
Everything you need.
Nothing you don't.
Instant delivery
Sub-second notification delivery via APNs. Your users get notified the moment it matters.
Scheduled sends
Schedule notifications for later — 5 seconds to 24 hours. Or send immediately.
Developer-first API
Clean REST API with API key auth. One curl command to send your first notification.
Secure by default
JWT auth, API key scoping, rate limiting, and HTTPS everywhere. Your data stays safe.
Webhooks
Get notified when notifications are delivered, opened, or fail. Full delivery tracking.
Analytics
Track delivery rates, open rates, and failure reasons. Know exactly what's happening.
How it works
Three steps to ship
Create an account
Sign up in seconds. Get your API key instantly.
Register a device
Install the iOS app and register your device token.
Send notifications
Use the API or the app to schedule and send push notifications.
Integration
One API call away
Send notifications from anywhere. CLI, server, CI/CD pipeline — just POST.
curl -X POST https://api.notfs.dev/api/notifications \
-H "Content-Type: application/json" \
-H "X-API-Key: ntfs_your_key_here" \
-d '{
"title": "Build passed ✓",
"body": "main branch is green",
"sound": "soft",
"delay": "5s"
}'Pricing
Simple, transparent pricing
Start free. Scale when you're ready.
Free
For indie developers and side projects.
- 100 notifications / month
- 1 device
- 1 API key
- Local scheduling
- Community support
Pro
For professional developers and small teams.
- 10,000 notifications / month
- Unlimited devices
- 10 API keys
- Webhooks
- Analytics dashboard
- Priority support
- Custom sounds
Team
For teams shipping production apps.
- 100,000 notifications / month
- Unlimited everything
- Team members
- Webhook delivery logs
- Advanced analytics
- SLA guarantee
- Dedicated support
Ready to ship?
Get started in under a minute. Free tier included. No credit card required.
Create your account