Polished and well engineered. Punching above its star count.
A rules engine and game client — Rust + WASM + React
Outstanding. A score of 98/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
98
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
98
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (client/src/adapter/__tests__).
CI is configured (.github/workflows/ci.yml).
Rust linting configured (client/eslint.config.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
- —Commits (30d / 90d)
- 88Forks
- 55Releaseslatest 2mo ago
Community
- —Community health
- —authors own >50% of commits
- 141Watchers
Responsiveness
- 9d 3hMedian issue response
- <1hMedian PR merge time
- 415Open issues
Repository files40 root entries
- .agents
- .cargo
- .claude
- .codex
- .gemini
- .githooks
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- clientGood: Test files detected (client/src/adapter/__tests__).Good: Rust linting configured (client/eslint.config.js, cargo clippy in CI, cargo fmt in CI).
- crates
- data
- deploy
- docker
- docs
- fixtures
- lobby-worker
- scripts
- supabase
- triage
- .dockerignore
- .env.example
- .gitattributes
- .gitconfig
- .gitignoreGood: .gitignore present.
- AGENTS.md
- Caddyfile
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CLAUDE.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.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.Good: Contributing guide includes code examples.
- data-files.json
- DMCA.md
- DockerfileGood: Environment pinned via Dockerfile.
- GEMINI.md
- LICENSE-APACHE
- LICENSE-MIT
- NOTICE
- 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.
- rust-toolchain.toml
- SECURITY.mdGood: Security policy present.
- Tiltfile