
Getting Started Guide
How to Use v0
A practical guide to get you up and running with v0. Written by Delv Editorial, Delv Team.
Getting started with v0
In this guide, you will learn how to use Vercel's v0 tool to generate React and Next.js UI components effortlessly from text descriptions or screenshots. You'll be able to create components quickly, saving you time on coding.Step 1: Sign up and set up
- Go to v0.dev.
- Click on the "Sign Up" button at the top right corner.
- Enter your email address and create a password, or sign up using GitHub or Google.
- After signing up, confirm your email if prompted.
- Once logged in, you’ll land on the dashboard where you can start creating components.
Step 2: Your first component
- On the dashboard, locate the "Create Component" button and click it.
- You will see a text input field. Type a description of the component you want to generate. For example, "a card with an image, title, and description."
- Click the "Generate" button next to the input field.
- Wait a few moments while v0 processes your request. The generated code will appear below the input.
- You can click the "Copy Code" button to copy the generated code to your clipboard.
Step 3: Get better results
- Be specific in your descriptions. Instead of saying "a button," try "a primary button with rounded corners and a hover effect."
- If you have a screenshot, click the "Upload Screenshot" button instead of typing a description.
- Experiment with different descriptions to see how the generated code changes. This helps you understand how to phrase your requests for optimal results.