Get Started
A complete guide to start vibe coding in under 10 minutes.
Step 1: Install Required Software
- Install Cursor IDE
- Install Node.js (LTS version)
- Install GitHub Desktop
Step 2: Create Required Accounts
- Create a GitHub account if you don't have one
- Create a Clerk account for authentication
- Create a Supabase account for your database
Step 3: Get a Template
- Browse and select a vibewind template
- Create a new project from the template
- Open the project in Cursor IDE
Step 4: Set Up Your Project
- Install project dependencies
- Set up Supabase MCP for database integration
- Configure environment variables
- Create a Clerk project for authentication
- Use Cursor Agent Mode to set up your Supabase database
Step 5: Run Your Project
- Start the development server
- View and test your project
- Make changes to your project