Conversation & Artifacts
Chat history sidebars and artifact preview panels.
Components
2 components availableThe chat-history sidebar every AI app rebuilds — search, inline rename, pin, and delete with undo, grouped by date, with loading and empty states.
Artifact PreviewThe side panel for generated output — preview/code toggle, copy, download, version switching, and streaming, error and stale states.
Patterns using Conversation & Artifacts
Complete interfaces composed from these components.
The canonical chat interface — sidebar, streaming messages, prompt input with model selector, and sources.
Open pattern →Artifact WorkspaceChat on the left, generated output on the right — artifacts open from the answer, stream, version, and fail without breaking the conversation.
Open pattern →Customer Support CopilotGrounded reply drafts with citations, honest low-confidence answers, inline corrections, an approval gate on refunds, and a rating row on every draft.
Open pattern →Generative UI DashboardThe model assembles a dashboard from a controlled widget registry — streamed props, an unsupported-request fallback, and widget clicks that re-enter the chat.
Open pattern →