Popular for its size, but the engineering basics lag behind the interest.

๐ŸŒป Self-host and showcase your DRM-free games collection

Documentation

71

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt75

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

49

Issue and PR templates6pt0

No issue or PR templates found (โˆ’100 pts).

โ†’ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Tests18pt30

Go module found but no *_test.go files detected.

โ†’ Add *_test.go files alongside your packages and run `go test ./...`.

CI/CD14pt57

CI is configured (.github/workflows/docker.yml).

Reproducibility6pt97

Lockfile present (go.sum). Installs are reproducible.

Linting and formatting5pt100

Formatting enforced (gofmt (built into Go toolchain)).

Project health

100

Dependency manifest6pt100

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • โ€”
    Commits (30d / 90d)
  • 2
    Forks
  • 30
    Releaseslatest 11mo ago

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 205
    Watchers

Responsiveness

  • 16h
    Median issue response
  • 3h
    Median PR merge time
  • 33
    Open issues
Repository files16 root entries
  • .github
    Good: 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: CI is configured (.github/workflows/docker.yml).
    Good: Dependabot configured for gomod.
  • cli
  • clo_delegates
  • github_images
  • perm
  • rest
  • .gitignore
    Good: .gitignore present.
  • cli-commands.txt
  • cli-help.txt
  • directories-example.txt
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • main.go
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    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.
    Issue: No status badges in the README (โˆ’10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Issue: No run or usage instructions found (โˆ’45 pts).Fix: Add a section showing how to start or use the project.