0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
SahiDawa is an open-source platform that helps citizens verify medicines, find trusted pharmacies, and report suspicious drugs — designed for low-bandwidth environments and multilingual access across India.
Outstanding. A score of 99/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
100
README is present.
README documents how to install the project.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
100
Test files detected (apps/api/jest.config.js).
CI is configured (.github/workflows/test.yml).
Linter or formatter configured (.editorconfig).
Lockfile present (package-lock.json). Installs are reproducible.
Issue or PR templates present.
Project health
95
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)
- 318Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 70Watchers
Responsiveness
- 1d 4hMedian issue response
- 2hMedian PR merge time
- 51Open issues
Repository files27 root entries
- .githubGood: CI is configured (.github/workflows/test.yml).Good: Dependabot covers 3 ecosystems (npm, pip, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .husky
- appsGood: Test files detected (apps/api/jest.config.js).Good: Environment pinned via apps/api/Dockerfile.
- data
- docs
- ml_model_dev_pipeline
- nginx
- scripts
- supabase
- .dockerignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- .prettierignore
- .prettierrc
- CHANGELOG.md
- 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.prod.yml
- docker-compose.yml
- LICENSEGood: Licensed under MIT.
- 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.
- SECURITY.mdGood: Security policy present.
- turbo.json