Skip to main content
effect-orpc supports oRPC router composition patterns.

Apply options to a router

router.ts

Prefix and tag a router

prefix-and-tag.ts

Lazy routers

Use .lazy(...) for lazy-loaded routers.
lazy.ts

Mix router leaves

Routers can contain standard oRPC procedures and Effect procedures.
mixed.ts

Next step

Mount a router in Hono guide when you are ready for HTTP integration.
Last modified on June 15, 2026