Gen UI Playground
A living catalog of generative UI patterns. Each card links to a live, configurable demo.
Implemented (10)
Chat Rich Card
stableAn inline rich-data card that appears inside an assistant message — demonstrates structured output for weather, scores, and other at-a-glance data.
Streaming Message
stableLive assistant response that streams token by token with a blinking cursor — the core interaction pattern for any Claude-powered chat UI.
Suggested Replies
stableChips beneath each assistant message let users continue the conversation with one tap — reduces typing friction and guides exploration.
Agent Handoff
stableAn inline card that surfaces in a chat thread when one AI agent delegates a task to another — shows source agent, target agent, and optional handoff reason.
Tool Call Visualization
stableReal-time inline display of tool calls as an agent works — each call shows status, input, and output, building trust in agentic responses.
Ticket Price Sandbox
stableSimulates AI-generated JavaScript code producing ticket listings; the code streams into view then executes, with results ranked by value-for-proximity.
Orchestration · Tabbed Agents
in-progressFour agents tabbed on the left, each a full chat surface. Click a tab to see the agent’s recap, current task, next task, and live log.
Orchestration · CLI Subagents
in-progressA Claude Code–like CLI with subagent rows you can drill into. Each subagent reveals its recap, tool calls, and a focused chat surface.
Orchestration · Popup Dashboard
in-progressAgents "pop up" as avatars when they need human intervention; a footer strip keeps actively-working agents in view. Click any agent to direct them.
Orchestration · Repo Map
in-progressA radial map of repos-as-nodes with agents visible as avatars on the folders they’re touching — click one to direct them, watch idle ones queue in the sidebar.