📄️ Zodios Context
Zodios context allows you to declare a context object that will be available in all your zodios handlers.
📄️ Zodios Application
A Zodios application is a simple adapter for Express. It's an express instance but with full typesafety and autocompletion.
📄️ Zodios Router
Zodios Router allows you to split your API endpoints into different files. You need attach an API definition for each router for them to be typesafe and give you autocompletion.
📄️ Next integration
Next integration is easy, with end-to-end typesafe developer experience, where you can combine the power of all the Zodios packages into one single codebase.