Phoenix component idea

As a front end noob I liked using this library a lot. Its fairly advanced and can even generate dynamic form inputs. Building something like this is out of my wheel-house but maybe inspiration for someone else!

ChatGPT is also very good at generating json schemas. After describing the desired form post payload with some conditions, I was able to quickly get a json schema and plug into this library.

Take a look at Build dynamic Forms with JSON Schemas.

It isn’t hard to integrate existing js libraries using js hooks :slight_smile:

3 Likes

Very cool I’ll have to play around with that.