Notification Control Center
- Default
- Notion dark
- Notion light
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.
View Playground1import { 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.
VIEW PLAYGROUNDGet started: pick your framework, code, and deploy
React
React <Inbox /> components
React - React DocsReact Native
React Native hooks
React Native - React Native DocsNative JavaScript
DIY interface, powered by Novu
Native JavaScript - 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.