A well-known project done right. Strong docs and solid engineering throughout.
The Zoo Design Studio app.
Documentation
85
README12pt
75
README is present.
Contributing guide5pt
84
Contributing guide is detailed and thorough.
Install and run instructions9pt
90
README documents how to install the project.
License6pt
100
Licensed under MIT.
Engineering
96
CI/CD14pt
85
CI is configured (.github/workflows/build-apps.yml).
Tests18pt
100
Test files detected (e2e/playwright/app-header-tests.spec.ts).
Linting and formatting5pt
100
Linter or formatter configured (biome.json).
Reproducibility6pt
100
Lockfile present (package-lock.json). Installs are reproducible.
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
92
Dependency manifest6pt
75
Dependency manifest found (package.json).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Housekeeping3pt
100
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 113Forks
- 302Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 1,244Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 1,087Open issues
Repository files60 root entries
- .githubGood: CI is configured (.github/workflows/build-apps.yml).Good: Environment pinned via .github/actions/github-release/Dockerfile.Good: Dependabot covers 14 ecosystems (github-actions, cargo, cargo, cargo, npm, npm, npm, npm, npm, npm, npm, npm, pip, docker). Dependencies stay current.Good: Issue or PR templates present.
- .helix
- .husky
- assets
- docs
- e2eGood: Test files detected (e2e/playwright/app-header-tests.spec.ts).
- openapi
- packages
- public
- rust
- scripts
- src
- types
- _typos.toml
- .env.development
- .env.production
- .envrc
- .gitattributes
- .gitignoreGood: .gitignore present.
- .npmrc
- .nvmrc
- .prettierignore
- .tool-versions
- babel.config.js
- biome.jsonGood: Linter or formatter configured (biome.json).
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- electron-builder.yml
- eslint.config.mjs
- flake.lock
- flake.nix
- forge.config.ts
- forge.env.d.ts
- GLOSSARY.md
- index.html
- Info.plist
- INSTALL.md
- interface.d.ts
- LICENSEGood: Licensed under MIT.
- Makefile
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- playwright.config.ts
- playwright.electron.config.ts
- playwrightProcess.mjs
- postcss.config.js
- PRINCIPLES.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.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- release-notes.md
- tailwind.config.js
- tsconfig.json
- tsconfig.node.json
- vercel.json
- vite-env.d.ts
- vite.base.config.ts
- vite.config.ts
- vite.main.config.ts
- vite.preload.config.ts
- vite.renderer.config.ts
- vitest.config.ts
- vitest.workspace.ts