Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/tutorials/chat-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ icon: messages

This tutorial walks through the [chat-ui-example](https://github.com/browser-use/chat-ui-example) — a Next.js app that lets users chat with a Browser Use agent in real time. We'll focus on the SDK integration, not the UI components.

![Home page](https://raw.githubusercontent.com/browser-use/chat-ui-example/main/public/chat-ui-preview.png)

![Session view](https://raw.githubusercontent.com/browser-use/chat-ui-example/main/public/chat-ui-session.png)

The app has two pages:

1. **Home** — the user types a task, the app creates a session and sends the task.
Expand Down