0

/ 100

GradeC

Strong early engineering with some momentum.

Open-source Flutter logistics platform — contributors welcome

Documentation

100

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under MIT.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

49

Linting and formatting5pt0

No linter or formatter found.

Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.

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.

Tests18pt35

Test files detected (.github/scripts/pr-labeler.test.js).

CI/CD14pt85

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

Reproducibility6pt100

Lockfile present (package-lock.json). Installs are reproducible.

Project health

86

Dependency manifest6pt55

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)
  • 57
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 10
    Watchers

Responsiveness

  • 8d 21h
    Median issue response
  • 2h
    Median PR merge time
  • 161
    Open issues
Repository files22 root entries
  • .github
    Good: Test files detected (.github/scripts/pr-labeler.test.js).
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 4 ecosystems (pub, pub, npm, github-actions). Dependencies stay current.
  • apps
  • automation
  • backend
    Good: Environment pinned via backend/api/Dockerfile.
  • blockchain
  • docs
  • packages
  • scripts
  • supabase
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .metadata
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Good: Contributing guide describes code style expectations.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • docker-compose.override.yml.example
  • docker-compose.yml
  • ISSUE_CANDIDATES_AUTOMATION.md
  • LICENSE
    Good: Licensed under MIT.
  • Makefile
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • 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.