Lately I've been working on a Livewire powered block editor. It is intended to be used mainly for creating newsletters. This package could potentially be used in tools as Mailcoach.
See the below tweet of a short demo video (or on Youtube):
Some interesting notes on the editor:
- The Block is the visual part, Livewire component allows you to edit the block content
- You can save the output as JSON and HTML
- The editor keeps history (so cmd + z works)
- Add your own topbar buttons
- Apply your own colors and logo in the editor
- Supports MJML
Hopefully I will be able to release a first version on GitHub soon.