I created JevRouter for Hono! This routes HTTP requests by meaning, not by method and path
npm i hono-jev-router
Playground: hono-jev-router.yusuke.run
A Hono middleware with Jev on Workers AI. One yes/no question in, a probability out, block if it's high.
Same 15 lines, different question:
- Block spam
- Stop prompt injection before it reaches the LLM
- Hand angry customers to a human
If you think of sponsoring me for Hono, please consider sponsoring @usualoma
He is doing very, very hard work for Hono. Hono can't be here without him
github.com/sponsors/usualoma
If you think of sponsoring me for Hono, please consider sponsoring @usualoma
He is doing very, very hard work for Hono. Hono can't be here without him
github.com/sponsors/usualoma
Hono v4.13.0 is out now!
* Performance improvement up to 1.25x
* HTTP QUERY method support
* Method Not Allowed middleware, and more
Enjoy!
github.com/honojs/hono/relea…
@yusukebe congrats on all of the growth in Hono downloads! I was looking at npm package trends over the last 1 year, 6 months, etc and there is a lot of activity and new users of Hono - very cool!!!
Congrats on the TypeScript 7 release! 🎉
TS7 vs TS6 racing Hono RPC type inference - tsc is 3-4x faster!!
(Not 10x: that's parse + multi-core over many files - Hono's inference is one deep sequential type)
I’m a guest at Vue Fes Japan 2026 in October.
I, SaltyAom @saltyAom, and Pooya @_pi0_ will do a panel! Web framework battle? I don’t know, but it must be super fun 🤩
vuefes.jp/2026/en/speaker
I added an AI Usage Policy to the `hono` repo. The maintainers may
* Close PR and block users without notice
* Use the PR contents freely
These are the rights of the maintainers for AI era
github.com/honojs/hono/pull/…
I built a Hono REPL over HTTP. Send a handler, get a response. Runs in Cloudflare's Dynamic Workers
curl -XPOST -d "(c) => c.text('Hi')" eval.hono.dev/
Astro now supports "Experimental advanced routing"! This is cool. So that you can define `src/app.ts` with a real Hono app means
* Use Hono middleware
* Create API (or reuse existing APIs)
* Use hono/client and RPC
docs.astro.build/en/referenc…
hono/inertia is out!
Just write Hono app / it will be SPA / No need API layer
React/Vue/Svelte support
Powerful TypeScript types
github.com/honojs/middleware…
We have to apologize. The part of the benchmark results we listed in the Node.js Adapter v2 release notes was incorrect. It said the Hono Node.js adapter is fastest, but actually, the **h3/srvx is faster** than it!