
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@react-email/editor
Advanced tools
A rich text editor for editing and building email templates, built on top of Tiptap and React Email.
packages/editor/src/
├── core/ # Editor core: hooks, serializer, event bus, types
├── extensions/ # Tiptap extensions for email elements (button, heading, columns, etc.)
├── plugins/ # ProseMirror plugins
├── ui/ # UI components (bubble menus, slash command, inspector)
├── utils/ # Shared utilities
└── email-editor/ # Main editor component
The package exposes multiple entry points for granular imports:
@react-email/editor — Main editor component and top-level API@react-email/editor/core — Serializer, types, and event bus@react-email/editor/extensions — Tiptap extensions for all supported email elements@react-email/editor/ui — UI components (bubble menus, slash command, inspector)@react-email/editor/plugins — ProseMirror plugins@react-email/editor/utils — Shared utilitiesnpm install @react-email/editor
# Build the package
pnpm build
# Run type checking
pnpm typecheck
# Run all tests
pnpm test
# Run unit tests only
pnpm test:unit
# Run browser tests only
pnpm test:browser
# Watch mode for tests
pnpm test:watch
For full usage guide and API reference, see the Editor documentation.
MIT
FAQs
A rich text editor for editing and building email templates
The npm package @react-email/editor receives a total of 77,968 weekly downloads. As such, @react-email/editor popularity was classified as popular.
We found that @react-email/editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.