Send a notification
to your phone in one line.

Download the app, get a unique URL, POST to it. Your phone buzzes. No sign-up. No API keys. No SDK.

fetch("https://lert.dev/p/abc123", {
  method: "POST",
  body: JSON.stringify({
    title: "New order!",
    body: "$47.50 — Saviour Pendant"
  })
})

That's the whole integration. No headers, no auth token, no library to install.

How it works

Four steps. The longest one is downloading the app.

1

Download the app

Open it once. That's the entire setup.

2

Copy your URL

A unique endpoint is waiting on screen. One tap to copy.

3

POST to it

From a cron, a webhook, your app — anything that can make a request.

4

Your phone buzzes

Even locked, even in your pocket. Usually under a second.

The URL is the authentication. Anyone holding it can send you a notification, so treat it like a password — and if it ever leaks, regenerate it in the app. That one decision is what removes the accounts, the API keys, the SDK, and the config file that every other tool makes you deal with.

Pricing

Free is genuinely useful. Pro is less than a coffee.

Free

$0
  • 1 channel
  • 100 notifications a day
  • 7-day history

Pro

$2.99 /month
  • Unlimited channels
  • Unlimited notifications
  • 30-day history
  • A separate URL per project