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.
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)
- 205Forks
- 43Releaseslatest 6mo ago
Community
- —Community health
- —authors own >50% of commits
- 1,605Watchers
Responsiveness
- 4d 21hMedian issue response
- 17hMedian PR merge time
- 79Open 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