Skip to main content

Installation

In your project, install groqd using your favorite package registry tool such as npm, yarn, or pnpm.

npm install groqd

groqd has no peer dependencies, but has a hard dependency on zod, so zod will be installed along with groqd when groqd is installed.

note

For the best TypeScript experience with groqd, we recommend using at least TypeScript 4.9.0 with strict mode on ("strict": true in your tsconfig.json).