YeetCode
Setup

1. Create a Convex Project

Set up your Convex cloud deployment and connect it to the backend.

Before anything else, you need a Convex cloud project. The CLI walks you through this.

What You'll Do

  • Create a Convex account (if you don't have one)
  • Run convex dev and follow the CLI prompts to create or select a project
  • Verify the generated .env.local with your deployment credentials
  • Confirm the dashboard shows your project

On this page