Templates
AI-related templates: reusable blocks and full-page layouts for chat, prompts, and assistants. Grouped by AI pattern.
Recipes
Predefined combinations of templates for full flows. Use these block slugs in order when building a chat screen or minimal chat.
- Chat screen
Full chat UI: layout with sidebar, message rows, typing indicator, prompt input, and error retry. Compose these blocks in order for a complete chat screen.
chat-layout → chat-message-row → typing-indicator → prompt-input-bar → message-error-retry
- AI chat (full playground)
Full-page-style AI chat with model selector, messages, code blocks, errors, typing indicator, suggested prompts, and prompt bar with attachments. Use ai-chat-playground template for all-in-one, or compose blocks for custom order.
ai-chat-playground
- Minimal chat
Minimal chat: message rows + prompt input bar. Add typing-indicator and message-error-retry as needed.
chat-message-row → prompt-input-bar