Good community traction and solid fundamentals. Nearly in the top tier.

Declare your digital independence

Documentation

72

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt67

Contributing guide is detailed and thorough.

README12pt80

README is present.

License6pt100

Licensed under Other.

Engineering

80

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.

CI/CD14pt72

CI is configured (.github/workflows/check-token-coalesce.yml).

Tests18pt100

Test files detected (apps/freenet-ping/app/tests).

Linting and formatting5pt100

Rust linting configured (crates/core/src/server/.prettierrc.json, cargo clippy in CI, cargo fmt in CI).

Reproducibility6pt100

Lockfile present (Cargo.lock). Installs are reproducible.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

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)
  • 140
    Forks
  • 258
    Releaseslatest 11mo ago

Community

  • Community health
  • authors own >50% of commits
  • 2,739
    Watchers

Responsiveness

  • 51d 23h
    Median issue response
  • 1d 5h
    Median PR merge time
  • 159
    Open issues
Repository files31 root entries
  • .claude
  • .config
  • .githooks
  • .github
    Good: CI is configured (.github/workflows/check-token-coalesce.yml).
    Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.
    Good: .gitignore present.
  • apps
    Good: Test files detected (apps/freenet-ping/app/tests).
  • crates
    Good: Rust linting configured (crates/core/src/server/.prettierrc.json, cargo clippy in CI, cargo fmt in CI).
  • docker
    Good: Environment pinned via docker/freenet-gateway/Dockerfile.
  • docs
    Good: Security policy present.
  • schemas
  • scripts
  • tests
  • .dockerignore
  • .gitattributes
  • .gitignore
  • .pre-commit-config.yaml
  • AGENTS.md
  • arr
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CLAUDE.md
  • CONTRIBUTING.md
    Good: 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.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Good: Contributing guide explains how to run tests.
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • Cross.toml
  • deny.toml
  • flake.lock
  • flake.nix
  • LICENSE.md
    Good: Licensed under Other.
  • opencode.json
  • package.nix
  • README.md
    Good: 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.
    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.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • rust-toolchain.toml
  • trait