WebChat
Browser-based chat interface.
Overview
WebChat provides a chat interface directly in your browser:
- No app installation needed
- Full markdown support
- Streaming responses
- File attachments
Access
http://localhost:3000/chatFeatures
Chat Interface
- Clean, modern design
- Markdown rendering
- Code syntax highlighting
- Image previews
Streaming
Responses appear in real-time as they're generated.
File Uploads
- Drag and drop files
- Image attachments
- Document uploads
Session Management
- Create new sessions
- Switch between sessions
- View history
Configuration
json5
{
web: {
webchat: {
enabled: true,
streaming: true,
maxFileSize: "10MB",
allowedFileTypes: ["image/*", "text/*", "application/pdf"]
}
}
}Embedding
Embed WebChat in your own applications:
html
<iframe src="http://localhost:3000/chat/embed" />Mobile Support
WebChat is responsive and works on mobile devices.