notify.
Early access — use at your own risk

Pushin60s.

Free to start. No account, no Firebase, no VAPID keys. Point one script tag at your users and send native browser notifications.

1Add the script
<script src="https://api.getnotify.dev/notify.js?token=ntfy_…"></script>
2Subscribe a user
await notify.subscribe(user.id) // in the browser
3Send from your backend
POST api.getnotify.dev/send { userId, body } // keep the token here