In-App Notifications

No infrastructure, 3rd-party or custom code required. Implement in-app notifications in minutes.

Highly Customizable

Various UI & behavior options

Customize with CSS

Add custom HTML elements

White-labeled - No Branding

Simple APIs

front-end & back-end

Easy to understand APIs with docs and code samples for most languages and frameworks.

read the docs


  const notificationapi = new NotificationAPI({
    clientId: 'xxxx-xxxx-xxxx-xxxx',
    userId: 'xxxx-xxxx-xxxx-xxxx'
  });
  
  notificationapi.showInApp({
    root: 'navbar-right',
    markAsReadMode: "AUTOMATIC",
    paginated: true,
    inline: false //popup
  })

Already Deployed As a Service

secure and highly scalable

The in-app works out-of-the-box with our infrastructure. All the necessary tables, websockets, and APIs are taken care of.

All you need to do is integrate our front-end library to display the widget and the back-end library to trigger sending notifications.