The free tier now includes 3 verified domains, so you can build and send from more projects without upgrading.
Since our beginning, the free tier included a single verified domain, a limitation that works for one project, but limits you even as you try to follow our best practices.
Today, we're increasing the free tier to three domains. Every free team can now verify up to three domains, in any region, at no cost.
You can add a domain from the Domains page in the dashboard.
Of course you can also add domains via the CLI, MCP, or API as well.
import { Resend } from 'resend';const resend = new Resend('re_xxxxxxxxx');const { data, error } = await resend.domains.create({ name: 'example.com' });
The new limit is live today for every free team. Your team's quotas are shared automatically across all domains.
View our pricing page for full details.