Two modes, one workflow
Embedded when Feathers runs inside Nitro, remote when Nuxt consumes an external Feathers API.
A backend-first Nuxt module to embed Feathers inside Nitro or connect a typed Feathers client to a remote API, with a CLI-first workflow designed for real package publishing.

Pick the path that matches your first goal:
nuxt-feathers-zod is not just a client SDK. It is a Nuxt 4 + Feathers v5 foundation for teams who want:
bunx nuxi@latest init my-nfz-app
cd my-nfz-app
bun install
bun add nuxt-feathers-zod
bun add -D @pinia/nuxt
bunx nuxt-feathers-zod init embedded --force
bunx nuxt-feathers-zod add service users
bun devfeathers.servicesDirs = ['services'].feathers.templates.dirs stays optional.The public module is now aligned around four simple checks:
bun run build
bun run typecheck
bun run test:e2e
bun run smoke:tarballSee also: