Docs / components / ChatPage

ChatPage

component

Full pre-built chat interface page.

import { ChatPage } from 'flowstack-sdk'

Parameters

ParamTypeNotesDescription
titlestringChat page title.
placeholderstringInput placeholder text.
welcomeMessageReact.ReactNodeWelcome content shown before the conversation starts.

Examples

Full chat interface
<ChatPage title="AI Assistant" placeholder="Ask anything..." welcomeMessage={<Welcome />} />

See also

ChatInterface · MessageList · MarkdownRenderer

Source: README.md#pre-built-page-components · Also available in llms-full.txt and registry.json.