browsertrix/emails
Emma Segal-Grossman 8db0e44843
Feat: New email templating system & service (#2712)
Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2025-08-01 17:00:24 -04:00
..
components Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
emails Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
lib Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
templates Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
.dockerignore Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
.gitignore Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
api-server.ts Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
Dockerfile Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
package.json Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
readme.md Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
tailwind.config.ts Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
tsconfig.json Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00
yarn.lock Feat: New email templating system & service (#2712) 2025-08-01 17:00:24 -04:00

Browsertrix Email Templates

A collection of React Email templates for Browsertrix with a live preview in your browser (via React Email) and an API server for rendering templates programmatically.

Getting Started

First, install the dependencies:

yarn

Then, run the development server:

yarn dev

Open localhost:3000 with your browser to see the templates.

API Server

This project includes an Express API server that can render the email templates and serve them as HTML. This makes it easy to integrate with email sending services like SendGrid, Mailgun, or AWS SES.

To start the API server:

yarn start:api

The API server will be available at localhost:3000.