
Hono is a small, simple, and ultrafast web framework built on Web Standards. It works on Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js. Fast, but not only fast.
Ultrafast & Lightweight
The router RegExpRouter is really fast and the hono/tiny preset is under 14kB.
Multi-runtime Support
Works seamlessly on Cloudflare, Fastly, Deno, Bun, AWS, or Node.js with the same code.
Batteries Included
Includes built-in middleware, custom middleware, third-party middleware, and helpers.
Delightful Developer Experience
Offers super clean APIs and first-class TypeScript support.
Hono is a modern web application framework that prioritizes speed and efficiency while adhering to Web Standards. It is designed to run on multiple JavaScript runtimes, allowing developers to write code that is portable across various platforms such as Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, and Node.js. With a focus on a delightful developer experience, Hono provides clean APIs and strong TypeScript support, making it an excellent choice for building web applications.
The framework is lightweight with the core preset being under 14kB. It utilizes Web Standard APIs for enhanced performance and compatibility.
Building fast and lightweight web applications
Creating serverless functions across multiple platforms
Developing applications with a strong emphasis on TypeScript support
Hono is a fast and lightweight web framework built on Web Standards.
Hono supports Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Node.js, and more.
Yes, Hono is released under the MIT License.