GitHub

Installation

How to get started with Notform in your project.

Get up and running with NotForm in just a few steps. Learn how to install the core package and plug in your favorite validation library.

Install notform

pnpm add notform

Install a validation library

NotForm accepts any Standard Schema compliant validator. Pick one.

pnpm add zod
You only need one library. Though NotForm works with any Standard Schema compliant validator, NotForm's API does not change between validators.