# Instant &lt;Inbox/&gt; Experience: Keyless Mode - Novu Changelog

> Novu changelog: Instant &lt;Inbox/&gt; Experience: Keyless Mode. Learn about the latest updates, features, and improvements to the Novu notification infrastru...

Canonical: https://novu.co/changelog/instant-lessinboxgreater-experience-keyless-mode/

Markdown: https://novu.co/changelog/instant-lessinboxgreater-experience-keyless-mode.md

Last updated: 2025-05-29T21:00:00.000Z

Published: 2025-05-29T21:00:00.000Z

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 />;
}
```
