Get Started

A complete guide to start vibe coding in under 10 minutes.

Step 1: Install Required Software

  1. Install Cursor IDE
  2. Install Node.js (LTS version)
  3. Install GitHub Desktop

Step 2: Create Required Accounts

  1. Create a GitHub account if you don't have one
  2. Create a Clerk account for authentication
  3. Create a Supabase account for your database

Step 3: Get a Template

  1. Browse and select a vibewind template
  2. Create a new project from the template
  3. Open the project in Cursor IDE

Step 4: Set Up Your Project

  1. Install project dependencies
  2. Set up Supabase MCP for database integration
  3. Configure environment variables
  4. Create a Clerk project for authentication
  5. Use Cursor Agent Mode to set up your Supabase database

Step 5: Run Your Project

  1. Start the development server
  2. View and test your project
  3. Make changes to your project