formv
Formv is a software library designed to manage and validate user input across web applications. It provides a framework-agnostic approach to describing forms, validating data, and normalizing values from client-side and server-side sources.
A formv form is defined by a schema that describes fields, their data types, constraints, and transformation
Under the hood, formv compiles a form schema into a validation function and uses adapters to integrate
Formv originated as a lightweight solution to unify client and server form processing. It is designed to