Send real browser notifications with a simple API.
Alerto helps developers add native Web Push notifications without building subscription storage, VAPID handling, delivery logs, and send APIs from scratch.
1 SDK
Add Alerto to your frontend.
1 file
Keep the service loader in public root.
1 API
Send notifications from your backend.
Send notification
POST /api/v1/notifications/send
curl https://alerto.venders.in/api/v1/notifications/send \
-H "X-Alerto-App-Key: app_key_xxx" \
-H "X-Alerto-App-Secret: app_secret_xxx" \
-d "user_id=123" \
-d "title=New order received" \
-d "body=Order #1045 is ready to review"
New order received
Order #1045 is ready to review.
now · yourapp.com
Required file
/alerto-service-loader.js
Frontend init
Alerto.init(...)