AI-powered project scaffolding tool that works like npm create vite
but generates custom projects from natural language prompts.
# Interactive mode
npm create vibe
# Direct prompt
npm create vibe "a react dashboard with charts and dark mode"
npm create vibe "a simple blog with markdown support"
npm create vibe "an e-commerce site with stripe integration"
- 🤖 AI-powered generation - Describe your project in plain English
- ⚡ Vite compatibility - Delegates standard templates to
create-vite
- 📦 Smart dependencies - Automatically selects and installs appropriate packages
- 🎨 Framework detection - Chooses the best framework for your use case
- 📝 Documentation included - Generates README and basic docs
- Parse your natural language prompt
- Use AI to determine project structure, dependencies, and boilerplate
- Generate project files with proper configuration
- Install dependencies and set up development environment
Input: npm create vibe "a todo app with drag and drop"
Output: React project with react-beautiful-dnd, TypeScript, and Tailwind CSS
Input: npm create vibe "a data visualization dashboard"
Output: React project with D3.js, Chart.js, and responsive layout
npm install
npm run dev
npm test
Apache 2.0