Generating HTML Forms from Schemas Using Effect Typescript

Ciao. Has anyone been able to implement successfully HTML form generation starting a schema? We need basically to keep the source of absolute truth in the schema, so in order to be compliant the form should be generated from it (actually, from an union of schemas, with a discriminant property). I suppose that using the AST module is the key here, but if anyone managed to do it, I would great appreciate any kind of tip on this!
Was this page helpful?