75
/ 100
Good shape overall. A few tweaks would push it into the top tier.
A comprehensive, but not exhaustive, translation of ReactJS 17.x into Luau. This is a read-only mirror.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
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.
- 3README12pt
Add more sections (Overview, Install, Usage, Contributing) using ## headings.
- 4Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
84
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 documents how to install the project.
README is present.
Licensed under MIT.
Engineering
60
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 (docs/requirements.txt). Installs are reproducible.
Test files detected (WorkspaceStatic/jest/matchers/__tests__).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (docs/requirements.txt).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 2 / 2Commits (30d / 90d)
- 42Forks
- 1Releaseslatest 2y ago
Community
- 62% - FairCommunity health
- -authors own >50% of commits
- 526Watchers
Responsiveness
- 28d 11hMedian issue response
- -Median PR merge time
- 13Open issues
Repository files23 root entries
- .githubGood: Issue or PR templates present.
- assets
- bin
- docsGood: Lockfile present (docs/requirements.txt). Installs are reproducible.Good: Dependency manifest found (docs/requirements.txt).
- modules
- Packages
- WorkspaceStaticGood: Test files detected (WorkspaceStatic/jest/matchers/__tests__).
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .styluaignore
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- default.project.json
- foreman.toml
- js-to-lua.config.js
- LICENSEGood: Licensed under MIT.
- mkdocs.yml
- 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.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.
- rotriever.toml
- selene.toml
- stylua.toml
- tests.project.json
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/roblox/react-luau)