Built your site with v0? Here's exactly how to point a custom domain at it — DNS, apex vs www, and SSL — plus what Domain Agent will soon do for you.
v0 apps deploy to Vercel, so connecting a custom domain uses Vercel's domain flow. In v0, open your project's domain settings (Publish → Customize Domain, or Project Menu → Domains), or click Inspect on Vercel to manage it there. You then add an A record for the apex and a CNAME for www at your registrar, and HTTPS is provisioned automatically.
Every v0 project maps to a Vercel project, and pressing Deploy creates a Vercel deployment. Custom-domain handling is therefore identical to Vercel's: apex via an A record to 76.76.21.21, www and subdomains via a CNAME to your project's unique Vercel target, or nameserver delegation for wildcards.
HTTPS is automatic for both the .vercel.app URL and your custom domain. v0's own docs defer to Vercel for the exact DNS values, so if a detail isn't visible in v0, use 'Inspect on Vercel' and manage the domain from the Vercel dashboard.
| Type | Host | Value | Notes |
|---|---|---|---|
| A | @ (apex) | 76.76.21.21 | Use the exact IP shown in the Vercel Domains screen. |
| CNAME | www | cname.vercel-dns.com | Copy the exact per-project target shown. |
| NS | (whole domain) | Vercel nameservers | Only for the nameserver method / required for wildcards. |
Values verified from v0's official docs, as of June 2026. Providers can change these — confirm against v0's current dashboard.
Sources: v0 — Custom domains · Vercel — Add a domain
Search and buy on JustDomain.ai today — and join the waitlist to have Domain Agent do all of this for you.