Good shape overall. A few tweaks would push it into the top tier.
Begin your contribution journey here.
Documentation
55
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
Licensed under BSD-3-Clause.
Engineering
85
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.
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Test files detected (tests).
CI is configured (.github/workflows/build.yml).
Linter or formatter configured (.editorconfig).
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)
- 367Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 143Watchers
Responsiveness
- 1d 12hMedian issue response
- 3hMedian PR merge time
- 18Open issues
Repository files26 root entries
- .devcontainer
- .githubGood: CI is configured (.github/workflows/build.yml).
- .husky
- public
- src
- testsGood: Test files detected (tests).
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitpod.yml
- .nvmrcGood: Environment pinned via .nvmrc.
- .prettierignore
- astro.config.ts
- eslint.config.js
- LICENSE.mdGood: Licensed under BSD-3-Clause.
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- prettier.config.js
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.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.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- renovate.json
- sample.env
- tsconfig.json
- vitest.config.ts
- vitest.setup.ts
- wrangler.jsonc