build69
build69  /  Components  /  App  /  ChatPage

ChatPage

v1.0.17Updated 27 Aug 2026

Composed example chat page: conversation list + Chat thread + agent suggestions side panel.

Preview

Live · 6 stories
DefaultOpen ↗
Why this is recommendedpagechatmessagingexample+1

The default, out-of-the-box ChatPage.

Recommended for+14
  • Reference for team chat, support chat
Tags+6
pagechatmessagingexampledefault
Features+4
  • Conversation list
  • Chat thread
  • Composer at bottom
Not recommended for−2
  • Direct embedding

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "ChatPage" })

Usage

import { ChatPage } from '@/components/pages/ChatPage';

<ChatPage />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — ChatPage is composed rather than configured. See the source for its full signature.

Related