0
/ 100
Polished and well engineered. Punching above its star count.
The next-generation couch surfing platform. Free forever. Community‑led. Non‑profit. Modern. Chuck us a star :)
Documentation
90
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under MIT.
Engineering
93
Test files detected (app/backend/src/tests).
CI is configured (.github/workflows/auto-format.yml).
Linter or formatter configured (app/mobile/.prettierrc).
Lockfile present (.claude/tools/uv.lock). Installs are reproducible.
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (.claude/tools/pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 99Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 553Watchers
Responsiveness
- 6hMedian issue response
- 13hMedian PR merge time
- 316Open issues
Repository files13 root entries
- .claudeGood: Lockfile present (.claude/tools/uv.lock). Installs are reproducible.Good: Dependency manifest found (.claude/tools/pyproject.toml).Good: .gitignore present.
- .githubGood: CI is configured (.github/workflows/auto-format.yml).Good: Dependabot covers 4 ecosystems (uv, pip, npm, docker). Dependencies stay current.Good: Issue or PR templates present.
- .vscode
- appGood: Licensed under MIT.Good: Test files detected (app/backend/src/tests).Good: Linter or formatter configured (app/mobile/.prettierrc).Good: Environment pinned via app/.devcontainer/docker-compose.yml.Issue: Build artifacts or local files may be committed (app/mobile/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- docsGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- foundation
- .git-blame-ignore-revs
- .gitattributes
- .gitignore
- .gitlab-ci.yml
- CLAUDE.md
- license.md
- readme.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.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.