usewaypoint / email-builder-js

A free and open-source block-based email template builder.
https://emailbuilderjs.com
MIT License
693 stars 291 forks source link

Do you self-host or embed within your app? #139

Open Arsenalist opened 2 weeks ago

Arsenalist commented 2 weeks ago

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.

WardenCommander commented 2 weeks ago

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