0
/ 100
Strong early engineering with some momentum.
Open-source Flutter logistics platform — contributors welcome
Documentation
100
README is present.
README documents how to install the project.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
49
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.
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.
Test files detected (.github/scripts/pr-labeler.test.js).
CI is configured (.github/workflows/ci.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Project health
86
Dependency manifest found (package.json).
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)
- 57Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 10Watchers
Responsiveness
- 8d 21hMedian issue response
- 2hMedian PR merge time
- 161Open issues
Repository files22 root entries
- .githubGood: 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
- backendGood: Environment pinned via backend/api/Dockerfile.
- blockchain
- docs
- packages
- scripts
- supabase
- .env.example
- .gitignoreGood: .gitignore present.
- .metadata
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: 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
- LICENSEGood: Licensed under MIT.
- Makefile
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: 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.