create_project
Setup a Vite-based project with Tailwind CSS, shadcn/ui, and your chosen framework (React, Vue, Svelte), including optional TypeScript support, preconfigured components, and customizable templates for quick development.
Instructions
Create a complete project with Vite + Tailwind + shadcn/ui setup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
components | No | Initial shadcn/ui components to include | |
framework | No | Framework to use | react |
projectName | Yes | Name of the project | |
template | No | Project template | basic |
typescript | No | Use TypeScript |