I've seen several decent implementations based on https://json-schema.org/implementations.html#web-ui-generati...

Json schema also has many tools for validation, which is nice if you're passing the form data around.

JSONForm (https://github.com/jsonform/jsonform) looks very promising. Thanks!