Skip to Content
overviewWho Uses Hono

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

ProjectPlatformUse Case
cdnjs Cloudflare WorkersFree and open-source CDN service. Hono powers the API server.
Cloudflare D1 Cloudflare WorkersServerless SQL databases. Hono runs the internal API server.
Cloudflare Workers KV Cloudflare WorkersServerless key-value database. Internal API server built with Hono.

Developer Tools & Services

ProjectPlatformUse Case
BaseAI Local AI ServerServerless AI agent pipes with memory. An open-source agentic AI framework. API server with Hono.
Unkey Cloudflare WorkersOpen-source API authentication and authorization. Hono powers the API server.
OpenStatus BunOpen-source website & API monitoring platform. Hono runs the API server.
Clerk Cloudflare WorkersOpen-source User Management Platform. API server built with Hono.

Benchmarking & Testing

ProjectPlatformUse Case
Deno Benchmarks DenoSecure TypeScript runtime built on V8. Hono used for benchmarking.

Other Notable Users

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