What problem does it solve? Static canvas shapes cannot show live rendered web UI, making it impossible to prototype, preview, or compare real HTML/CSS/React components on the board. This Skill runs an isolated Vite dev server that serves each component at its own preview URL for iframe embedding. ## Core Features & Use Cases - Live Component Previews: Each component in the mockups folder gets a /preview/{folder}/{ComponentName} route rendered by a Vite dev server with hot reload, Tailwind, and 50+ pre-installed shadcn/ui components. - Design Variant Comparison: Fan out DESIGN subagents to build multiple design hypotheses in parallel and place them side-by-side on the canvas with building/live iframe states. - Responsive and State Previews: Show the same component at mobile, tablet, and desktop viewport sizes, or in loading, error, and empty states. - Use Case: A user asks for three pricing card options. The skill starts the preview server, places three building-state iframes on the canvas, delegates each variant to a DESIGN subagent, then marks each iframe live and presents the shapes. ## Quick Start Ask the agent to create a pricing card mockup and show it on the canvas as a live preview.