Skip to main content
The repository includes a complete Hono example in examples/hono.

Create handlers

orpc.ts

Mount in Hono

app.ts

Add typed context

context.ts

Add Effect context propagation

If Hono middleware creates request-local Effect context before the oRPC handler runs, wrap next() with withFiberContext.
effect-context.ts

Runnable example

Run the repository example

Next steps

Last modified on June 15, 2026