Introduction

OverviewArchitectureAgent Experience

The product

This repository

Structure

Usage

Other

Apps

Email

The apps/email preview server for the React Email templates in @repo/email

apps/email runs the React Email preview server on port 3003. It is local only and is not deployed as a Worker.

The application itself holds no templates. It points at the templates in packages/email/templates, which is also what @repo/email sends through Resend, so the preview and the delivered mail come from one source.

Terminal
bun dev --filter email

It also starts as part of bun run dev at the repository root.

On this page

No Headings
GitHubEdit this page on GitHub