Scaffold

Minimal chat

Minimal chat: message rows + prompt input bar. Add typing-indicator and message-error-retry as needed.

scroll area + fixed input at bottom

Blocks in order

Compose these templates or components in this order. Open each to copy code or fetch from GET /api/recipes/minimal-chat.

  1. 1

    Chat message row

    chat-message-row

    Block
  2. 2

    Prompt input bar

    prompt-input-bar

    Block