OpenAPI Generation
BurgerAPI automatically generates an OpenAPI 3.0 spec from your routes. Set title and version (and optionally description) in the Burger constructor. The spec is built from your route structure, Zod schemas, and any route-level openapi metadata you export.
See OpenAPI & Swagger, Swagger UI, and OpenAPI Metadata.