93
/ 100
A top-tier open source project. Docs, tests, and CI are all in excellent shape.
Web framework built on Web Standards
Top fixes
Highest-impact changes first, ranked by point weight
- 1Install and run instructions9pt
Add a section showing how to install dependencies.
- 2Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 3Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
- 4Contributing guide5pt
Add setup instructions, code style notes, and how to run tests.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
82
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
Licensed under MIT.
Engineering
98
Lockfile present (bun.lock). Installs are reproducible.
Test files detected (build/remove-private-fields.test.ts).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 27 / 93Commits (30d / 90d)
- 1,138Forks
- 426Releaseslatest 4y ago
Community
- 75% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 31,127Watchers
Responsiveness
- 7hMedian issue response
- <1hMedian PR merge time
- 365Open issues
Repository files26 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- .vscode
- benchmarks
- buildGood: Test files detected (build/remove-private-fields.test.ts).
- docsIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.Good: Code of conduct present.
- perf-measures
- runtime-tests
- src
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .prettierrc
- .tool-versionsGood: Environment pinned via .tool-versions.
- bun.lockGood: Lockfile present (bun.lock). Installs are reproducible.
- bunfig.toml
- codecov.yml
- eslint.config.mjs
- jsr.json
- LICENSEGood: Licensed under MIT.
- package.cjs.json
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- tsconfig.base.json
- tsconfig.build.json
- tsconfig.json
- tsconfig.spec.json
- vitest.config.ts
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/honojs/hono)