hono

Installation
SKILL.md

Hono

Hono is an ultrafast, lightweight web framework built on Web Standards that runs on Cloudflare Workers, Deno, Bun, AWS Lambda, Node.js, and other runtimes from a single codebase.

Documentation

Key Capabilities

Hono ships with extensive built-in middleware and helpers — no external packages needed for:

  • Auth: Basic Auth, Bearer Auth, JWT, JWK (hono/basic-auth, hono/bearer-auth, hono/jwt)
  • Security: CORS, CSRF, Secure Headers, IP Restriction (hono/cors, hono/csrf, hono/secure-headers)
  • Performance: Compress, Cache, ETag, Body Limit, Timeout (hono/compress, hono/cache, hono/etag)
  • Utilities: Logger, Request ID, Cookie helper, Streaming, WebSocket (hono/logger, hono/cookie, hono/streaming, hono/websocket)
  • Rendering: JSX renderer, HTML helper, SSG (hono/jsx, hono/html)

Best Practices

Related skills

More from mikkelkrogsholm/dev-skills

Installs
5
GitHub Stars
2
First Seen
Mar 2, 2026