email-builder-js icon indicating copy to clipboard operation
email-builder-js copied to clipboard

Do you self-host or embed within your app?

Open Arsenalist opened this issue 1 year ago • 1 comments

Just ran into this project and it seems exactly what I need. However, just wondering how people use this.

I have a NextJS app and want email building capabilities. In this situation is the approach to startup a different self-hosted email-builder-js app and send the user their to edit emails, and then return to the main app.

OR

Can email-builder-js be seamlessly integrated into an existing app?

Just wondering how the community uses this library because based on the README.md, it seems like there isn't a way to integrate this into an existing app kind of like Unlayer.

Arsenalist avatar Nov 09 '24 16:11 Arsenalist

@Arsenalist this is self host, you have example in packages->editor-example written with MUI, I think they have embedded option for their services 🤔

WardenCommander avatar Nov 11 '24 05:11 WardenCommander