This project is a starter kit of e-commerce transactional email templates built with Resend + React Email.
The idea came from a simple observation: every purchase triggers a predictable sequence of emails (order created, payment confirmed, shipped, delivered). I looked for a ready-made template for this flow and couldn’t find one, so I built it.
Clone the repository
git clone <https://github.com/imnotannamaria/resend-ecommerce.git>
Install dependencies
npm install
Configure the API key
Create/edit .env.local:
RESEND_API_KEY=re_xxxxxxxxx
Run the project
npm run dev
Open in the browser
Go to http://localhost:3000 to preview, customize, and send templates.
Most of the technologies used here match Resend’s internal stack.
Reference:
http://resend.com/handbook/engineering/what-is-our-tech-stack