Skip to content

Commit f8fef45

Browse files
authored
Ecosystem: Add Express Zod API (#4579)
* Initial listing for Express Zod API * Reflecting the v4 support * Better description
1 parent 508e306 commit f8fef45

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/docs/components/ecosystem.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ const apiLibraries: ZodResource[] = [
3030
description: "Typesafe APIs Made Simple",
3131
slug: "unnoq/orpc",
3232
},
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+
},
3340

3441
// https://github.com/honojs/middleware/tree/main/packages/zod-validator
3542
// {

0 commit comments

Comments
 (0)