What problem does it solve?
This skill provides a self-contained frontend sandbox to rapidly prototype and render live UI components on a shared board, enabling designers and developers to experiment with layouts, interactions, and component states without touching the main app.
Core Features & Use Cases
- Isolated Vite-based sandbox in artifacts/mockup-sandbox that serves live previews at /__mockup/preview/{folder}/{ComponentName} via iframe embedding.
- Automatic discovery and hot-reload of mockup components, with a built-in preview server and tailwind/shadcn/ui integration for realistic visuals.
- Supports multi-viewport and variant exploration workflows, component extraction and iteration, and organized asset/reference management for mockups.
Quick Start
Create the mockup sandbox entry using the artifact creation workflow, then start its preview server and begin adding mockups under artifacts/mockup-sandbox/src/components/mockups/.