Overview
Hono is a TypeScript web framework centered on Web Standard APIs. A compact router and middleware model can run across Cloudflare Workers, Deno, Bun, Node.js, AWS Lambda, and other supported runtimes.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Define HTTP endpoints through a compact router API
Routes such as app.get() provide a small API while keeping request and response handling close to web-platform conventions.
Combine middleware with runtime adapters
Authentication, CORS, and other middleware can be paired with deployment adapters from edge runtimes to Node.js.
For API platforms spanning edge/serverless and Node.js
It fits applications that want Web Standard primitives while retaining a choice of deployment runtimes.
Sources: [2]
Runtime-specific APIs reduce portability
Using platform-specific KV, filesystem, Lambda event, or similar features creates adapter work when moving between runtimes.
Sources: [3]
Official sources
- [1]honojs/hono repository(2026-09-21)
- [2]Hono README(2026-09-21)
- [3]Hono documentation(2026-09-21)
- [4]hono package(2026-09-21)
- [5]Hono MIT license(2026-09-21)
Supplemental curator note
Hono is currently 4.13.8. Its core is designed around Web Standards such as Request and Response so application code can target Cloudflare Workers, Deno, Bun, Node.js, AWS Lambda, and other environments. Runtime-specific bindings still need to be isolated when portability matters.
Try it in 3 steps
- 1
Create a Hono project
Use the official Quick Start and select the target runtime or template.
npm create hono@latest - 2
Install project dependencies
Enter the generated project and install its dependencies.
cd <project-directory> && npm install - 3
Start the development server
Run the template-specific dev server and verify the Hono route response.
npm run dev
Growth
Growth trends · Last 30 days
32,289 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 33
- Open PRs
- 129
Development activity is still being collected.
Built with
Categories and tags
Categories
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- cloudflare
- web-framework
- cloudflare-workers
- npm
- router
- deno
- bun
- aws-lambda
- typescript
- Stars
- 32,289
- Forks
- 1,330
- Watchers
- 91
- Open issues
- 267
- Contributors
- 358
- Primary language
- TypeScript
- License
- MIT
- Repository last updated
- Sep 20, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- Vue 2212,485 Stars
2 shared tag(s) · 1 shared category(s) · Same language
The legacy Vue repository, EOL since the end of 2023 and directing users to Vue 3.
TypeScript - Angular101,020 Stars
2 shared tag(s) · 1 shared category(s) · Same language
A TypeScript-first web application platform integrating components, DI, routing, forms, SSR, and CLI tooling.
TypeScript - Astro62,723 Stars
2 shared tag(s) · 1 shared category(s) · Same language
A framework for content-driven websites with lightweight output and optional UI integrations.
TypeScript - Nuxt60,885 Stars
2 shared tag(s) · 1 shared category(s) · Same language
A Vue framework for websites and full-stack applications using SSR, SSG, and hybrid rendering.
TypeScript - Next.js142,388 Stars
2 shared tag(s) · 1 shared category(s)
Vercel's framework for building full-stack web applications by extending React.
JavaScript
Report incorrect information
Tell us if any listing information is incorrect or outdated.