We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508e306 commit f8fef45Copy full SHA for f8fef45
1 file changed
packages/docs/components/ecosystem.tsx
@@ -30,6 +30,13 @@ const apiLibraries: ZodResource[] = [
30
description: "Typesafe APIs Made Simple",
31
slug: "unnoq/orpc",
32
},
33
+ {
34
+ name: "Express Zod API",
35
+ url: "https://github.com/RobinTail/express-zod-api",
36
+ description: "Build Express-based API with I/O validation and middlewares, OpenAPI docs and type-safe client.",
37
+ slug: "RobinTail/express-zod-api",
38
+ v4: true,
39
+ },
40
41
// https://github.com/honojs/middleware/tree/main/packages/zod-validator
42
// {
0 commit comments