Skip to content

Resend alternatives

12 tools that do a similar job, and what makes each one different.

What Resend is

Resend is a service for building, testing and sending email from an application. It covers transactional messages, the ones triggered by something a user does, and marketing campaigns, which it calls Broadcasts. It is built for developers: sending anything at all requires a Resend API key and a domain you have verified yourself. The free plan covers 3,000 emails a month across three verified domains, along with 10,000 automation runs. Pro is $20 a month for 50,000 emails and ten domains. Scale is $90 a month for 100,000 emails and up to a thousand domains. Emails past the allowance cost $0.90 per thousand on Pro and Scale, and automation runs past the free allowance cost $0.0015 each. Scale customers sending more than 3,000 emails a day can add a dedicated IP for $30 a month. Enterprise terms are set to fit. Most of what the dashboard does is also reachable through the API. Broadcasts can be created and sent in one request, and cancelled again while scheduled or queued. Webhooks can be created, retrieved, listed and deleted programmatically, and every email webhook and GET email endpoint returns the Message-ID. Contacts import from a single CSV upload running to millions of rows. Suppressed addresses are managed from the dashboard or the API, request logs are available from anywhere, and sending statistics break down in more detail. API keys carry separate permissions, and a key exposed in public code is detected, revoked and reported to the team automatically. There is a CLI for the terminal, SDKs for several languages including an official PHP one, and support for custom headers. The template side deals with the awkward parts of email HTML. The code editor flags pasted markup that email clients will not render correctly. Templates can be organised into folders, charts can be embedded in a message, links can be turned into rich Open Graph previews, and AI prompts can reference existing content across broadcasts, templates and automations. Resend runs a hosted MCP server with OAuth built in, supporting OAuth 2.1 with PKCE, Client ID Metadata documents, an official HTTP transport and the Agent Plugins Standard. It connects to Claude in one click from the connector directory, and the MCP server and Resend skills install from the Codex plugin marketplace. Auth0 transactional email can be routed through it with an official integration, and sign-up works from inside Vercel or the Vercel CLI. A domain in use by another Resend team can be verified and transferred. The project began as open source in 2022, joined Y Combinator's winter 2023 batch and launched the sending platform that year.

Email for software companies without the enterprise campaign builder. Two concepts do most of the work: transactional messages triggered by an event, and loops that send a sequence based on user attributes. It integrates with the tools a small SaaS already runs and stops well short of a marketing suite, which is the point.

Paid

A newsletter platform built by people who grew one, with the growth side treated as a first-class feature rather than an add-on: referral programmes, recommendation networks, an ad marketplace and paid subscriptions. Deliverability and segmentation are solid. Most useful for a newsletter that is the business rather than a channel for one.

Freemium

Queue social posts once and let them publish on a schedule across the networks you use. Deliberately narrow (scheduling, a shared calendar, straightforward analytics and an engagement inbox), which is why small teams pick it over suites that do ten other things. The free plan covers one person managing a few accounts.

Freemium

Marketing, sales and support working from one contact record, which is the whole argument for it: no syncing between three systems that disagree. Email, landing pages, forms, pipelines, ticketing and reporting are included. The free CRM is real and widely used; costs climb steeply as contact counts and add-ons grow, and that is the thing to model before committing.

Freemium

Email campaigns and automations for lists that have outgrown a spreadsheet. Templates, segmentation, A/B testing and reporting are the core; landing pages and basic CRM sit around them. Long the default first choice for small businesses. Pricing scales with contacts including unsubscribed ones, which is the detail that surprises people at renewal.

Freemium

Deploys a frontend by pushing to a branch, with a preview URL for every pull request, the workflow most React teams now expect by default. Built by the maintainers of Next.js, which it supports first and best. Edge functions, analytics and image optimisation are included. Costs are predictable until traffic is not, and bandwidth is the line to watch.

Freemium

Workflows where every step can just be code. Connect a trigger, then write Node, Python, Go or Bash with managed authentication for the services you call, no credential handling of your own. Pre-built components cover the common cases. Suits developers who want the plumbing solved and the logic left alone.

Freemium

A terminal that treats each command and its output as a block you can navigate, copy and share, rather than an endless scroll. Input behaves like a text editor, history is searchable, and an assistant can read a failing command and suggest the fix. Workflows save parameterised commands for a team. Some of it requires an account, which is the objection people raise most.

Freemium

VS Code rebuilt around a model that can see the whole repository. Beyond autocomplete it edits across files from an instruction, answers questions about unfamiliar code, and applies a diff you review before it lands. Keybindings and extensions carry over from VS Code, so switching costs an afternoon. The multi-file edit is the feature people stay for.

Freemium

A CRM that models your pipeline instead of making you adopt theirs. Objects, attributes and relationships are defined by you, and it builds from real data, email and calendar activity populate records rather than waiting for someone to log them. Aimed at startups and investment teams whose process does not fit a standard sales funnel.

Freemium

Managed vector search, so retrieval stops being an operational problem. You upsert embeddings with metadata and query by similarity with filters, and the indexing, sharding and scaling are handled. Serverless indexes bill on usage rather than provisioned pods. The decision is nearly always this against pgvector: a managed service that scales, or one less system to run.

Freemium