skills/5dlabs/cto/hono-llm-docs

hono-llm-docs

SKILL.md

Hono LLM Documentation

Hono provides LLM-optimized documentation at multiple levels:

  • https://hono.dev/llms.txt - Standard docs
  • https://hono.dev/llms-full.txt - Full documentation
  • https://hono.dev/llms-small.txt - Tiny core-only docs

When to Use

Fetch this documentation when:

  • Building edge-first APIs with Hono
  • Deploying to Cloudflare Workers, Deno, Bun, or other runtimes
  • Working with middleware (auth, CORS, JWT, rate limiting)
  • Implementing RPC-style APIs with type safety
  • Using JSX for server-side rendering

Key Topics Covered

  • Core: Hono app, Context, Request, Response, Routing
  • Middleware: Basic Auth, Bearer Auth, CORS, CSRF, JWT, Logger
  • Helpers: Cookie, HTML, CSS, Streaming, WebSocket, SSG
  • Deployment: Cloudflare Workers/Pages, AWS Lambda, Vercel, Deno, Bun
  • Concepts: Web Standards, Routers, Middleware, Stacks

Quick Reference

// Fetch Hono docs (choose appropriate size)
const docs = await firecrawl.scrape({
  url: "https://hono.dev/llms-full.txt", // or llms.txt, llms-small.txt
  formats: ["markdown"]
});

Runtime Support

Runtime Status
Cloudflare Workers ✅ Primary
Bun ✅ Supported
Deno ✅ Supported
Node.js ✅ Supported
AWS Lambda ✅ Supported
Vercel ✅ Supported

Related Skills

  • bun-llm-docs - Bun runtime documentation
  • elysia-llm-docs - Alternative Bun web framework
Weekly Installs
4
Repository
5dlabs/cto
First Seen
Jan 24, 2026
Installed on
claude-code3
opencode2
codex2
antigravity2
gemini-cli2
windsurf1