Notification Control Center
Add notifications to your application or website
Enable in-app notifications in your app or website with a pre-built and customizable components, available in popular frameworks.
INTERACTIVE EXAMPLE1import { Inbox } from "@novu/react";
2
3const tabs = [
4 {
5 label: "All",
6 value: [],
7 },
8 {
9 label: "What's New",
10 value: [ 'new' ],
11 },
12 {
13 label: "Alerts",
14 value: [ 'alerts' ],
15 },
16 {
17 label: "Account",
18 value: [ 'account' ],
19 },
20];
21
22function Novu() {
23 return (
24 <Inbox
25 applicationIdentifier="YOUR_APPLICATION_IDENTIFIER"
26 subscriberId="YOUR_SUBSCRIBER_ID"
27 tabs={tabs}
28 />
29 );
30}
Fast, composable, and simple to implement
Built for developers, with drop-in integration that can be infinitely customized, no matter your application, or use case.
LIVE EXAMPLEGet started: pick your framework, code, and deploy
React
React <Inbox /> components
React DocsReact Native
React Native hooks
React Native DocsNative JavaScript
DIY interface, powered by Novu
JavaScript Docs
Infinitely customizable to seamlessly match your app experience
Easily customize the Novu inbox to match your styles, design, and UX.
It's time to add in-app notifications
Create a free account, send your first notification, and add an Inbox... all for free.