What does HackerNews think of openchakra?
⚡️ Full-featured visual editor and code generator for React using Chakra UI
I always appreciate when OSS projects put in effort to understand and position themselves in relation to competitors (or potential collaborators).
Also want to mention some open-source React visual drag and drop page editors that might be useful for inspiration or to eliminate possible duplicate work. There's OpenChakra [0] and Blocks [1], which are apps, and then there's craft.js, a library that aims to modularize "the building blocks of a page editor" and seems to have more emphasis on customizing the actual editor UI.
Best of luck to you both!
[0] https://github.com/premieroctet/openchakra [1] https://github.com/blocks/blocks [2] https://github.com/prevwong/craft.js
For anyone interested, recently I had to research opensource visual page builder/websites options and these were top of the list:
https://github.com/prevwong/craft.js (React)
https://github.com/paperbits/paperbits-core (Full website, uses Firebase)
https://github.com/react-ui-builder/react-ui-builder-editor (React)
https://github.com/premieroctet/openchakra (Editor for Chakra UI)
https://github.com/BuilderIO/builder (Not sure if this really is open source)