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
emails
lib
templates
.dockerignore
.gitignore
api-server.ts
Dockerfile
package.json
readme.md
tailwind.config.ts
tsconfig.json
yarn.lock

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.