Skip to main content
The Resend integration on the Vercel Marketplace lets you provision a Resend account without leaving Vercel. Once installed, Vercel connects the account to your project so you can start sending email right away.

What you get

  • A Resend account created and linked to your Vercel account.
  • A connection between that account and the Vercel project you selected.
  • Access to the full Resend dashboard, where you can add domains, manage API keys, and view logs.

Prerequisites

Before you begin, make sure you have the following:
  • A Vercel account with a project.
  • A domain purchased in Vercel.

Three surfaces

You can add Resend to a Vercel project from any of these surfaces:

Vercel Dashboard

To install Resend from the Vercel Marketplace:
  1. Log in to Vercel and go to the Marketplace.
  2. Search for “Resend” and click on the integration card.
  3. Click on the “Install” button.
  4. To create a new Resend account for your Vercel project, click on the “Create Account” option and Continue.
  5. Click Accept and Create to continue the installation.
  6. Choose a domain in the selector. Use a domain already on your Vercel account, or purchase one from Vercel.
  7. Select the region your emails will be sent from (defaults to North Virginia).
  8. Select a plan (free or paid).
  9. Click Continue and Create to complete the installation.
  10. Select your Vercel project to connect the domain to Resend and click Connect.
Vercel creates a new Resend account for your Vercel project, connects the domain to Resend, and provisions an API key.

Vercel CLI

Add Resend to the linked project from your terminal. With the Vercel CLI installed:
  1. Run vc i resend from your project directory. To set the region your emails will be sent from, pass it as metadata: -m region=eu-west-1 (defaults to us-east-1). Supported regions: us-east-1, eu-west-1, sa-east-1, and ap-northeast-1.
  2. Choose a domain in the selector. Use a domain already on your Vercel account, or purchase one from Vercel.
  3. Select the region your emails will be sent from (defaults to North Virginia).
  4. Select a plan (free or paid).
  5. Click Continue and Create to complete the installation.
  6. Select your Vercel project to connect the domain to Resend and click Connect.
  7. Click Complete onboarding to view the domain in your new Resend account.
  8. Click Auto configure to automatically add the DNS records to your Vercel domain.
Get more help adding a custom domain in Resend’s documentation.

v0

v0 by Vercel is a platform for building web sites, tools, apps, and projects via chat. Ask v0 to add email with Resend, then click Install when the chat prompts you. That opens the same Marketplace install flow as the Vercel Dashboard and Vercel CLI. The integration creates a Resend account, adds a Resend API key to your v0 project’s environment variables, and configures DNS for a domain purchased in Vercel. Billing is managed through v0. See Send emails with v0 and Resend for the full walkthrough.

Billing

Accounts created from the Marketplace are billed by Vercel. Manage your account from the Vercel installation dashboard.
Discounts, promo codes, and startup or partner credits do not apply to Marketplace plans.

Next steps