</>PackageGraphPackageGraph

hono

npmv4.13.7TypeScript

Web framework built on Web Standards

Safe to adopt

Yes — hono scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 5 days ago. 50 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 5 days ago. 50 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 1.3 MB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding hono to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

1.3 MB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=16.9.0
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the hono README.

import { Hono } from 'hono'
const app = new Hono()

app.get('/', (c) => c.text('Hono!'))

export default app

hono vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
honothis page04MIT5 days ago
express92.8M17MIT1 day ago
koa6.8M0MIT1 day ago
jose02MIT1 day ago
sql-escaper5M1MIT1 day ago
next40.6M0MIT1 day ago

Dependencies

Declared by hono v4.13.7. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (24)

@hono/eslint-config ^2.1.1@hono/node-server ^2.0.12@types/jsdom ^21.1.7@types/node ^24.3.0@types/ws ^8.18.1@typescript/native-preview 7.0.0-dev.20260210.1@vitest/coverage-v8 ^4.1.7bun-types ^1.2.20editorconfig-checker 6.2.0esbuild ^0.27.1eslint ^9.39.3jsdom 22.1.0msw ^2.6.0np 11.2.1oxc-parser ^0.96.0pkg-pr-new ^0.0.53prettier 3.7.4publint 0.3.15typescript ^6.0.3vite-plugin-fastly-js-compute ^0.4.2vitest ^4.1.9wrangler 4.107.0ws ^8.21.0zod ^3.23.8

Used by

Popular packages that depend on hono.

Relationship graph

Dependencies (left) and dependents (right) of hono.

Frequently installed together

Release history

50 releases in the last two years, typically about 5 days apart.

Recent versions of hono
VersionPublishedSizeLicense
4.13.7latest5 days ago1.3 MBMIT
4.13.65 days ago1.3 MBMIT
4.13.515 days ago1.3 MBMIT
4.13.416 days ago1.3 MBMIT
4.13.322 days ago1.3 MBMIT
4.13.227 days ago1.3 MBMIT
4.13.11 month ago1.3 MBMIT
4.13.01 month ago1.3 MBMIT
4.12.341 month ago1.3 MBMIT
4.12.331 month ago1.3 MBMIT
4.12.321 month ago1.3 MBMIT
4.12.311 month ago1.3 MBMIT
4.12.301 month ago1.3 MBMIT
4.12.292 months ago1.3 MBMIT
4.12.282 months ago1.3 MBMIT

Overview

hono is an npm package that web framework built on Web Standards. It has 4 known dependents in the graph. The latest version is 4.13.7, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need web framework built on Web Standards and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (24 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use hono?

Yes — hono scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 5 days ago. 50 releases in the last 2 years.

How do I install hono?

Run `npm install hono` to add hono to your npm project.

What license is hono released under?

hono is distributed under the MIT license.

How popular is hono?

npm does not publish download counts. Within PackageGraph's crawl, 4 known packages depend on hono.

Is hono still maintained?

The most recent release of hono (v4.13.7) was published 5 days ago.

Does hono run install scripts?

No. hono does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.