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

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

93

Tests18pt80

Test files detected (api/src/auth-logger.test.ts).

CI/CD14pt100

CI is configured (.github/workflows/build-images.yml).

Linting and formatting5pt100

Linter or formatter configured (eslint.config.js).

Reproducibility6pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

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)
  • 72
    Forks
  • 43
    Releaseslatest 5mo ago

Community

  • Community health
  • authors own >50% of commits
  • 1,482
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 153
    Open issues
Repository files41 root entries
  • .claude
  • .github
    Good: 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
  • api
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • .markdownlint-cli2.jsonc
  • .mcp.json
  • .octocov.yml
  • .prettierignore
  • ACKNOWLEDGEMENTS.md
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • 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.yml
  • eslint.config.js
    Good: Linter or formatter configured (eslint.config.js).
  • index.html
  • LICENSE
    Good: Licensed under MIT.
  • login.html
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • performance-budget.json
  • prettier.config.js
  • 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.
  • SECURITY.md
    Good: Security policy present.
  • svelte.config.js
  • tsconfig.json
  • vite.config.ts
  • vitest.config.ts