Measure and improve the developer experience of coding agents using Hono.
Hono adoption over time, and what was chosen instead. ← back
Create an HTTP server in TypeScript that runs on Node.js. It should respond to GET /health with the JSON {"ok":true}, to GET /users with a JSON list of users, and to GET /users/123 with the JSON {"id":"123"} for any user id in the path.
| Date | Model | Hono | Share | What agents chose | Code |
|---|---|---|---|---|---|
| 2026-09-05 | claude-opus-5 | 0% | Raw handler 5 | — | |
| 2026-09-05 | claude-haiku-4-5 | 0% | Express 8 · Raw handler 2 | — | |
| 2026-09-04 | claude-opus-5 | 0% | Failed 5 | — | |
| 2026-09-04 | claude-haiku-4-5 | 0% | Express 6 · Raw handler 4 | — |