Now in early access

Push notifications
for developers

Schedule, send, and manage push notifications with a clean API. Built for developers who ship fast.

terminal
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

01

Create an account

Sign up in seconds. Get your API key instantly.

02

Register a device

Install the iOS app and register your device token.

03

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

$0forever

For indie developers and side projects.

  • 100 notifications / month
  • 1 device
  • 1 API key
  • Local scheduling
  • Community support
Get Started
Popular

Pro

$9/ month

For professional developers and small teams.

  • 10,000 notifications / month
  • Unlimited devices
  • 10 API keys
  • Webhooks
  • Analytics dashboard
  • Priority support
  • Custom sounds
Start Free Trial

Team

$29/ month

For teams shipping production apps.

  • 100,000 notifications / month
  • Unlimited everything
  • Team members
  • Webhook delivery logs
  • Advanced analytics
  • SLA guarantee
  • Dedicated support
Contact Us

Ready to ship?

Get started in under a minute. Free tier included. No credit card required.

Create your account