94
/ 100
A top-tier open source project. Docs, tests, and CI are all in excellent shape.
Build fast web applications with Rust.
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 2CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 3CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
- 4Contributing guide5pt
Show new contributors how to get a local dev environment running.
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
97
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
92
CI is configured (.github/workflows/ci.yml).
Test files detected (any_spawner/tests).
Rust linting configured (rustfmt.toml, cargo fmt in CI).
Lockfile present (Cargo.lock). Installs are reproducible.
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 22 / 47Commits (30d / 90d)
- 873Forks
- 90Releaseslatest 3y ago
Community
- 87% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 21,007Watchers
Responsiveness
- 10hMedian issue response
- 2hMedian PR merge time
- 122Open issues
Repository files47 root entries
- .config
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (github-actions, cargo). Dependencies stay current.Good: Issue or PR templates present.
- any_error
- any_spawnerGood: Test files detected (any_spawner/tests).
- benchmarks
- cargo-make
- const_str_slice_concat
- docs
- either_of
- examplesGood: Environment pinned via examples/hackernews_islands_axum/Dockerfile.Issue: Build artifacts or local files may be committed (examples/axum_js_ssr/node_modules/@highlightjs) (−40 pts).Fix: Remove them and add to .gitignore.
- hydration_context
- integrations
- leptos
- leptos_config
- leptos_dom
- leptos_hot_reload
- leptos_macro
- leptos_server
- logos
- meta
- next_tuple
- oco
- or_poisoned
- projects
- reactive_graph
- reactive_stores
- reactive_stores_macro
- router
- router_macro
- scripts
- server_fn
- server_fn_macro
- tachys
- .gitignoreGood: .gitignore present.
- AI_POLICY.md
- ARCHITECTURE.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- flake.lock
- flake.nix
- LICENSEGood: Licensed under MIT.
- Makefile.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.
- rustfmt.tomlGood: Rust linting configured (rustfmt.toml, cargo fmt in CI).
- SECURITY.mdGood: Security policy present.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/leptos-rs/leptos)