Make your vibe-coded app ping your phone
You built something real with Claude, Cursor, Lovable, or Bolt — and now people are using it. Wouldn't it be nice if your phone buzzed the moment a new user signed up, a sale came through, or something broke? Lert makes that a one-liner. And if you'd rather not touch code at all, you can just ask your AI to add it for you.
The whole idea, in one minute
Lert gives you a private link. It looks like this: https://lert.dev/p/your-id. Anything that can reach the internet can "ping" that link, and your phone lights up with a notification. That's the entire product. No sign-up inside your app, no API keys, no settings screen. Just a link, and a phone that buzzes.
So to make your app tell you when something happens, you have your app send a tiny message to that link. The message has a title and a body — the two lines you see on a notification. Here's what one looks like:
POST https://lert.dev/p/your-id {"title":"New sign-up","body":"someone just joined"}
That's it. When your app runs that, your phone shows "New sign-up — someone just joined." You never have to look at your dashboard to know something good happened.
You don't have to write it — ask your AI
Here's the part that makes this easy: you built your app with an AI, so let the AI wire this up too. Copy the prompt below, paste it into Claude, Cursor, Lovable, Bolt, or whatever you used, and drop your own Lert link in at the end. Your AI already knows your code, so it will find the right spot and add the notification for you.
Add a push notification using Lert. When a new user signs up, send a POST to https://lert.dev/p/your-id with a JSON body that has a "title" and a "body" describing what happened. No API key or setup is needed — the link is all it takes. Here's my Lert link: <paste yours here>
That's the whole workflow: paste, swap in your link, and your AI does the coding. If you want a notification for a different event, just change "when a new user signs up" to "when a sale is made" or "when the app hits an error." You describe the moment in plain English and let the AI handle the rest.
Not sure where your Lert link is? Open the Lert app and it's right there on the main screen — tap to copy. Treat it a bit like a password: anyone who has it can send you a notification, and you can make a fresh one any time in the app if it ever leaks.
Things worth getting pinged about
Once you've done it once, you'll want it everywhere. A few favourites from people who vibe-code their own apps:
- A new user signs up — the little dopamine hit of watching your app grow, live on your lock screen.
- A sale or payment lands — nothing beats a "cha-ching" buzz. See the new sale notifications use case for this one.
- Something breaks — an error, a failed payment, a crash. Know before your users email you.
- A form gets submitted — a contact request, feedback, a waitlist join. Reply while it's fresh.
Each one is the same move: pick the moment in your app, and have it send a title and body to your link. You can add as many as you like.
Why this is so painless
Most notification tools want you to make an account, generate keys, and install a library before you can send a single buzz — a lot to ask of someone who just wants their app to text them. Lert throws all of that out. The link is the setup. That's exactly why it fits vibe coding: you're building fast and you don't want to stop and read documentation. One link, pasted into a prompt, and your app can reach your pocket. If you'd rather have your AI assistant fire notifications directly while it works, the MCP guide shows that route too.
FAQ
Do I need to understand the code?
No. You can paste the one line your AI needs, or just ask your AI tool to add it for you. Lert is a single link — there's nothing to configure and no keys to manage.
What can it notify me about?
Anything your app can detect: a new sign-up, a sale, a failed payment, an error, a form submission. You choose the moment and the words, and Lert delivers whatever text you send.
Does it matter which tool I built my app with?
No. Claude, Cursor, Lovable, Bolt, v0, Replit, Windsurf — if your app can make a web request, it can send to Lert. That's true of every one of them.
Do I need to sign up or add an API key?
No. Your Lert link is the only thing you need. There's no account to create in your app, no key, and no SDK to install.
Your app, tapping you on the shoulder.
Download Lert, copy your link, and paste one prompt to your AI. Your phone does the watching.