Skip to content

Commit

Permalink
docs: add tapiduck to API libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhbarve committed May 6, 2023
1 parent 502384e commit 1c7e834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ There are a growing number of tools that are built atop or support Zod natively!
- [`domain-functions`](https://github.com/SeasonedSoftware/domain-functions/): Decouple your business logic from your framework using composable functions. With first-class type inference from end to end powered by Zod schemas.
- [`@zodios/core`](https://github.com/ecyrbe/zodios): A typescript API client with runtime and compile time validation backed by axios and zod.
- [`express-zod-api`](https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares.
- [`tapiduck`](https://github.com/sumukhbarve/monoduck/blob/main/src/tapiduck/README.md): End-to-end typesafe JSON APIs with Zod and Express; a bit like tRPC, but simpler.

#### Form integrations

Expand Down

0 comments on commit 1c7e834

Please sign in to comment.