Looks clean, do you plan to implement any other client-side validators yourself?
Maybe you can add helpers to generate the HTML elements as well, since HTML5 adds some attributes that allow the browser to validate e.g. email or required.
I've only really used jQuery Validation, hence it's intergration but there's no reason why different implementations cannot be added. What JS validation libraries would you want to see added?
Maybe you can add helpers to generate the HTML elements as well, since HTML5 adds some attributes that allow the browser to validate e.g. email or required.