Bun Hono Integration Hono is a fast, lightweight web framework optimized for Bun. Quick Start Basic Setup Routing Route Groups Request Handling Response Types Middleware Built-in Middleware Validation with Zod Context Variables Error Handling RPC Mode (Type-safe Client) Common Errors | Error | Cause | Fix | |-------|-------|-----| | | Wrong path | Check route registration | | | Double parsing | Read body once | | | Invalid input | Check schema definition | | | Wrong execution | Register middleware first | When to Load References Load when: - Complete middleware reference - Custom middleware p…