← knowledge.oriz.in

API umbrella — one Hono Worker at api.oriz.in

architecture architectureapihonoworkerumbrella

API umbrella — one Hono Worker

Shape

api.oriz.in is a single Cloudflare Worker running Hono, checked in at apps/api/ (inline in the master repo, not a submodule). Every API route in the family lives there as apps/api/src/routes/<service>/. wrangler.jsonc declares custom_domain: api.oriz.in. The Worker exports type AppType = typeof app from src/index.ts.

Routes layout

Edge-compatible libs (Worker-only)

Cross-refs