Skip to main content

Installation

To install Interface Forge, you can use your favorite package manager:

pnpm add interface-forge

Peer Dependencies

Interface Forge has a peer dependency on @faker-js/faker. If you don't already have it installed, you will need to add it to your project:

pnpm add @faker-js/faker

Optional Zod Integration

If you want to use the Zod integration, you will also need to install zod:

pnpm add zod