Good community traction and solid fundamentals. Nearly in the top tier.
My personal website
Documentation
83
README is present.
README documents how to install the project.
Licensed under Other.
Contributing guide is detailed and thorough.
Engineering
68
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/index-semantic-content.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (other/__tests__).
Linter or formatter configured (devDependency in package.json).
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)
- 655Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 2,486Watchers
Responsiveness
- 9hMedian issue response
- 3hMedian PR merge time
- 11Open issues
Repository files21 root entries
- .githubGood: CI is configured (.github/workflows/index-semantic-content.yml).
- .husky
- docs
- otherGood: Test files detected (other/__tests__).
- servicesGood: Environment pinned via services/site/Dockerfile.
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- .npmrc
- .oxlintrc.json
- .prettierignore
- AGENTS.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.
- fly.toml
- LICENSE.mdGood: Licensed under Other.
- lint-staged.config.cjs
- nx.json
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- tsconfig.base.json