aired-artifact
Installation
SKILL.md
Aired Artifact Builder
Build premium React artifacts and publish them to shareable URLs on aired.sh.
Stack: React 18 + TypeScript + Tailwind + shadcn/ui + Framer Motion, bundled to single HTML.
Workflow
1. Scaffold (if no project exists)
bash scripts/init-artifact.sh <project-name>
cd <project-name>
Success criteria: package.json exists, npm run dev starts without errors, src/App.tsx renders the starter template.