0
/ 100
Popular for its size, but the engineering basics lag behind the interest.
Documentation
94
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
32
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Linter or formatter configured (.prettierrc).
Issue or PR templates present.
Project health
76
No repository description set on GitHub (−60 pts).
→ Add a one-line description in the repo Settings → About. It appears in search results and social previews.
Dependency manifest found (package.json).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 227Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 461Watchers
Responsiveness
- -Median issue response
- 2hMedian PR merge time
- 8Open issues
Repository files21 root entries
- .devcontainer
- .githubGood: Issue or PR templates present.
- .husky
- .vscode
- srcGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- static
- .gitignoreGood: .gitignore present.
- .node-versionGood: Environment pinned via .node-version.
- .npmrc
- .prettierignore
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- crowdin.yml
- eslint.config.js
- LICENSEGood: Licensed under MIT.
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- 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.
- svelte.config.js
- tsconfig.json
- vite.config.ts