HACKER Q&A
📣 bwb

Is there a licensable/free version of the "Substack" email editor?


I love the Substack editor, and I want something like that to edit and deploy transactional email templates.

Does anyone know of one you can license? Or one that is open source?

I kept hitting walls and was hoping the community could help.


  👤 aridiculous Accepted Answer ✓
I used to work on the Substack editor. It's built on top on ProseMirror and Tiptap (an abstraction on top of ProseMirror) last I checked.

There's a variety of other implementations out there to check out as well: - https://quilljs.com/ - https://lexical.dev/ - https://www.slatejs.org/ - https://draftjs.org/

If you're talking about liking the full experience with settings and previews, that I'm afraid is all custom built. I can't imagine an open source reusable one being out there, but I could be wrong!