Skip to content

Fluent FormData Validator

A versatile form data validation library offering a fluent API to ensure data integrity and consistency in web applications.

Features

Fluent API

Provides a fluent API making it easy to chain and apply multiple rules to your data. You can write expressive and readable code, such as Rule.string().required().min(3).

Multiple types

Can validate different types of data, such as boolean, string, number, and date.

Customizable validation rules

You can create your own validation rules or use the built-in ones, depending on your needs. You can also customize the error messages and the validation logic for each rule.

Framework agnostic

Works with any web framework, browser or server as long as you’re passing FormData, so you don’t have to worry about compatibility issues.