What problem does it solve? Creating complex, multi-component claude.ai HTML artifacts with React state management, routing, and shadcn/ui components requires tedious project scaffolding and a way to bundle everything into one shareable HTML file. ## Core Features & Use Cases - Project Initialization: The init-artifact.sh script scaffolds a complete React 18 + TypeScript + Vite project with Tailwind CSS, path aliases, and 40+ pre-installed shadcn/ui components, with automatic Node version detection and Vite pinning. - Single-File Bundling: The bundle-artifact.sh script uses Parcel and html-inline to compile the entire app into one self-contained bundle.html with all JavaScript and CSS inlined. - Use Case: When a user asks for an interactive dashboard artifact with tabs, dialogs, and forms, initialize the project, develop the components, then bundle it into a single HTML file to share directly in the conversation. ## Quick Start Ask the assistant to build a complex React artifact with shadcn/ui components and bundle it into a single HTML file for sharing.