arikchakma / maily.to

Craft beautiful emails effortlessly with Maily, the powerful email editor that ensures impeccable communication across all major clients.
https://maily.to
MIT License
1.61k stars 81 forks source link

Standalone editor #51

Closed MrRedRhino closed 3 months ago

MrRedRhino commented 3 months ago

Is it possible to use the editor standalone as a component to allow for a custom backend?

arikchakma commented 3 months ago

Yes, you can use @maily-to/core package in the frontend, and @maily-to/render package for rendering HTML in backend.

MrRedRhino commented 3 months ago

Aha thank you! Using that with vue is probably quite hard, right?

arikchakma commented 3 months ago

Maybe you can write your implementation of the renderer. I have tried that before which was hard to maintain. Now I am using react-email for rendering.

arikchakma commented 3 months ago

I am closing this issue for now, please don't hesitate to reopen the issue if you have any other questions.