What problem does it solve?
Isolated frontend prototyping environments are often intrusive and risky to the main app. This Skill provides a dedicated mockup sandbox to render UI components on the canvas via a Vite dev server with iframe-embeddable routes, enabling live previews without affecting the main application. It also documents conventions for subagent workflows, companion skills, and safe embedding to prevent silent failures when skipped.
Core Features & Use Cases
- Isolated sandbox located at artifacts/mockup-sandbox that runs a Vite dev server and exposes preview URLs for each component.
- Each component is served at /__mockup/preview/{folder}/{ComponentName} and can be embedded as an iframe on the workspace canvas.
- Supports variant exploration and subagent orchestration patterns for parallel design work, including companion skills mockup-extract and mockup-graduate.
Quick Start
Start the mockup sandbox by launching its preview server and begin adding components under artifacts/mockup-sandbox/src/components/mockups/.