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

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.