What problem does it solve?
This Skill removes the friction of creating rich, stateful frontend artifacts that can be embedded or shared as a single self-contained HTML file, eliminating manual bundling, dependency inlining, and repetitive configuration tasks.
Core Features & Use Cases
- Project Initialization: Bootstraps a React + TypeScript + Vite project preconfigured with Tailwind CSS and shadcn/ui component scaffolding.
- Bundling to Single File: Produces a single bundle.html by compiling with Parcel and inlining all assets so the artifact can be shared or embedded in conversations.
- Tooling & Config: Automatically configures path aliases, Tailwind/PostCSS, Parcel resolver, and installs required dependencies for a consistent build environment.
- Use Case: Quickly generate a polished, interactive frontend demo for a Claude conversation, a product prototype, or an offline preview that requires complex UI components and routing.
Quick Start
Run the init script to scaffold a React + Tailwind + shadcn project, develop your UI, then run the bundle script to produce a single bundle.html for sharing.