A well-known project done right. Strong docs and solid engineering throughout.
rack layout designer
Outstanding. A score of 96/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
93
Test files detected (api/src/auth-logger.test.ts).
CI is configured (.github/workflows/build-images.yml).
Linter or formatter configured (eslint.config.js).
Lockfile present (package-lock.json). Installs are reproducible.
Issue or PR templates present.
Project health
100
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)
- 72Forks
- 43Releaseslatest 5mo ago
Community
- —Community health
- —authors own >50% of commits
- 1,482Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 153Open issues
Repository files41 root entries
- .claude
- .githubGood: CI is configured (.github/workflows/build-images.yml).Good: Dependabot covers 3 ecosystems (npm, bun, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .husky
- apiGood: Test files detected (api/src/auth-logger.test.ts).Good: Environment pinned via api/Dockerfile.
- assets
- assets-source
- deploy
- docs
- e2e
- scripts
- src
- static
- .coderabbit.yaml
- .dockerignore
- .env.example
- .gitignoreGood: .gitignore present.
- .markdownlint-cli2.jsonc
- .mcp.json
- .octocov.yml
- .prettierignore
- ACKNOWLEDGEMENTS.md
- AGENTS.md
- CHANGELOG.md
- CLAUDE.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.yml
- eslint.config.jsGood: Linter or formatter configured (eslint.config.js).
- index.html
- LICENSEGood: Licensed under MIT.
- login.html
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- performance-budget.json
- prettier.config.js
- 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.
- svelte.config.js
- tsconfig.json
- vite.config.ts
- vitest.config.ts