Skip to content

v0 Scope & Status

Routa has a v0 implementation baseline. Public docs should describe this baseline clearly and avoid presenting future design notes as shipped behavior.

  • Hono runtime adapter
  • Zod schemas
  • OpenAPI .yaml, .yml, and .json input
  • OpenAPI-to-source scaffolding
  • generated route metadata in .routa/routes.gen.ts
  • manifest and baseline files in .routa/
  • routa check, routa build, routa dev, and routa start
  • OpenAPI drift and removed-operation checks
  • typed route responses
  • minimal typed middleware context
  • Fastify, Express, or other runtime adapters
  • non-Zod schema adapters
  • SDK generation
  • plugin system
  • broad auth provider integrations
  • broad observability, caching, rate limiting, and operations features
  • generated hosted API reference UI