What problem does it solve? Building complex claude.ai artifacts with state management, routing, or multiple components exceeds what a single hand-written HTML/JSX file can handle, and manually configuring React, Tailwind, and bundling tooling is slow and error-prone. ## Core Features & Use Cases - Project Scaffolding: Initializes a fully configured React 18 + TypeScript + Vite project with Tailwind CSS, 40+ pre-installed shadcn/ui components, Radix UI dependencies, and path aliases via scripts/init-artifact.sh. - Single-File Bundling: Bundles the entire React app into one self-contained HTML file with all JavaScript and CSS inlined using Parcel and html-inline via scripts/bundle-artifact.sh. - Use Case: When a user asks for an interactive dashboard with tabs, forms, and charts as a claude.ai artifact, use this Skill to scaffold the project, develop the components, and bundle everything into a single shareable HTML artifact. ## Quick Start Ask the AI to build a complex interactive React artifact, and it will run the init script, develop the components, and bundle the result into a single HTML file for you.