Last Updated: 3/9/2026
Who Uses Hono?
Hono powers production applications for major companies and open-source projects. Here are some notable users:
Production Users
Content Delivery & Infrastructure
| Project | Platform | Use Case |
|---|---|---|
| cdnjs | Cloudflare Workers | Free and open-source CDN service. Hono powers the API server. |
| Cloudflare D1 | Cloudflare Workers | Serverless SQL databases. Hono runs the internal API server. |
| Cloudflare Workers KV | Cloudflare Workers | Serverless key-value database. Internal API server built with Hono. |
Developer Tools & Services
| Project | Platform | Use Case |
|---|---|---|
| BaseAI | Local AI Server | Serverless AI agent pipes with memory. An open-source agentic AI framework. API server with Hono. |
| Unkey | Cloudflare Workers | Open-source API authentication and authorization. Hono powers the API server. |
| OpenStatus | Bun | Open-source website & API monitoring platform. Hono runs the API server. |
| Clerk | Cloudflare Workers | Open-source User Management Platform. API server built with Hono. |
Benchmarking & Testing
| Project | Platform | Use Case |
|---|---|---|
| Deno Benchmarks | Deno | Secure TypeScript runtime built on V8. Hono used for benchmarking. |
Other Notable Users
- Drivly — Cloudflare Workers
- repeat.dev — Cloudflare Workers
Community Showcase
Want to see more examples? Check out the production users discussion on GitHub where the community shares their Hono-powered projects.
Why Companies Choose Hono
Performance at Scale
cdnjs and Cloudflare’s internal services chose Hono for its exceptional speed and small footprint, critical for edge computing at massive scale.
Multi-runtime Flexibility
Projects like OpenStatus (Bun) and Deno Benchmarks demonstrate Hono’s ability to run on different runtimes with the same codebase.
Type Safety & Developer Experience
Developer tools like Unkey and Clerk benefit from Hono’s first-class TypeScript support and clean APIs, enabling faster development with fewer bugs.
Edge-First Architecture
Companies deploying on Cloudflare Workers leverage Hono’s native edge support, zero cold starts, and global distribution.
Join the Community
Using Hono in production? Share your story in the GitHub discussions and help others discover what’s possible with Hono.
What’s Next
- Start building with the Quick Start guide
- Learn about Hono’s performance advantages
- Explore deployment options for your platform