Concrete keeps conversational UI crisp.
Ship the primitive set.
Default
Inbound assistant message.
/render stateCompact conversational message surface.
Bubbles are message atoms. Use them for transcript content and let higher-level message components own avatars, actions, and tool state.
Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
Inbound assistant message.
/render stateOutbound user message.
/render state| Name | Type | Default | Description |
|---|---|---|---|
direction | 'inbound' | 'outbound' | inbound | Controls neutral or ink-filled message treatment. |
children | ReactNode | - | Bubble content. |