94
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
SonicJS - The edge-native headless CMS for Cloudflare Workers. Sub-100ms response times, zero cold starts, TypeScript-first. Built on D1, R2, and Hono.
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a lint step to catch style issues automatically.
- 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.
- 4Dependency manifest6pt
Add a one-line description to package.json. It appears in npm search and on GitHub.
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
97
README documents how to install the project.
README is present.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
93
Lockfile present (package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/pr-tests.yml).
Test files detected (my-sonicjs-app/src/plugins/contact-form/test).
Linter or formatter configured (packages/core/eslint.config.js).
Issue or PR templates present.
Project health
89
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
- -Commits (30d / 90d)
- 206Forks
- 49Releaseslatest 7mo ago
Community
- 62% - FairCommunity health
- -authors own >50% of commits
- 1,609Watchers
Responsiveness
- 4d 21hMedian issue response
- 17hMedian PR merge time
- 88Open issues
Repository files29 root entries
- .claude
- .codegraphGood: .gitignore present.
- .githubGood: CI is configured (.github/workflows/pr-tests.yml).Good: Issue or PR templates present.
- .husky
- .vscode
- docs
- my-sonicjs-appGood: Test files detected (my-sonicjs-app/src/plugins/contact-form/test).
- packagesGood: Linter or formatter configured (packages/core/eslint.config.js).
- scripts
- tests
- wwwGood: Environment pinned via www/.node-version.
- .claude_project
- .gitignore
- AGENTS.md
- CLAUDE.md
- CODING_STANDARDS.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- GOVERNANCE.md
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- PLUGIN_FRAMEWORK_CONVERGENCE_PLAN.md
- PLUGIN_FRAMEWORK_DEV_PLAN.md
- PLUGIN_SYSTEM_OVERHAUL_PLAN.md
- project-plan.md
- PUBLISHING.md
- 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.Good: README documents how to install the project.Good: README documents how to run the project.
- tsconfig.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/sonicjs-org/sonicjs)