diff --git a/packages/docs/components/ecosystem.tsx b/packages/docs/components/ecosystem.tsx index d5ac86a7d..6e4b50a5e 100644 --- a/packages/docs/components/ecosystem.tsx +++ b/packages/docs/components/ecosystem.tsx @@ -228,6 +228,12 @@ const poweredByZodProjects: ZodResource[] = [ url: "https://github.com/boneskull/bupkis", description: "Uncommonly extensible assertions for the beautiful people", slug: "boneskull/bupkis", + }, + { + name: "Fn Sphere", + url: "https://github.com/lawvs/fn-sphere", + description: "A Zod-first toolkit for building powerful, type-safe filter experiences across web apps.", + slug: "lawvs/fn-sphere", } ]; @@ -244,12 +250,18 @@ const zodUtilities: ZodResource[] = [ description: "Interactive playground for testing and exploring Zod and Zod mini schemas in real-time.", slug: "marilari88/zod-playground", }, - { + { name: "eslint-plugin-zod-x", url: "https://github.com/marcalexiei/eslint-plugin-zod-x", description: "ESLint plugin that adds custom linting rules to enforce best practices when using Zod", slug: "marcalexiei/eslint-plugin-zod-x", }, + { + name: "Zod Compare", + url: "https://github.com/lawvs/zod-compare", + description: "A utility library for recursively comparing Zod schemas.", + slug: "lawvs/zod-compare", + } ]; export {