Web Push
As Easy As It Gets

No 3rd-parties (APN/FCM) required. All you need is to integrate our SDKs and design the notifications from our dashboard.



  // front-end:
  const notificationapi = new NotificationAPI({
    clientId: 'xxxx-xxxx-xxxx-xxxx',
    userId: 'bob'
  });
  
  // back-end:
  NotificationAPI.init('xxxx-xxxx-xxxx-xxxx', 'xxxx-xxxx-xxxx-xxxx');
  notificationapi.send({
    notificationId: 'delivery_status',
    user: {
    	id: 'bob'
    }
  });
  
  // git commit -m "Add web push"

Simple APIs

for your software team

Our front-end and back-end SDKs automate all the work required for web push notifications.

Subscription management

Permission request

VAPID keys

Delivery logs

Click tracking
(coming soon)

Delight Your Designers and Product Managers

Allow your non-technical team members to toggle, create and monitor all your notifications with our centralized dashboard and notification editors.