Popular and well-maintained. A little polish away from elite status.
A utility-first CSS framework for rapid UI development.
Documentation
59
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
CONTRIBUTING guide found.
README is present.
Licensed under MIT.
Engineering
96
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (crates/ignore/tests).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (crates/node/rustfmt.toml).
Issue or PR templates present.
Project health
89
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 29 / 104Commits (30d / 90d)
- 5,299Forks
- 305Releaseslatest 8y ago
Community
- 62% - FairCommunity health
- 2 bus factorauthors own >50% of commits
- 95,668Watchers
Responsiveness
- <1hMedian issue response
- 1hMedian PR merge time
- 66Open issues
Repository files20 root entries
- .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.
- cratesGood: Test files detected (crates/ignore/tests).Good: Linter or formatter configured (crates/node/rustfmt.toml).
- integrations
- packages
- patches
- playgrounds
- scripts
- .gitignoreGood: .gitignore present.
- .prettierignore
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- LICENSEGood: Licensed under MIT.
- package.json
- pnpm-lock.yaml
- 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.
- rust-toolchain.toml
- turbo.json
- vitest.config.ts