How do I add push notifications to my Lovable app?
The easiest way is Lert. Download the app, copy your link, and tell Lovable to POST to it when something happens — your phone buzzes in about a second. No account, no API keys, no SDK. Lovable can add it in a single edit.
Lovable is great at building the app, but real mobile push — Apple certificates, device tokens, a notification server — is a rabbit hole you don't want to fall into just to know when a user signs up. Lert skips all of it. Instead of building push infrastructure, your Lovable app sends one web request to your personal link, and your phone buzzes. Lovable already knows how to make a web request, so this is a one-line add.
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.
- Tell Lovable. Paste the prompt below into Lovable's chat with your link, and it wires the notification in.
From then on, whenever your event fires, your phone buzzes — instantly, even locked in your pocket.
Paste this to Lovable
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>
Lovable often puts this kind of call in a Supabase edge function or a small backend route, which is perfect — a Lert notification is just one HTTP POST with a JSON body of {title, body}. No headers beyond content type, no auth token, no library to install.
Why it's this simple: your Lert link is the credential. There's nothing to configure, no secret to store, no push certificate to manage. If Lovable can send a web request — and it can — it can send you a notification.
More ways to use it
- Make any AI-built app send notifications
- Get notified when a Supabase row is added
- Add notifications without coding
- Make a Bolt app notify your phone
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, paste it into Lovable. Your phone buzzes.