A well-known project done right. Strong docs and solid engineering throughout.
The pretty much "official" DSPy framework for Typescript
Documentation
85
Contributing guide5pt
72
CONTRIBUTING guide found.
README12pt
80
README is present.
Install and run instructions9pt
90
README documents how to install the project.
License6pt
100
Licensed under Apache-2.0.
Engineering
93
Reproducibility6pt
80
Lockfile present (package-lock.json). Installs are reproducible.
CI/CD14pt
85
CI is configured (.github/workflows/ci.yml).
Tests18pt
100
Test files detected (ir/spec).
Linting and formatting5pt
100
Linter or formatter configured (.editorconfig).
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
97
Dependency manifest6pt
92
Dependency manifest found (package.json).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Housekeeping3pt
100
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 165 / 271Commits (30d / 90d)
- 178Forks
- 425Releaseslatest 1y ago
Community
- 75% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 2,791Watchers
Responsiveness
- 1d 2hMedian issue response
- 6hMedian PR merge time
- 13Open issues
Repository files31 root entries
- .circleci
- .claude
- .cspell
- .githubGood: 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.Good: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- .vscode
- docsGood: Security policy present.
- irGood: Test files detected (ir/spec).
- media
- packages
- scripts
- src
- tools
- website
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .node-versionGood: Environment pinned via .node-version.
- .prettierrc
- .release-it.json
- AGENTS.md
- ax.pdf
- biome.jsonc
- CHANGELOG.md
- cspell.json
- index.ts
- lefthook.yml
- LICENSEGood: Licensed under Apache-2.0.
- 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.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
- typedoc.json