97
/ 100
Excellent work. The main thing left to polish is a contributing guide.
Fullstack app framework for web, desktop, and mobile.
Outstanding. A score of 97/100 puts this repo in a very small tier of truly well-engineered projects.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 2Reproducibility6pt
Add additional package-ecosystem entries (especially github-actions) to keep all dependencies current.
- 3Reproducibility6pt
Add `edition = "2021"` to [package] in Cargo.toml for the latest Rust language features.
- 4Contributing guide5pt
Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
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
93
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
99
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (examples/01-app-demos/geolocation-native-plugin/src/ios/plugin/Tests).
CI is configured (.github/workflows/main.yml).
Rust linting configured (packages/extension/.eslintrc.js, cargo clippy in CI, cargo fmt in CI).
Issue or PR templates present.
Project health
100
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
- 5 / 66Commits (30d / 90d)
- 1,719Forks
- 40Releaseslatest 2y ago
Community
- 50% - FairCommunity health
- 2 bus factorauthors own >50% of commits
- 36,681Watchers
Responsiveness
- 1hMedian issue response
- 15hMedian PR merge time
- 707Open issues
Repository files20 root entries
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: CI is configured (.github/workflows/main.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- .vscode
- .zed
- examplesGood: Licensed under Apache-2.0.Good: Test files detected (examples/01-app-demos/geolocation-native-plugin/src/ios/plugin/Tests).
- notesGood: 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: Security policy present.
- packagesGood: Rust linting configured (packages/extension/.eslintrc.js, cargo clippy in CI, cargo fmt in CI).
- _typos.toml
- .gitattributes
- .gitignoreGood: .gitignore present.
- AGENTS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- codecov.yml
- flake.lock
- flake.nix
- LICENSE-APACHE
- LICENSE-MIT
- lychee.toml
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/dioxuslabs/dioxus)