A WYSIWYG email editor inspired by Notion, built with Editor.js and React Email.
- 📝 WYSIWYG email editing
- 🎨 Rich text formatting
- 🖼️ Image support
- 🔗 Link previews
- 📱 Responsive design
- ✉️ Direct email sending via Resend
- Next.js - React Framework
- Editor.js - Block-styled editor
- React Email - Email templates
- TypeScript - Type safety
- Tailwind CSS - Styling
- Vitest - Unit Testing
- Playwright - E2E Testing
- Node.js 20+
- pnpm 8+
pnpm install
pnpm dev
# Run unit tests
pnpm vitest
# Run E2E tests with UI
pnpm e2e
pnpm build
This project can be deployed on Vercel.
Contributions are welcome! Please feel free to submit a Pull Request.
ThaddeusJiang
- Twitter: @ThaddeusJiang
- GitHub: @ThaddeusJiang
This project is licensed under the MIT License - see the LICENSE file for details.