Novu logoNovu
Back to all updates/

Instant <Inbox/> Experience: Keyless Mode

Instant <Inbox/> Experience: Keyless Mode

Contributors
  • Emil Pearce

    Emil Pearce

Details

You can now instantly embed and view a working notification UI within your applications with almost no effort.

It's perfect for quickly evaluating and exploring the product, testing end-to-end behavior, and planning for production in a safe, isolated environment.

For example, a developer can now effortlessly embed the Novu Inbox component and trigger notifications to test its appearance and behavior without connecting to a full backend. This makes rapid prototyping and demonstrations a breeze!

Just add the following to your code – no application identifier or subscriber ID needed:

import { Inbox } from '@novu/react';

export function NotificationInbox() {
  return <Inbox />;
}