Good community traction and solid fundamentals. Nearly in the top tier.
Minimal Docs for Agents & Humans.
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 MIT.
Engineering
84
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 (playground/src/pages-stress/docs/actions/test).
CI is configured (.github/workflows/main.yml).
Linter or formatter configured (biome.json).
Project health
92
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
- 55 / 76Commits (30d / 90d)
- 110Forks
- 119Releaseslatest 2y ago
Community
- 50% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 1,500Watchers
Responsiveness
- 8hMedian issue response
- <1hMedian PR merge time
- 0Open issues
Repository files22 root entries
- .changeset
- .githubGood: CI is configured (.github/workflows/main.yml).
- .vscode
- create-vocs
- playgroundGood: Test files detected (playground/src/pages-stress/docs/actions/test).
- scripts
- site
- src
- twoslash-rust
- .gitattributes
- .gitignoreGood: .gitignore present.
- AGENTS.md
- biome.jsonGood: Linter or formatter configured (biome.json).
- CHANGELOG.md
- LICENSEGood: Licensed under MIT.
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.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.
- ROADMAP.md
- tsconfig.json
- vitest.config.ts