All updates

More Domains on the Free Tier

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.

What you can build with it

  • More side projects: give each product its own domain without needing to upgrade.
  • Separate sending subdomains: keep transactional email on one domain and marketing on another to protect your deliverability.
  • A real staging environment: verify a staging domain and test changes safely before they reach your users.

Add your next domain

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' });

Conclusion

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.