From 4ab91564acd2a2beb12fb5ce17decf080735de12 Mon Sep 17 00:00:00 2001 From: rami-stripe Date: Wed, 19 Aug 2026 14:55:44 -0700 Subject: [PATCH] Add Resend (email for agents) provider Adds Resend to the site across all provider integration points: - New logo component (src/_components/svg/logos/logo-resend.webc) using the official Resend wordmark - Homepage logo marquee (row 3, alphabetically between Render and RevenueCat) - /providers table row with `stripe projects add resend/email` - providers.js data entry (category: communications, slug: resend/email) Co-Authored-By: Claude Opus 4.8 (1M context) Committed-By-Agent: claude --- src/_components/svg/logos/logo-resend.webc | 3 +++ src/_data/providers.js | 9 +++++++++ src/index.webc | 1 + src/providers.webc | 6 ++++++ 4 files changed, 19 insertions(+) create mode 100644 src/_components/svg/logos/logo-resend.webc diff --git a/src/_components/svg/logos/logo-resend.webc b/src/_components/svg/logos/logo-resend.webc new file mode 100644 index 0000000..6e272e0 --- /dev/null +++ b/src/_components/svg/logos/logo-resend.webc @@ -0,0 +1,3 @@ + + + diff --git a/src/_data/providers.js b/src/_data/providers.js index 3deed95..1e1f210 100644 --- a/src/_data/providers.js +++ b/src/_data/providers.js @@ -468,6 +468,15 @@ export default [ url: "https://render.com", logoTag: "logo-render", }, + { + name: "Resend", + slug: "resend/email", + category: "communications", + description: "Email API for developers and agents", + longDescription: "Resend is the email API for developers and AI agents. Send transactional and marketing email at scale with a simple, reliable API, best-in-class deliverability, and native React email templates.", + url: "https://resend.com", + logoTag: "logo-resend", + }, { name: "Twilio", slug: "twilio/email", diff --git a/src/index.webc b/src/index.webc index 8becd9f..29614d1 100644 --- a/src/index.webc +++ b/src/index.webc @@ -334,6 +334,7 @@ changefreq: "weekly" + diff --git a/src/providers.webc b/src/providers.webc index 53cd1ea..5a3a8f9 100644 --- a/src/providers.webc +++ b/src/providers.webc @@ -396,6 +396,12 @@ wave: false Cloud platform for deploying apps, agents, databases, and workers with automatic scaling, zero-downtime deploys, and built-in compliance. + + Resend + Email + The email API for developers and AI agents. Send transactional and marketing email at scale with a simple API, best-in-class deliverability, and native React email templates. + + RevenueCat Payments