open source notification Inbox

import React from 'react'; import { Inbox } from '@novu/nextjs'; export function NotificationInbox() { return ( ); } just copy and ship add a powerful notification inbox to your app with 6 lines of code. It's that simple. visit our launch on ProductHunt

Mar 18, 2025 - 11:50
 0
open source notification Inbox
import React from 'react';
import { Inbox } from '@novu/nextjs';

export function NotificationInbox() {
    return (
        <Inbox 
            applicationIdentifier="YOUR_APPLICATION_IDENTIFIER" 
            subscriberId="YOUR_SUBSCRIBER_ID" 
        />
    );
}

just copy and ship

add a powerful notification inbox to your app with 6 lines of code. It's that simple.

visit our launch on ProductHunt