Headless notification Inbox for JavaScript applications
Learn how to use the Novu Inbox API to build your own inbox
The headless version of Novu’s notification library package provides users with a lightweight solution for integrating notification functionality into their web applications. With just the essential API methods, users can easily incorporate our notification system into any framework or vanilla JavaScript project, without being constrained by our default UI or dependencies. The SDK includes real-time notifications through a WebSocket connection and can be safely used across web browsers.
Realtime Notifications
Events are emitted when notifications are received, and when the unread notificatons count changes. novu.on()
is used to listen to these events.
For the full list of methods available, see the API Reference.
Migration Guide
This guide outlines the key differences between the `@novu/notification-center` package and the new `@novu/react` package. Follow the steps below to migrate your application to the latest version.
Overview
The workflow Editor combines no-code simplicity and code-based flexibility, enabling users to design and manage advanced notification workflows tailored to their needs.