Chat App

A complete agent conversation workspace composing navigation, messages, streaming, planning, approvals, tools, code, diffs, generated media, sources, and prompt input.

Preview

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/chat-app

API Reference

open?
boolean
defaultOpen?
boolean
onOpenChange?
((open: boolean) => void)
openMobile?
boolean
defaultOpenMobile?
boolean
onOpenMobileChange?
((open: boolean) => void)
style?
SidebarProviderStyle
className?
string

Updated