Skip to content

feat(chat): add chat-03 chat application block - #89

Open
ephraimduncan wants to merge 12 commits into
mainfrom
feat/chat-03-application
Open

feat(chat): add chat-03 chat application block#89
ephraimduncan wants to merge 12 commits into
mainfrom
feat/chat-03-application

Conversation

@ephraimduncan

@ephraimduncan ephraimduncan commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Summary

The Chat category now has a full chat application block. A user can open a thread from the sidebar, send a message, and watch the reply stream in. The user can stop a reply, retry it with a different model, and open a command menu with ⌘K to search chats and messages.

The block uses the shadcn dashboard layout. The page and the data live in app/chat/, and the sidebar, the conversation, the composer, and the command menu live in components/. The registry maps the page to app/chat/page.tsx and the components to components/chat-03/.

The block uses the theme primary token for the blue accent in the design. As a result, the block operates in dark mode and matches the other blocks.

Screenshots

Conversation

Conversation with two turns and the composer

Hover actions on a user message

Edit and copy actions next to a user message

Model picker

Model picker open in the header

Thread menu

Thread menu open in the sidebar

Rename thread

Inline rename input in the sidebar

Account menu

Account menu open above the sidebar footer

Composer with attachment

Composer with a PDF attachment and a draft message

Streaming

Streaming reply with the stop button

Interrupted reply

Error card with retry buttons

Command menu

Command menu with results for the query heat

New chat

Empty state with recent threads

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 4, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
blocks b35d1a1 Commit Preview URL

Branch Preview URL
Sep 04 2026, 04:37 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant