Getting Started
Installation
Install Form Wire in your project
Requirements
- React 19.2+
- Zod 4.3+
- Next.js (for server actions) or any React framework
Install Packages
bun add @form-wire/core @form-wire/react zodFor shadcn/ui integration:
bun add @form-wire/shadcnPeer Dependencies
@form-wire/react requires react and react-dom as peer dependencies:
{
"peerDependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}