7 PM workflows · Copy-paste prompts · 2026

How to Use v0 for Prototyping

A practical guide to using v0 (Vercel) for the PM prototyping workflows that eat your week — generating UI components, mocking up landing pages, building dashboard prototypes, creating user flows, and presenting live stakeholder demos. Each workflow comes with a copy-paste prompt and PM-lens tips.

v0 is Vercel's AI-powered UI generation tool. You describe a component or page in natural language, and v0 generates production-ready React + Tailwind code — rendered live in your browser, ready to iterate with follow-up prompts, and exportable as code or a shareable link. It's built for the gap between “I have an idea” and “I can show you what it looks like” — the gap that PMs fall into every day.

This guide covers seven high-leverage PM workflows for v0. Each follows the Signal Brief format: a one-line summary, a why-it-matters-for-PMs line, a copy-paste prompt, and practical tips. For the broader best AI tools for product managers shortlist or the complete AI prototyping tools for product managers comparison, see our companion guides. For a head-to-head with the other major prototyping tool, check our Lovable vs v0 comparison.

Jump to a workflow
1. Generate a UI component from a feature description2. Prototype a landing page for a new feature3. Build a dashboard mockup from a metrics list4. Create a user flow prototype with multiple screens5. Mock up a competitor's feature for comparison6. Generate a form + validation UI for data collection7. Build a stakeholder demo with live UI

v0 vs. Bolt.new vs. Lovable for PM Prototyping

Three AI prototyping tools dominate the PM workflow space. Here's how they compare on the dimensions that matter for product management prototyping.

Featurev0Bolt.newLovable
Best PM use caseUI components & single-screen prototypesFull-stack apps & functional prototypesFull-stack apps with database & auth
Output typeReact + Tailwind componentsFull Next.js app (frontend + backend)Full-stack app with Supabase backend
Backend / databaseNo — frontend onlyYes — built-in server-side logicYes — Supabase integration
DeploymentDeploy to Vercel (1-click)Deploy to Netlify (1-click)Deploy to Lovable hosting or GitHub
Code ownershipYes — export full React codeYes — full project exportYes — GitHub sync
Pricing (paid tier)$20/month (Premium)$20/month (Pro)$25/month (Pro)
Free tierYes — limited monthly creditsYes — limited daily tokensYes — limited daily credits
PM verdictBest for UI mockups & component designBest for functional prototypes you can click throughBest for apps that need real data & auth

Prices reflect publicly listed tiers as of early 2026. All three offer free tiers — see our free AI tools for product managers guide for a full free-tier breakdown. For a deeper v0 vs Lovable analysis, see our Lovable vs v0 head-to-head.

7 PM Workflows for v0

1

Generate a UI component from a feature description

Paste a one-sentence feature description into v0 and it generates a ready-to-use React + Tailwind component — buttons, forms, cards, tables, modals — that you can preview live, tweak with follow-up prompts, and export as code or a shareable link.

Why it matters for PMs: This is the core v0 workflow for PMs. Instead of describing a UI in words and waiting for a designer to mock it up, you get a visual artifact in seconds. Use it to show engineers exactly what you mean, not what they think you mean. The component is production-grade React, so it's hand-off-ready, not just a picture.

Copy-paste prompt

Create a [component type: e.g. settings panel / onboarding checklist / feature comparison table] for a [product type] SaaS app. It should include: [list key elements]. Use a clean, modern design with [specify: e.g. a sidebar layout / card-based grid / tabbed sections]. Make it responsive.

PM tips
  • Be specific about the component type — 'a three-column pricing comparison card' beats 'a pricing page.' v0 generates better components from precise descriptions.
  • After the first generation, iterate with natural language: 'Add a toggle switch for the middle plan', 'Make the CTA button wider', 'Use a darker header.'
  • Export the code and paste it into a GitHub gist or Storybook for your eng team — the component uses standard React + Tailwind, so it drops into any Next.js project.
2

Prototype a landing page for a new feature

Describe the feature, target audience, and key value props, and v0 generates a complete landing page — hero section, feature highlights, social proof, FAQ, and CTA — as a single React component you can preview and refine.

Why it matters for PMs: PMs routinely need landing pages for beta features, internal tools, or new product launches. v0 collapses the brief-to-mockup cycle from days (designer backlog) to minutes. You get a page you can show to stakeholders for sign-off before any engineering work begins.

Copy-paste prompt

Build a landing page for [feature name], a new [one-line description]. Target audience: [who]. Key value props: [3 bullet points]. Include: hero section with headline + CTA, 3 feature highlight cards, a testimonial section, a 4-item FAQ, and a final CTA band. Use a [color scheme / brand vibe] aesthetic.

PM tips
  • Include your real headline and subheadline copy — v0 will place it correctly and you avoid the generic AI-generated marketing speak.
  • Ask v0 to 'add a sticky nav bar with links to Features, FAQ, and Pricing' for a more realistic prototype.
  • Share the v0 preview link directly in a Slack thread or Loom video instead of screenshotting — stakeholders can interact with it.
3

Build a dashboard mockup from a metrics list

Give v0 a list of metrics, chart types, and layout preferences, and it generates a dashboard UI with KPI cards, charts, filter controls, and a data table — all rendered with placeholder data you can swap for real data later.

Why it matters for PMs: Dashboard design is one of the hardest things to communicate in words. PMs say 'I want to see churn by cohort' and engineers interpret it six different ways. A v0 dashboard mockup eliminates ambiguity — everyone sees the same layout, chart types, and information hierarchy before a single API is wired up.

Copy-paste prompt

Create a product analytics dashboard for a [product type] SaaS. Include these KPI cards at the top: [list 4 metrics, e.g. MRR, Active Users, Churn Rate, NPS]. Below that, add: a [line chart] showing [metric] over time, a [bar chart] comparing [segments], and a data table with columns [list columns]. Add a date-range filter dropdown at the top right.

PM tips
  • Specify chart types explicitly — 'a stacked area chart for revenue by plan' is clearer than 'a revenue chart.'
  • Ask for 'a filter sidebar with checkboxes for [segment dimensions]' to prototype the interactive filtering your users will expect.
  • Use this mockup in your PRD's 'UI mockup' section instead of a wireframe — it's interactive and looks real.
4

Create a user flow prototype with multiple screens

Describe a multi-step user flow — onboarding, checkout, settings wizard — and v0 generates each screen as a separate component. You can link them together in a Next.js project to create a clickable prototype that demonstrates the full journey.

Why it matters for PMs: Single-screen mocks don't capture flow. PMs need to show how a user moves from step A to step B to step C — the transitions, the state changes, the decision points. v0's component-by-component approach lets you build a full flow prototype that stakeholders can click through, which surfaces flow problems before you commit to engineering.

Copy-paste prompt

I need a [N]-step [flow name: e.g. onboarding wizard / checkout flow / settings setup] for a [product type]. Step 1: [description]. Step 2: [description]. Step 3: [description]. Generate each step as a separate component with a progress indicator at the top showing the current step. Include Back and Next buttons.

PM tips
  • Generate each step in a separate v0 conversation for cleaner, more focused output — then combine them in a Next.js project.
  • Add 'include form validation errors for [specific fields]' to prototype the error states, not just the happy path.
  • Ask for 'a summary/review screen as the final step' — this is a common UX pattern that's easy to forget in a verbal spec.
5

Mock up a competitor's feature for comparison

Paste a screenshot or describe a competitor's UI, and v0 recreates it as a React component. You can then modify it to show how your version would improve on theirs — side-by-side comparison without any design resources.

Why it matters for PMs: Competitive feature analysis often stops at screenshots because PMs can't produce visual alternatives. v0 lets you go from 'they built this' to 'here's how we'd build it better' in minutes. Use it in competitive review docs, PRD rationale sections, or stakeholder presentations to make the case for a feature with a visual, not just words.

Copy-paste prompt

Recreate this UI layout: [describe or paste screenshot of competitor's feature]. Now modify it with these improvements: [list 3-4 specific UX improvements, e.g. 'add inline filtering', 'simplify the header to 2 actions instead of 5', 'use a card layout instead of a table']. Keep the same information density but make it cleaner.

PM tips
  • Use v0's image upload feature — paste a screenshot of the competitor's UI directly and ask it to 'recreate this layout.'
  • Don't copy the competitor's exact copy or branding — ask v0 to 'use placeholder text and a neutral color scheme.'
  • Generate a 'before' and 'after' version and put them side-by-side in a Loom video for your team — the visual delta makes the case for your design direction.
6

Generate a form + validation UI for data collection

Describe the fields, validation rules, and layout, and v0 generates a complete form component with input fields, labels, error states, and a submit flow — ready to drop into any React app or use as a prototype.

Why it matters for PMs: Forms are the backbone of SaaS products — signup, settings, intake, feedback. PMs spend hours describing form behavior in PRDs ('if the user enters an invalid email, show a red message below the field'). v0 turns that description into a working form in seconds, with all the validation states rendered. It's a spec and a prototype in one.

Copy-paste prompt

Create a [form type: e.g. customer feedback form / lead intake form / feature request form] with these fields: [list fields with types: text, dropdown, textarea, checkbox, radio]. Validation rules: [e.g. email must be valid, rating is required, max 500 characters for the textarea]. Show inline error messages below each field. Use a single-column layout with a submit button at the bottom.

PM tips
  • Specify the validation rules explicitly — 'phone number should be 10 digits, show error if fewer' is better than 'validate the phone.'
  • Ask for 'a success state after submission showing a confirmation message' to prototype the full form lifecycle.
  • If your form has conditional logic ('if they select Other, show a text field'), describe it — v0 handles conditional fields well.
7

Build a stakeholder demo with live UI

Use v0 to generate a realistic, interactive UI mockup of a planned feature, then present it live in a stakeholder meeting or exec review. Stakeholders can click buttons, see state changes, and interact with the prototype — no Figma, no dev environment, no 'imagine this will look like.'

Why it matters for PMs: The gap between a PRD and a stakeholder's understanding is enormous. Words on a page don't convey the feel of a product. A live v0 prototype lets stakeholders experience the feature, not just read about it. This leads to better feedback, faster sign-off, and fewer 'that's not what I expected' moments after you've already built it.

Copy-paste prompt

Create an interactive demo of [feature name] for a [product type] SaaS. It should include: [list the key UI elements the user will interact with]. Make buttons clickable with state changes (e.g. [describe a toggle or expand/collapse behavior]). Add placeholder data that looks realistic for [industry/domain]. The demo should be self-contained and work without a backend.

PM tips
  • Keep the demo focused on 3-5 interactions — don't try to prototype the entire product. The goal is to convey the concept, not ship a working app.
  • Before the meeting, test the demo on a colleague who wasn't involved — if they can't figure out what to click, your stakeholders won't either.
  • Share the v0 link in the meeting invite so stakeholders can explore it on their own screen during the discussion.

Getting Started: A PM's v0 Workflow

You don't need all seven workflows on day one. Start with the one that's eating the most time in your week — for most PMs, that's generating UI components or mocking up a landing page — and build from there:

  1. Pick one workflow from the list above and try the prompt with a real feature from your current backlog.
  2. Iterate with follow-up prompts — v0 gets better when you give it feedback. “Make the cards smaller,” “Add a search bar at the top,” “Use a darker accent color.”
  3. Share the preview link with your eng team or stakeholders — v0 generates a shareable URL for every generation, so you don't need to screenshot or record anything.
  4. Export the code when the prototype is approved. Paste it into your PRD or a GitHub gist so engineers have a concrete starting point, not just a description.

Need a full-stack prototype with working data instead of just a UI mock? See our companion guide on how to use Bolt.new for product prototyping — Bolt.new generates complete Next.js apps with backend logic. And for the full prototyping tool landscape, our AI prototyping tools for product managers guide covers 12 tools across four output types.

📬Free · Every weekday

Get 5 AI tools for PMs every weekday — free

5 vetted AI tools for B2B SaaS product managers, delivered to your inbox each weekday morning. No spam, no sponsorships, unsubscribe anytime.

Free · No credit card · Unsubscribe anytime

📊
Free Download · 2026 Edition

Get the free 2026 AI Tools Landscape Report

50+ AI tools categorized by PM use case — prototyping, evaluation, research, analytics, roadmapping, and more. Each with a one-sentence description, a why-it-matters-for-PMs line, and a link. Free PDF, no credit card required.

Free PDF · No credit card · Unsubscribe anytime

v0 Does the Prototyping. Signal Brief Finds What's Next.

v0 is a powerful prototyping tool — but it's one tool in a landscape that shifts weekly. New AI prototyping tools launch every day. Existing ones add features, change pricing, or get acquired. A workflow built entirely on today's v0 may be outclassed by a specialized tool that launches next month.

Signal Brief is the daily curation layer that keeps you aware of what's new. Every weekday morning you get 5 new, vetted AI tools — each with a one-line description, a why-it-matters-for-PMs line, and a link. When a new prototyping tool launches that's better than v0 for a specific PM workflow, you'll hear about it in your morning briefing — not months later when a competitor ships faster because they adopted it first.

The Tool

v0 (Vercel)

Your AI prototyping tool for UI components and frontend mocks. $20/month for Premium. Best for turning feature descriptions into interactive React prototypes.

The Daily Feed

Signal Brief

5 new AI tools every weekday morning. 7-day free trial (25 tools), then $10/month or $96/year. Tells you what v0 can't — which new tools are worth your time.

Start your 7-day free trial

Get 5 new AI tools for PMs every weekday morning. 25 tools during your free trial. Then $10/month or $96/year. Cancel anytime. See a sample issue first.

No credit card for the first 7 days. Cancel anytime.

Frequently asked questions

Is v0 free to use for prototyping?

v0 has a free tier with a limited number of monthly credits — enough for a handful of component generations per month. The Premium plan at $20/month includes more credits, higher-quality model access, and the ability to use v0's more advanced generation features. Most PMs who prototype regularly hit the free-tier limit within a week and upgrade to Premium.

Do I need to know how to code to use v0?

No. v0 is designed for non-developers — you describe what you want in natural language and it generates the UI. You don't need to write or read code to use the preview. However, understanding basic React concepts (components, props, state) helps you write better prompts and iterate more effectively. The generated code is standard React + Tailwind, so when you hand it off to engineers, it's immediately usable.

How is v0 different from Figma or other design tools?

v0 generates real, interactive React code — not static design files. Figma produces visual mockups that engineers then translate into code. v0 skips that translation step: the output is production-grade React that can be deployed directly. For PMs, this means your prototype is also a head start on the actual implementation, not just a picture of it. That said, Figma is still better for complex multi-screen design systems and collaborative visual editing.

Can v0 build a complete application?

No — v0 is focused on UI components and frontend prototypes. It doesn't generate backend logic, database schemas, or authentication flows. If you need a full-stack prototype with working data, use Bolt.new or Lovable instead. For a deeper comparison, see our Lovable vs v0 head-to-head. v0 is best when you need to mock up what something looks and feels like, not when you need it to actually work end-to-end.

What kind of prompts work best in v0?

Specific, structured prompts work best. Include: the component type (e.g. 'settings panel', 'pricing card'), the product context (e.g. 'B2B SaaS analytics tool'), the key UI elements to include, the layout style (e.g. 'sidebar layout', 'card grid'), and any specific interactions (e.g. 'expandable sections', 'toggle switches'). Avoid vague prompts like 'make a nice dashboard' — the more detail you give, the closer the first generation is to what you want.

How does Signal Brief relate to using v0 for prototyping?

v0 is a tool you use to prototype faster. Signal Brief is the daily intelligence layer that tells you which new AI tools — including v0 updates, alternatives, and complementary tools — are worth adopting. Every weekday morning you get 5 new, vetted AI tools with a PM-lens analysis. When a new prototyping tool launches that's better than v0 for a specific workflow, you'll hear about it in your morning briefing, not months later.

Prototype with v0. Let Signal Brief find what's next.

5 new AI tools every weekday morning. 7-day free trial, then $10/month or $96/year. Cancel anytime. No sponsorships, ever.

Questions? Email [email protected]