How do I make my AI-built app send notifications to my phone?
The easiest way is Lert. Download the app, copy your link, and tell your AI to POST to it whenever something happens — your phone buzzes in about a second. No account, no API keys, no push infrastructure. Your AI can wire it up for you.
Real push notifications are famously painful — Apple certificates, device tokens, a server to hold it all together. If you built your app with a tool like Lovable, Bolt, or Cursor, you probably don't want to touch any of that. You just want your phone to buzz when a user signs up, an order lands, or a job finishes. That's exactly what Lert is for, and the good news is your AI can do the wiring.
The whole thing takes under 30 seconds
- Download the app. Open it once — there's no account to create.
- Copy your link. A private link is waiting on screen the moment you open it. One tap copies it.
- Hand it to your AI. Paste the prompt below into your AI coding tool along with your link, and it adds the notification for you.
From then on, whenever your chosen event fires, your phone buzzes — instantly, even locked in your pocket.
Paste this to your AI
Add a Lert notification when a new user signs up. Send a
POST request to https://lert.dev/p/your-id with a JSON body
{"title": "New signup", "body": "Someone just joined"}.
Here's my link: <paste yours>
That's it. A Lert notification is a single HTTP POST — no headers beyond content type, no auth token, no SDK to install. Your AI already knows how to make an HTTP request in whatever language your app uses, so it will drop this in wherever the event happens.
Why this works so well for AI-built apps: the link is the credential. There's nothing to configure, no secret to store, no library to add to your project. If your AI can send a web request — and it can — it can send you a notification.
Building with a specific tool?
- Add push notifications to a Lovable app
- Make a Bolt (bolt.new) app notify your phone
- Get a Cursor project to notify your phone
- Add notifications without coding at all
Want a walkthrough? See how to tell your AI to add notifications and the vibe-coded app notifications use case. It's free for one channel and 50 notifications a day; Lert Pro is $2.99/month for unlimited. Full details in the docs.
Send your first one in 30 seconds.
Download Lert, copy your link, hand it to your AI. Your phone buzzes.