Good shape overall. A few tweaks would push it into the top tier.

x402 Ecosystem Explorer

Documentation

88

Contributing guide5pt25

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.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

A license file is present.

Engineering

60

Tests18pt35

Test files detected (apps/scan/src/app/(app)/_components/resources/utils.test.ts).

CI/CD14pt57

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

Reproducibility6pt70

Lockfile present (pnpm-lock.yaml). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured (.prettierrc).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

Dependency manifest found (package.json).

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)
  • 249
    Forks
  • 23
    Releaseslatest 4mo ago

Community

  • Community health
  • authors own >50% of commits
  • 351
    Watchers

Responsiveness

  • 5d 15h
    Median issue response
  • <1h
    Median PR merge time
  • 32
    Open issues
Repository files19 root entries
  • .changeset
  • .github
    Good: CI is configured (.github/workflows/checks.yml).
    Good: Issue or PR templates present.
  • apps
    Good: Test files detected (apps/scan/src/app/(app)/_components/resources/utils.test.ts).
  • docs
  • evals
  • examples
  • packages
    Good: A license file is present.
  • sync
  • .gitignore
    Good: .gitignore present.
  • .prettierignore
  • .prettierrc
    Good: Linter or formatter configured (.prettierrc).
  • knip.config.ts
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
    Good: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
  • pnpm-workspace.yaml
  • preview.png
  • README.md
    Good: 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.
  • tsconfig.base.json
  • turbo.json