Live data from Hacker News

OpenChakra is an open-source visual editor for React

openchakra.app

11–20 of 77 posts

Re: OpenChakra is an open-source visual editor for React

#16

Is there any toolkit available that lets you build a UI editor like this? We would like to ship a UI editor with our product that lets you define simple UIs that serialize to json/xml but are hesitant because of the effort required and resources at hand.

https://blocks-ui.com is WIP

Re: OpenChakra is an open-source visual editor for React

#18

Is there any toolkit available that lets you build a UI editor like this? We would like to ship a UI editor with our product that lets you define simple UIs that serialize to json/xml but are hesitant because of the effort required and resources at hand.

I wondery why people don't use SVG to describe their UIs. Then you don't have to invent a new language, worry about serializing, etc. SVG support in browsers is old and relatively stable.

Re: OpenChakra is an open-source visual editor for React

#20

Is there any toolkit available that lets you build a UI editor like this? We would like to ship a UI editor with our product that lets you define simple UIs that serialize to json/xml but are hesitant because of the effort required and resources at hand.

Also take a look at: https://grapesjs.com/
Post reply on HN