Good shape overall. A few tweaks would push it into the top tier.
The all-in-one osu! server backend for the general public. Simpler than the production Akatsuki stack, while maintaining core functionality.. plus a few unique features
Documentation
61
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Licensed under MIT.
Engineering
68
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
CI is configured (.github/workflows/lint.yaml).
Test files detected (tests).
Lockfile present (uv.lock). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.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)
- 159Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 279Watchers
Responsiveness
- 6hMedian issue response
- <1hMedian PR merge time
- 56Open issues
Repository files30 root entries
- .devcontainer
- .githubGood: Code of conduct present.Good: CI is configured (.github/workflows/lint.yaml).Good: Issue or PR templates present.Good: Security policy present.
- app
- ext
- migrations
- scripts
- testing
- testsGood: Test files detected (tests).
- tools
- .coveragerc
- .dockerignore
- .env.example
- .env.test
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- CODEOWNERS
- docker-compose.cloudflared.yml
- docker-compose.test.yml
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- LICENSEGood: Licensed under MIT.
- logging.yaml.example
- main.py
- Makefile
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README_CN.mdGood: README is present.Issue: README is fairly short (−10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.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.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.
- README_DE.MD
- README_IT.md
- README.md
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.