From a554803598f889cace11f796d2f7e52818b3a19b Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Sun, 11 Aug 2024 11:18:30 +1000 Subject: [PATCH] Update readme to add tools for email editor --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3506828..0705c8d 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ We're currently working on opening unsend for public beta. - [hono](https://hono.dev/) - Public API - [Redis](https://redis.io/) - Queue +### Email editor + +Check out the editor code for [here](https://github.com/unsend-dev/unsend/tree/main/packages/email-editor). Editor is possible only because of the amazing tools and libraries. + +- [jsx-emai](https://jsx.email/) - converts editor content to html +- [maily.to](https://maily.to/) - unsend email editor is greatly inspired from maily.to +- [tiptap](https://tiptap.dev/) - editor core + ## Local Development Follow our detailed guide to run Unsend locally