Skip to content

VibesDIY/create-vibe

Repository files navigation

create-vibe

AI-powered project scaffolding tool that works like npm create vite but generates custom projects from natural language prompts.

Usage

# 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"

Features

  • 🤖 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

How it works

  1. Parse your natural language prompt
  2. Use AI to determine project structure, dependencies, and boilerplate
  3. Generate project files with proper configuration
  4. Install dependencies and set up development environment

Examples

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

Development

npm install
npm run dev
npm test

License

Apache 2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published