Everything you need toget started with v0
A quick reference guide with tips, prompts, and best practices. Master v0 in minutes.
Quick Tips
6 tipsBe Specific
Describe exactly what you want. Include details about layout, colors, and functionality.
Start Simple
Build incrementally. Start with the core UI, then add features one at a time.
Iterate
Use follow-up prompts to refine. Say "make the header sticky" or "add dark mode".
Use References
Attach screenshots or images. v0 can recreate designs from visual references.
Use Context
v0 remembers the conversation. Reference previous elements by name.
Ask for Options
Say "give me 3 variations" to explore different design directions.
Prompt Examples
Copy & pasteCreate a pricing table with 3 tiers: Free, Pro, and Enterprise
Structured comparison
Build a testimonial carousel with avatar, quote, and company name
Social proof
Design a command palette like Spotlight or VS Code
Navigation pattern
Make a data table with sorting, filtering, and pagination
Data display
Keyboard Shortcuts
Mac| Shortcut | Action | Category |
|---|---|---|
Cmd+K | Open command palette | Navigation |
Cmd+Enter | Submit prompt | Chat |
Cmd+Shift+C | Copy code | Code |
Cmd+\ | Toggle sidebar | Navigation |
Cmd+B | Toggle code view | Code |
Esc | Close modal / Cancel | General |
Cmd+Z | Undo last change | Edit |
Cmd+Shift+Z | Redo | Edit |
Replace Cmd with Ctrl on Windows/Linux
Best Practices
Do's & Don'tsDo
- Start with the UI before adding backend logic
- Use specific component names ("navbar", "hero", "footer")
- Iterate in small steps with follow-up prompts
- Reference design systems ("use shadcn/ui style")
- Attach images or screenshots as references
- Ask for mobile-responsive designs explicitly
Don't
- Try to build everything at once
- Use vague descriptions ("make it look nice")
- Write one massive prompt with every requirement
- Expect v0 to guess your preferred aesthetic
- Describe complex layouts in words only
- Assume responsiveness is automatic