Web Push Notifications
Browser push notifications for websites. Reach users on desktop and mobile without a native app
Send browser push notifications to your website visitors. Works on desktop and mobile, no native app required. Users subscribe with one click and you can reach them even when they're not on your site.
Why use this
- Re-engage visitors. Bring users back with timely updates: order shipped, new content, price drops.
- No app store required. Web push works in Chrome, Edge, Firefox, and Safari (iOS 16.4+).
- Automation built in. Welcome series, re-engagement flows, and triggered notifications without custom code.
- Server SDK for programmatic sends. Send notifications from your backend with a typed Node.js client.
How it works
Two SDKs, one platform:
- Client SDK (
@pushary/sdk): runs in the browser. Handles subscription, permission prompts, service worker registration, and click tracking. - Server SDK (
@pushary/server): runs on your backend. Sends notifications, manages subscribers, runs campaigns, and builds automation flows.
Both connect to the Pushary API using your site API key.
Get started
Quickstart: zero to first notification