Form Wire
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 zod

For shadcn/ui integration:

bun add @form-wire/shadcn

Peer Dependencies

@form-wire/react requires react and react-dom as peer dependencies:

{
  "peerDependencies": {
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  }
}

On this page