We introduce a completely new concept:
"Hono CLI"
You can try five sub-commands:
hono docs
hono search
hono request
hono serve
hono optimize
github.com/honojs/cli
Hono new version v4.10.0 is out!
There is a long-standing issue that the RPC can't infer the responses in the middleware. We thought resolving it was super hard. But in this version, it comes true!
Thank you @slawekkolodziej!
github.com/honojs/hono/relea…
The timetable for Hono Conference 2025 is now live! 📅
We’re excited to welcome you with 2 tracks, 22 amazing sessions, and a keynote! 🎤
Just 15 days left — see our website for details!
#honoconfhonoconf.dev/2025#timetable
In my latest video over on @syntaxfm - I show how I built a Hacker News front-page summarizer with @honojs running on @CloudflareDev Workers with AI summaries provided by CF Workers AI.
The app is fully SSR with JSX and cached in CF KV!
🍿 Watch: youtube.com/watch?v=Wuo7OOaS…
This is a super cool example of a Hono/Zod/Cloudflare stack.
* Workers uses Hono
* Get the image from R2
* Parse the width and height parameters with Zod
* Resize the image by Cloudflare Images