---
title: "Vercel v0 Integration"
slug: v0-integration
description: "Add Resend email to your v0 projects without leaving v0."
created_at: "2026-09-08"
updated_at: "2026-09-08"
image: https://cdn.resend.com/posts/v0-integration.jpg
humans: ["felipe-freitag"]
---

Today, we're excited to announce the Vercel v0 Integration. [**Add email to your v0 project with Resend**](https://vercel.com/marketplace/resend) without handling API keys or managing DNS records.

Many builders create projects using Vercel's v0 platform. The new integration makes it easy to integrate email with Resend without leaving your v0 workflow.

<YouTube videoId="WSSV5Ofpxzc" />

Email for developers, easier to integrate than ever.

## What's new

* Create a new Resend account directly from your v0 project
* A Resend API key is added to your v0 project's environment variables
* DNS for Resend is automatically configured through v0
* Billing is managed through v0

## Prerequisites

Before you begin, you'll need two things:
1. A Vercel v0 account with a project.
2. A domain purchased through Vercel.

## How to get started

The integration connects Resend to your v0 project using your Vercel domain.

### 1. Ask v0 to add email to your application

You can ask v0 something like:
```plaintext copy wrap
Add an email capture to my application using Resend. Store the user's email as a Contact in Resend and send them a welcome email.
```

v0 will show a prompt to install Resend in your project.

<video
  src="https://cdn.resend.com/posts/v0-integration-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

This will take you to the integration page, where you can follow the instructions to add email to your project.

### 2. Finish setup

Follow the "finish setup" link to view your v0 domain in the Resend dashboard. 

It can take a few minutes for the DNS records to propagate. Once they have, you can return to v0 and let it know you're ready to start sending emails.

<video
  src="https://cdn.resend.com/posts/v0-integration-2.mp4"
  autoPlay
  loop
  muted
  playsInline
  className="extraWidth"
/>

By default, v0 will use a from address of `delivered@resend.com`. This address is only for testing purposes, and will not send to anyone but yourself. To send to your users, tell v0 to use a from email address connected to the domain you just set up.

```plaintext copy wrap
My domain is verified. Please send emails from hi@waybackstore.org.
```

Now you're ready to send and receive emails with Resend.

## Empowering developers

Our goal is to empower developers to ship quickly with confidence, taking care of the busy work so they can get back to building the projects they love.

This new integration makes it even easier for v0 users to get started with Resend, and we can’t wait to see what you do with it.
