Web Push Platform

Embeddable push notifications for any website. One JS file — mass broadcasts from your server.

📦

One JS file

Embed on any site with a single line of code. Service Worker is created automatically.

🌐

Multi-site

Each site gets its own ID. Broadcast to all or filter by site.

🔒

Security

Login/password auth, sessions, rate limiting, VAPID encryption.

Quick start

<script
  src="https://your-server.com/embed.js"
  data-auto-prompt="true"
></script>