I've only recently discovered node-red, but it's great to see such a vibrant and helpful community!
For creating your frontends (or little Apps), would you like to be able to do flow-based programming as well, or do you prefer WYSIWYG-editors - or good ol' hand-coding?
I'm asking because I've been working on an open frontend editor, and I'm trying to gather feature-wishes. It's currently a proof of concept (that luckily works ), and I want to create a stable version.
Here's what already works in the editor:
- State transitions
- manual UI component placement
- automatic UI component selection based on type (using e.g. schema.org/Integer)
this is how it currently looks like:
Are a lot of you guys using json-schema or OpenAPI? That would make a UI connection much easier