/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-app-hono-c45fe9edb3d1-app-hono-s0616-c0000.md
App - Hono - hono-docs
App Hono Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt app hono Summary Hono is the primary obj...
App - Hono
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#app-hono
Summary
Hono is the primary object. It will be imported first and used until the end. ts twoslash import { Hono } from 'hono' const app = new Hono() //... export default app // for Cloudflare Workers or Bun
Content
Hono is the primary object.
It will be imported first and used until the end.
import { Hono } from 'hono'
const app = new Hono()
//...
export default app // for Cloudflare Workers or Bun