Installation

svelte-common-hooks can only runs on sveltekit projects, that means you need to have sveltekit installed. createFormState hooks requires Zod version 3.25.74 at minimum and you have to install it by your self.

Install zod

requires zod version 3.25.74 at minimum
bun add zod

Install the package

bun add svelte-common-hooks