Skip to main content

Zodios

End-to-end typesafe REST API toolbox

  • Shared API definitions based on Zod
  • Standalone typesafe API client based on Axios with parameters and response validation
  • Typesafe server based on Express with input validation

Client

  • autocompletion even in pure javascript
  • typed parameters and response
  • parameters and response validation
  • powerfull plugin system
  • react and solid hooks based on tanstack-query

API definition

  • shared api definition
  • schema declaration with zod
  • openapi generator and swagger ui

Server

  • autocompletion even in pure javascript
  • network inputs validation
  • 100% compatibility with express
  • easy integration with NextJS