FCM · APNs · Web Push

Push notifications
that just work.

One API. Three platforms. Zero config hell.
Start with credits, subscribe when it saves money.

Request
curl -X POST https://api.kimepush.kimevik.com/v1/notify \
  -H "Authorization: Bearer pk_live_xxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "user_123",
    "title": "Your order shipped",
    "body": "Arrives Thursday"
  }'
Response 202 Accepted
{
  "notification_id": "notif_01h3n...",
  "deliveries_queued": 3,
  "devices": [
    { "platform": "fcm", "status": "queued" },
    { "platform": "apns", "status": "queued" },
    { "platform": "web", "status": "queued" }
  ]
}

Everything handled for you

The 2-4 weeks of infrastructure work. Done.

One API call

POST to /v1/notify. We fan out to FCM, APNs, and Web Push simultaneously. You get a single response.

🔄

Token lifecycle managed

We handle stale tokens, device reinstalls, and user handoffs. Your DB never accumulates dead tokens.

🛡️

Retry & recovery built in

Exponential backoff, dead letter handling, and a cron safety net. Every notification has a record.

📊

Delivery receipts

Webhook callbacks for every outcome. Know exactly which devices got the notification and which didn't.

🔑

Credential management

Upload your FCM JSON and APNs .p8 once. We handle OAuth token rotation and JWT signing forever.

☁️

Cloudflare-native

No cold starts. Global edge delivery. Built entirely on Workers, D1, Queues, and R2.

From zero to live in 15 minutes

01

Create a project

Sign in with Google. Create a project for your app in 30 seconds.

02

Upload credentials

Drop your Firebase JSON and APNs .p8 file. We encrypt and store them.

03

Install the SDK

One npm install in your mobile app to register device tokens.

04

Send from your backend

One API call. That's it. No FCM auth setup. No APNs JWT rotation.

Flexible pricing

Use pay as you go for a lean start, or choose a subscription when predictable limits fit better.

Free
$0
  • 10,000 push notifications / month
  • 3,000 emails / month
  • Shared kimevik sending domain
Get started
Full pricing details →

Ready to ship?

10,000 push notifications free. No credit card required.

Start for free →