Language:JapaneseEnglish

web-artifacts-builder Claude Code Skill

Author
Anthropic
Topics
Web & App Development · Claude Code Customization & Workflow · Design & Media Production
License
See LICENSE.txt
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-08-21 (UTC)
Source (GitHub) last updated
2026-04-20 (UTC) (129 days ago)

The explanation below is AI-generated. Please verify it against the sources.

web-artifacts-builder is a Claude skill for producing complex, multi-component HTML artifacts intended for use inside claude.ai. It relies on a modern frontend stack of React, TypeScript, Vite, Tailwind CSS, and shadcn/ui components rather than being suited to simple single-file HTML or JSX artifacts. The workflow scaffolds a project, lets the developer edit the generated code, and then bundles everything into one self-contained HTML file for sharing as an artifact. It also includes style guidance meant to avoid generic-looking AI-generated interfaces. An optional final step allows testing or visualizing the finished artifact with tools such as Playwright or Puppeteer.

What you can do with web-artifacts-builder

  • Scaffold a new React + TypeScript + Vite project preconfigured with Tailwind CSS and over 40 shadcn/ui components
  • Edit the generated project files to build out artifact functionality such as state management or routing
  • Bundle the finished project into a single self-contained HTML file using the provided bundling script
  • Share the bundled HTML file directly as a claude. ai artifact
  • Optionally test or visualize the artifact afterward using tools like Playwright or Puppeteer

Sources

Back to list