Rich Text Block Editor... for the frontend please?

I really like the new rich text block editor because it’s so much easier than finagling markdown. And the React renderer works like a charm for integrating custom components. I use styled-components, so I make a custom h1, h2, p, ul, etc. components, and then just pass them through the renderer. And there’s the ability to easily use Next’s Image component too! :chefs_kiss:

I’m starting a new project soon which will give authenticated users the ability to post their own content and I would LOVE to offer them the same editor experience on the frontend of my site as well.

Are there any plans to extract the editor into a library that can be used in this way? If not, I might look into seeing if I can figure that out myself. Yay OSS!