add-emails

Integrate Resend transactional emails into Next.js projects with React Email templates.

4|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JocDLC/saas-factory-v5 --skill add-emails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-emails
Source: https://github.com/JocDLC/saas-factory-v5/tree/main/.claude/skills/add-emails
Command: npx skills add https://github.com/JocDLC/saas-factory-v5 --skill add-emails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams add a reliable transactional email system to their Next.js apps using Resend and React Email, including templates, unsubscribe management, and batch sending.

Core Features & Use Cases

  • Resend as email provider with typed React Email templates for scalable, maintainable transactional emails.
  • Batch sending with rate limiting and unsubscribe management for compliance and deliverability.
  • Server-side integration with Supabase for user-based unsubscribe preferences and secure API usage.

Quick Start

Install dependencies, run /add-login first, and create all required files to wire up Resend-powered transactional emails.

Frequently Asked Questions about add-emails

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add transactional emails to a Next.js app using Resend?

You can add transactional emails to Next.js using Resend by installing dependencies, wiring up a client wrapper, and creating typed React Email templates. This provides scalable, maintainable email delivery for user welcome messages and password resets.

Can I send batch transactional emails with Resend and React Email?

Yes, you can send batch transactional emails with Resend and React Email. The implementation includes batch sending with rate limiting to ensure compliance and maintain deliverability for bulk application notifications.

Does the Resend transactional email integration support one-click unsubscribe?

Yes, the Resend integration supports one-click unsubscribe. It includes dedicated unsubscribe routes and a confirmation page, managing user preferences securely through Supabase identity integration.

Do I need Supabase to set up Resend for transactional emails?

Supabase is required for server-side user-based unsubscribe preferences and identity management. You should run the authentication setup first to wire up Resend-powered transactional emails with proper user context.

What are the prerequisites for wiring up Resend transactional emails?

Prerequisites include installing the resend and @react-email/components dependencies, running the login setup, and applying a SQL migration for the database schema required by the email service.