MJML is available for other platforms. The community has created ports to other platforms and wrappers for the official Node implementation. These contributions are not officially supported by the MJML teams.
This project is a reimplementation of the nice MJML markup language in Rust.
https://github.com/jdrouet/mrml
mj-style[inline]
: not yet implemented. It requires parsing the generated html to apply the inline styles afterward (that's how it's done in mjml) which would kill the performances. Applying it at render time would improve the performance but it would still require to parse the CSS.
A blazingly-fast unofficial port of MJML 4 to .NET 6.
https://github.com/SebastianStehle/mjml-net
Native Implemented Function (NIF) bindings for the MJML Rust implementation (mrml).
https://github.com/adoptoposs/mjml_nif
Ruby wrapper for MRML, the MJML markup language implementation in Rust.
https://github.com/hardpixel/mrml-ruby
React components for MJML components.
https://github.com/faire/mjml-react#readme
Python wrapper for MRML, the MJML markup language implementation in Rust.
https://github.com/mgd020/mjml-python
Python implementation for MJML.
https://github.com/FelixSchwarz/mjml-python
The simplest way to use MJML in Django templates.
https://github.com/liminspace/django-mjml
Build responsive e-mails easily using MJML and Laravel Mailables.