Developer ToolsTempl
Type-safe HTML templating language for Go with compile-time safety
Hono is a tiny, ultrafast JavaScript web framework that runs on Cloudflare Workers, Deno, Bun, Node.js, AWS Lambda and more with a single codebase. At sub-15 KB and 30k+ GitHub stars, it's become the default pick for edge and serverless APIs.
Hono is a tiny, ultrafast web framework built on Web Standards that runs on virtually every JavaScript runtime in existence — Cloudflare Workers, Deno, Bun, Vercel, AWS Lambda, Netlify, and plain Node.js — from a single codebase. We rate it 88/100 — if you're building APIs for the edge or serverless, Hono is the easiest recommendation to make in 2026, though teams who want a batteries-included, Rails-style framework should look elsewhere.
Hono (which means "flame" in Japanese) is a minimalist web framework created by Yusuke Wada, a Cloudflare engineer who first shipped the project in . What started as a routing layer tailored for Cloudflare Workers has grown into the closest thing JavaScript has to a truly universal server framework — as of the v4.12.14 release, Hono sits at 30,000+ GitHub stars, 316 contributors, and a bundle size under 12 KB with zero external dependencies.
The fundamental differentiator is that Hono is built on the Web Fetch API Request and Response primitives rather than Node's legacy http module. That one decision is why the same Hono app can ship unchanged to Cloudflare Workers, Bun, Deno, or a standard Node.js server — and why its 15 KB bundle is a fraction of Fastify's 280 KB or Express's sprawling dependency graph.
hc<AppType>(). No code generation, no schema duplication — path params, query strings, request bodies, and responses all flow through.@hono/zod-openapi and @scalar/hono-api-reference, a single validator decoration produces typed handlers, an OpenAPI 3 spec, and an interactive docs UI — a workflow users on Reddit repeatedly call "the killer feature."
On the most-upvoted Hacker News thread about Hono, developers repeatedly praised the end-to-end type safety: "make it really easy to define your REST endpoints once and get full typesafe routes with request/response validation, an automatic OpenAPI spec, a beautiful OpenAPI browser." One top comment summarized reader sentiment as "I'm seriously considering using it for future projects instead of what has been my go-to stack."
Maintainer Yusuke Wada (@yusukebe) draws similar praise — users repeatedly note he's "a really nice guy who is always being helpful and very active." That responsiveness matters: Hono ships releases roughly every week.
The recurring criticisms are specific. Developers writing LLM streaming endpoints report that request cancellation is still rough — mid-stream disconnects don't always propagate cleanly to the handler. A secondary complaint is that Hono's import model has "two different ways of importing things" between the core and specialized modules like @hono/zod-openapi, which creates friction when bolting on the OpenAPI stack. And as a minimalist framework, Hono is explicitly "more like an HTTP router than a full framework like Rails or ASP.NET" — which is a feature for some and a deal-breaker for others.
Hono is 100% free and open source under the MIT license. There are no paid tiers, no hosted service, and no upsell — it's a library you npm install hono and ship. Yusuke Wada is employed by Cloudflare, which funds development indirectly through his salary, but Hono has no commercial affiliation and works identically well on competing runtimes.
| Plan | Price | What's Included |
|---|---|---|
| Open Source (MIT) | $0 | Full framework, all middlewares, all runtime adapters, unlimited production use |
Best for: Backend and full-stack developers shipping APIs to Cloudflare Workers, Bun, Deno, or Lambda. Teams that want a single codebase they can redeploy anywhere. Anyone building LLM APIs, edge middleware, webhook receivers, or type-safe REST backends for a React/Vue/Svelte client. Indie hackers allergic to Express's ancient middleware chains.
Not ideal for: Teams who want a Rails/NestJS-style opinionated framework with a CLI, generators, ORM integration, job queues, and admin UIs out of the box. If you need "one command and you have a full app," pick NestJS or AdonisJS instead. Also skip Hono if your deployment target is a legacy Node.js server where raw http performance matters more than portability — Fastify will still edge it out there.
Pros:
Cons:
@hono/* packages create rough edges for newcomersElysia — Bun-native, faster on Bun with up to 2.5M req/s in synthetic benchmarks, but loses portability outside Bun. Pick Elysia only if you're Bun-exclusive.
Fastify — The mature, production-hardened choice for long-lived Node.js servers. Slightly faster on Node, larger bundle, weaker edge story. Pick Fastify if you're staying on Node and want plugins for everything.
Express — Still the default, still slower than everything above, and still a valid choice if your team won't learn anything new. Most new projects in 2026 shouldn't start on Express.
Hono has earned its 88/100 rating the hard way — by being the rare JavaScript framework that actually delivers on "write once, deploy anywhere." If you're building an API that needs to live on Cloudflare Workers or Bun today and might need to move to AWS Lambda tomorrow, there is no better choice in the ecosystem. The type-safe RPC, built-in Zod/OpenAPI support, and responsive maintainer put it ahead of more established frameworks on developer experience. It loses points only for the streaming-cancellation issue and the philosophical choice to stay micro — both real trade-offs, not defects. For 90% of new serverless and edge API projects, start with Hono.
Request/Response), and offers end-to-end TypeScript types out of the box. Express works everywhere Node works; Hono works on 17+ runtimes. In 2026, most new projects should pick Hono.@hono/node-server adapter shipped, Hono runs natively on Node.js with performance now approaching Fastify, per Yusuke Wada's Node Congress 2025 benchmarks.xAI Ships Grok 4.3 Beta Quietly — $300/mo Heavy Tier, Native Video, Still No Memory (April 2026)
xAI pushed Grok 4.3 Beta into the grok.com model selector on April 17, 2026 with no press release — reserved for the $300/month SuperGrok Heavy tier. It adds native video understanding, PDF and PowerPoint generation, and a 2M-token context, but still lacks persistent memory.
Apr 20, 2026
Ulysses Raises $38M Series A Led by Andreessen Horowitz to Scale Autonomous Ocean Drones (April 2026)
Irish-founded maritime robotics startup Ulysses on April 16, 2026 announced a $38M Series A led by Andreessen Horowitz, with participation from Booz Allen Ventures and Harpoon Ventures, plus a previously undisclosed $8M seed. The three-year-old company says its $50,000 Mako AUV is already generating $5M+ in revenue from customers including the US Navy and the Great Barrier Reef Foundation.
Apr 20, 2026
Google Launches Gemini 3.1 Flash TTS With Audio Tags and 70+ Languages (April 2026)
Google on April 15, 2026 released Gemini 3.1 Flash TTS in preview — an expressive speech model with natural-language audio tags, 70+ languages and a 1,211 Elo on Artificial Analysis. Output costs $10/1M tokens.
Apr 20, 2026
Is this product worth it?
Built With
Compare with other tools