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.
Supported in v0
Section titled “Supported in v0”- Hono runtime adapter
- Zod schemas
- OpenAPI
.yaml,.yml, and.jsoninput - OpenAPI-to-source scaffolding
- generated route metadata in
.routa/routes.gen.ts - manifest and baseline files in
.routa/ routa check,routa build,routa dev, androuta start- OpenAPI drift and removed-operation checks
- typed route responses
- minimal typed middleware context
Deferred
Section titled “Deferred”- 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