Introduction
zhttp is a minimal, typesafe, OpenAPI (opens in a new tab) compatible HTTP library. It's build around express (opens in a new tab) and Zod (opens in a new tab).
It solves some of the major pains of building an API with express (handler typing, error handling, input/output validation, openapi...) while attempting to stay as flexible (read: as close to plain express) as possible.