RepoPilot

honojs/hono · Architecture

A static read of how honojs/hono is wired together — module coupling, layering, and circular dependencies — derived from its import graph.

C
Architecture grade
score 67/100
8
Import cycles
lower is better
221
Modules parsed
507 edges
92%
Layeredness
clean-layer ratio

Most-depended-on modules

These are the highest-fan-in files — change them and the blast radius is largest. Read them first.

  • src/types.ts52 importers · radius 105
  • src/context.ts40 importers · radius 105
  • src/hono.ts18 importers · radius 41
  • src/jsx/base.ts17 importers · radius 26
  • src/router.ts15 importers · radius 119
  • src/jsx/constants.ts13 importers · radius 28
  • src/http-exception.ts12 importers · radius 107
  • src/utils/html.ts12 importers · radius 133

Modules (24)

Source directories grouped from the import graph. Each links to a per-module page with its files and how it couples to the rest.

Circular dependencies (8)

  • src/context.ts to src/request.ts to src/types.ts to src/context.ts
  • src/context.ts to src/request.ts to src/types.ts to src/hono-base.ts to src/compose.ts to src/context.ts
  • src/types.ts to src/hono-base.ts to src/compose.ts to src/types.ts
  • src/context.ts to src/request.ts to src/types.ts to src/hono-base.ts to src/context.ts
  • src/types.ts to src/hono-base.ts to src/types.ts
  • src/request.ts to src/utils/body.ts to src/request.ts

Informational only. RepoPilot summarises public signals at the time of analysis; they can be incomplete or stale. Not professional, security, or legal advice.