Hey HN!<p>This is a little personal project I've been hacking on for the past ~week, somewhat inspired by this blog post [0] ("My Wonderful HTML Email Workflow").<p>Basically I just wanted an easy way to create email templates in MDX [1] (Markdown + JSX), using React Email [2] components.<p>It's still a bit of a work in progress (and a bit slow at the moment) but wanted to share in case anyone else finds it interesting!<p>[0] <a href="https://www.joshwcomeau.com/react/wonderful-emails-with-mjml-and-mdx/" rel="nofollow noreferrer">https://www.joshwcomeau.com/react/wonderful-emails-with-mjml...</a><p>[1] <a href="https://mdxjs.com/" rel="nofollow noreferrer">https://mdxjs.com/</a><p>[2] <a href="https://react.email/" rel="nofollow noreferrer">https://react.email/</a>