create-vite-ai-builder
v1.0.0
Published
Create Vite + React + Tailwind CSS apps optimized for AI code generation
Maintainers
Readme
create-vite-ai-builder
Create Vite + React + Tailwind CSS apps optimized for AI code generation.
Features
- ⚡️ Vite - Lightning fast build tool
- ⚛️ React 19 - Latest React with modern features
- 🎨 Tailwind CSS v4 - Utility-first CSS framework
- 🧭 React Router - Client-side routing
- 📦 Pre-configured - ESLint, Vite config, and more
- 🤖 AI-Ready - Optimized structure for AI code generation
Usage
With npm:
npm create vite-ai-builder@latest my-app
cd my-app
npm run devWith npx:
npx create-vite-ai-builder@latest my-app
cd my-app
npm run devWhat's Included
- Vite configuration with React and Tailwind CSS plugins
- React Router setup with basic routing
- Tailwind CSS v4 with Vite integration
- ESLint configuration
- Clean project structure
Project Structure
my-app/
├── src/
│ ├── pages/
│ │ └── Home.jsx
│ ├── assets/
│ ├── App.jsx
│ ├── App.css
│ ├── main.jsx
│ └── index.css
├── public/
├── index.html
├── package.json
├── vite.config.js
└── eslint.config.jsRequirements
- Node.js >= 18.0.0
License
MIT
Author
Bihan Banerjee
