I love these sorts of frameworks! Makes doing forms a lot nicer, especially the live validation.<p>I feel like the next evolution is automatically generating a whole form from selecting a schema in an OpenAPI spec.<p>In a lot of specs, the type (string, email, phone, int, etc) is present along with any constraints (min/max length). Depending on the language/OpenAPI generator, it even preserves field order. It could massively speed up a lot of the more generic forms that happen in frontend.