What problem does it solve?
This Skill streamlines the creation and maintenance of modern web frontends by standardizing tooling, project structure, and UI scaffolding using Bun, Vite, React 19, TypeScript 5, Tailwind CSS 4, and shadcn/ui.
Core Features & Use Cases
- Automated project scaffolding: Quickly bootstrap a web frontend project with the recommended stack and configurations.
- UI component readiness: Integrates shadcn/ui components and Tailwind for consistent design systems.
- Data and routing setup: Includes TanStack routing and query patterns for robust frontend apps.
- Use Case: Build a new admin dashboard in minutes with a ready-to-use React + TypeScript setup.
Quick Start
Use the web skill to initialize a new project in the web/ directory with bun create vite web --template react-ts, then run bun install and start the dev server.