Top SitesHono - Web framework built on Web Standards

Machine Readiness

Stored receipt and evidence

Overall

14

Readable

45

Callable

0

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

None

Verified payment surface

No

Crypto only

No

Readable docs

llms

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

No stored action samples.

Samples

Product samples

No stored product samples.

Document

robots.txt

Not stored for this site.

Document

llms.txt

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

Document

llms-full.txt

Not stored for this site.