Push notifications
made simple

Skip the app store with a single HTTP request.

iPhone frame
--:--
---
Notification 1
Notification 2
Notification 3
Notification 4
Notification 5
Setup in minutes
1. Create an account

Grab your credentials from the dashboard.

.env
NOTILUX_CLIENT_ID=your_client_id
NOTILUX_CLIENT_SECRET=your_client_secret
2. Install SDK
$ npm i notilux
lib/notilux.tsx
import { Notilux } from 'notilux'

export const notilux = new Notilux(process.env.NOTILUX_API_KEY)
3.
Generate pairing link

Link any devices to your app.

services/getPairingLink.tsx
const url = await notilux.getPairingLink(user_id)
Download on the App Store
4.
Send notifications
services/sendNotification.tsx
notilux.send({ 
  user_id, 
  title: "New signup", 
  body: `${user_email} just joined` 
})
Notification 1

Why developers uses Notilux

Working Push notification without the pain

No mobile app needed

  • Install our companion app on your iPhone once.
  • Connect your device with a pairing link.
  • Start receiving notifications immediately.

Dead-simple API

  • One API call to send a notification.
  • SDK available.
  • Works with any backend language.

Up in five minutes

  • Create an account, get your API key.
  • Install the SDK.
  • Send your first notification.

Built for developers

  • Designed for business events.
  • Free tier included.
  • Paid plans scale with volume.

Frequently asked questions

Do I need to build an iOS app? +
No. Install the Notilux companion app on your iPhone once, generate a pairing link from your dashboard, and your device is ready to receive notifications.
Which languages and frameworks are supported? +
The official SDK targets Node and TypeScript. Notilux also exposes a plain HTTP API, so any backend language that can make an HTTP request will work.
What kinds of events is Notilux good for? +
Business events you want to notice quickly: new signups, support messages, payment completions, form submissions, or any custom event your backend emits.
How is this different from Firebase or PagerDuty? +
Notilux is a lightweight developer convenience layer, not an alerting platform. There is no complex setup, no on-call scheduling, and no mobile SDK to maintain. If you want instant awareness without infrastructure overhead, Notilux is the right fit.
What is the free tier? +
The free tier includes a limited number of notifications per month, enough to get started and validate your use case. Paid plans scale with volume.

Ready to push notifications from your backend?

Get early access and send your first notification in minutes.