hono - Build web APIs and full-stack apps with Hono
Provides patterns and code examples for building Web Standards-based APIs and applications using Hono.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Set up Hono projects
- Define API routes
- Implement middleware
- Validate requests with Zod
- Group routes with sub-apps
- Create RPC clients
- Stream response data
Inputs
- Hono project codebase
- HTTP request data
- Route definitions
- Environment bindings
- Zod validation schemas
Outputs
- HTTP responses
- RPC type definitions
- Deployed API application
Requirements
- WinterCG-compatible runtime (Cloudflare Workers, Deno, Bun, Node.js, AWS Lambda)
- TypeScript or JavaScript environment
- Package manager (npm or bun)
