83
/ 100
Good community traction and solid fundamentals. Nearly in the top tier.
A full-featured and easy-to-use web framework with the Rust programming language.
Top fixes
Highest-impact changes first, ranked by point weight
- 1README12pt
Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
- 2README12pt
Show a quick-start snippet so contributors can see what using your project looks like.
- 3Install and run instructions9pt
Add a section showing how to install dependencies.
- 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
60
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.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Licensed under Apache-2.0.
Engineering
95
No Cargo.lock committed (correct for Rust library crates; the ecosystem convention is to omit it for libraries).
Test files detected (poem-mcpserver/tests).
CI is configured (.github/workflows/ci.yml).
Rust linting configured (cargo clippy in CI, cargo fmt in CI).
Issue or PR templates present.
Project health
95
Actively maintained (pushed within 3 months).
Dependency manifest found (Cargo.toml).
Repository has a description.
.gitignore present.
Repository files22 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot configured for cargo.Good: Issue or PR templates present.
- examples
- poem
- poem-derive
- poem-grpc
- poem-grpc-build
- poem-lambda
- poem-mcpserverGood: Test files detected (poem-mcpserver/tests).
- poem-mcpserver-macros
- poem-openapi
- poem-openapi-derive
- poem-worker
- .gitignoreGood: .gitignore present.
- .rustfmt.toml
- .tarpaulin.toml
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- favicon.ico
- LICENSE-APACHE
- LICENSE-MIT
- logo.png
- 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.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.Good: README documents how to run the project.
- 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/poem-web/poem)