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
yarn add notform
npm install notform
bun add notform
Install a validation library
NotForm accepts any Standard Schema compliant validator. Pick one.
pnpm add zod
pnpm add valibot
pnpm add arktype
pnpm add yup
You only need one library. Though NotForm works with any Standard Schema compliant validator, NotForm's API does not change between validators.