Notification Control Center

User's avatar
  • 4 Sep 2024
  • 2 Sep 2024
  • 2 Sep 2024
  • 31 Aug 2024
  • 24 Aug 2024
  • 21 Aug 2024
  • 17 Aug 2024
  • 16 Aug 2024
  • 11 Aug 2024
  • 11 Aug 2024
  • 3 Sep 2024
  • 29 Aug 2024
  • 27 Aug 2024
  • 1 Sep 2024
  • 31 Aug 2024
  • 4 Sep 2024
  • 2 Sep 2024
  • 1 Sep 2024
  • 28 Aug 2024
  • 25 Aug 2024

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 EXAMPLE

Powerful notification <Inbox/> features in minutes, not days

  • Multiple, flexible components

    Multiple, flexible components

    <Inbox/>, <Bell/>, <Notification/>, and rich user <Preferences/> provide the ultimate customer-facing notifications experience.

  • Supports popular frameworks

    Supports popular frameworks

    React, React-native, Vue, vanilla JavaScript, headless, and more. Access Novu's powerful capabilities regardless of framework.

  • Customizable

    Customizable

    Build your Inbox experience to seamlessly match your existing brand, styling, and customer-selected language.

  • Built-in preferences

    Built-in preferences

    Your app users access and set their Preferences with ease.

  • HMAC encryption

    HMAC encryption

    Component to Novu service communication and user identifiers are fully secured.

  • Unified notifications

    Unified notifications

    Easily add notifications channels like email, sms, and WhatsApp, and mirror your Inbox experience elsewhere.

1import { 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 EXAMPLE

Get started: pick your framework, code, and deploy

Infinitely customizable to seamlessly match your app experience

Easily customize the Novu inbox to match your styles, design, and UX.

Reddit Inbox example using the styled Novu Inbox
INTERACTIVE EXAMPLE

It's time to add in-app notifications

Create a free account, send your first notification, and add an Inbox... all for free.