LLMS Central - The Robots.txt for AI

hono.dev

Last updated: 4/18/2026valid

Independent Directory - Important Information

This llms.txt file was publicly accessible and retrieved from hono.dev. LLMS Central does not claim ownership of this content and hosts it for informational purposes only to help AI systems discover and respect website policies.

This listing is not an endorsement by hono.dev and they have not sponsored this page. We are an independent directory service with no affiliation to the listed domain.

Copyright & Terms: Users should respect the original terms of service of hono.dev. If you believe there is a copyright or terms of service violation, please contact us at support@llmscentral.com for prompt removal. Domain owners can also claim their listing.

Current llms.txt Content

# Hono

> Hono - means flameπŸ”₯ in Japanese - is a small, simple, and ultrafast web framework built on Web Standards. It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js.

## Docs

- [Full Docs](https://hono.dev/llms-full.txt) Full documentation of Hono. (without examples)
- [Tiny Docs](https://hono.dev/llms-small.txt): Tiny documentation of Hono. (includes only desciption of core)

## Examples

- [Examples](https://github.com/honojs/website/tree/main/examples): List of example files.

## Optional

- [Index](https://hono.dev/docs/index)
- [Aws Lambda](https://hono.dev/docs/getting-started/aws-lambda)
- [Cloudflare Workers](https://hono.dev/docs/getting-started/cloudflare-workers)
- [Lambda Edge](https://hono.dev/docs/getting-started/lambda-edge)
- [Basic](https://hono.dev/docs/getting-started/basic)
- [Cloudflare Pages](https://hono.dev/docs/getting-started/cloudflare-pages)
- [Fastly](https://hono.dev/docs/getting-started/fastly)
- [Webassembly Wasi](https://hono.dev/docs/getting-started/webassembly-wasi)
- [Netlify](https://hono.dev/docs/getting-started/netlify)
- [Nodejs](https://hono.dev/docs/getting-started/nodejs)
- [Supabase Functions](https://hono.dev/docs/getting-started/supabase-functions)
- [Service Worker](https://hono.dev/docs/getting-started/service-worker)
- [Deno](https://hono.dev/docs/getting-started/deno)
- [Azure Functions](https://hono.dev/docs/getting-started/azure-functions)
- [Bun](https://hono.dev/docs/getting-started/bun)
- [Ali Function-Compute](https://hono.dev/docs/getting-started/ali-function-compute)
- [Vercel](https://hono.dev/docs/getting-started/vercel)
- [Nextjs](https://hono.dev/docs/getting-started/nextjs)
- [Google Cloud-Run](https://hono.dev/docs/getting-started/google-cloud-run)
- [Middleware](https://hono.dev/docs/concepts/middleware)
- [Stacks](https://hono.dev/docs/concepts/stacks)
- [Routers](https://hono.dev/docs/concepts/routers)
- [Web Standard](https://hono.dev/docs/concepts/web-standard)
- [Benchmarks](https://hono.dev/docs/concepts/benchmarks)
- [Motivation](https://hono.dev/docs/concepts/motivation)
- [Developer Experience](https://hono.dev/docs/concepts/developer-experience)
- [Third Party](https://hono.dev/docs/middleware/third-party)
- [Logger](https://hono.dev/docs/middleware/builtin/logger)
- [Pretty Json](https://hono.dev/docs/middleware/builtin/pretty-json)
- [Cache](https://hono.dev/docs/middleware/builtin/cache)
- [Bearer Auth](https://hono.dev/docs/middleware/builtin/bearer-auth)
- [Compress](https://hono.dev/docs/middleware/builtin/compress)
- [Cors](https://hono.dev/docs/middleware/builtin/cors)
- [Timing](https://hono.dev/docs/middleware/builtin/timing)
- [Jwt](https://hono.dev/docs/middleware/builtin/jwt)
- [Basic Auth](https://hono.dev/docs/middleware/builtin/basic-auth)
- [Trailing Slash](https://hono.dev/docs/middleware/builtin/trailing-slash)
- [Combine](https://hono.dev/docs/middleware/builtin/combine)
- [Csrf](https://hono.dev/docs/middleware/builtin/csrf)
- [Context Storage](https://hono.dev/docs/middleware/builtin/context-storage)
- [Jwk](https://hono.dev/docs/middleware/builtin/jwk)
- [Secure Headers](https://hono.dev/docs/middleware/builtin/secure-headers)
- [Method Override](https://hono.dev/docs/middleware/builtin/method-override)
- [Language](https://hono.dev/docs/middleware/builtin/language)
- [Timeout](https://hono.dev/docs/middleware/builtin/timeout)
- [Body Limit](https://hono.dev/docs/middleware/builtin/body-limit)
- [Request Id](https://hono.dev/docs/middleware/builtin/request-id)
- [Ip Restriction](https://hono.dev/docs/middleware/builtin/ip-restriction)
- [Jsx Renderer](https://hono.dev/docs/middleware/builtin/jsx-renderer)
- [Etag](https://hono.dev/docs/middleware/builtin/etag)
- [Exception](https://hono.dev/docs/api/exception)
- [Routing](https://hono.dev/docs/api/routing)
- [Hono](https://hono.dev/docs/api/hono)
- [Index](https://hono.dev/docs/api/index)
- [Context](https://hono.dev/docs/api/context)
- [Request](https://hono.dev/docs/api/request)
- [Presets](https://hono.dev/docs/api/presets)
- [Rpc](https://hono.dev/docs/guides/rpc)
- [Examples](https://hono.dev/docs/guides/examples)
- [Middleware](https://hono.dev/docs/guides/middleware)
- [Helpers](https://hono.dev/docs/guides/helpers)
- [Faq](https://hono.dev/docs/guides/faq)
- [Create Hono](https://hono.dev/docs/guides/create-hono)
- [Others](https://hono.dev/docs/guides/others)
- [Jsx](https://hono.dev/docs/guides/jsx)
- [Testing](https://hono.dev/docs/guides/testing)
- [Validation](https://hono.dev/docs/guides/validation)
- [Best Practices](https://hono.dev/docs/guides/best-practices)
- [Jsx Dom](https://hono.dev/docs/guides/jsx-dom)
- [Html](https://hono.dev/docs/helpers/html)
- [Ssg](https://hono.dev/docs/helpers/ssg)
- [Cookie](https://hono.dev/docs/helpers/cookie)
- [Jwt](https://hono.dev/docs/helpers/jwt)
- [Css](https://hono.dev/docs/helpers/css)
- [Conninfo](https://hono.dev/docs/helpers/conninfo)
- [Factory](https://hono.dev/docs/helpers/factory)
- [Websocket](https://hono.dev/docs/helpers/websocket)
- [Adapter](https://hono.dev/docs/helpers/adapter)
- [Streaming](https://hono.dev/docs/helpers/streaming)
- [Testing](https://hono.dev/docs/helpers/testing)
- [Route](https://hono.dev/docs/helpers/route)
- [Proxy](https://hono.dev/docs/helpers/proxy)
- [Dev](https://hono.dev/docs/helpers/dev)
- [Accepts](https://hono.dev/docs/helpers/accepts)

Version History

Version 14/18/2026, 8:01:52 PMvalid
5476 bytes

Categories

documentationdocs

Visit Website

Explore the original website and see their AI training policy in action.

Visit hono.dev

Content Types

pagesapidocumentationguides

Recent Access

No recent access

API Access

Canonical URL:
https://llmscentral.com/hono.dev/llms.txt
API Endpoint:
/api/llms?domain=hono.dev