Getting some notice. Tests and CI would be the fastest wins.
Compare startup time-to-interactive for top sandbox providers.
Documentation
83
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide is detailed and thorough.
README is present.
Licensed under MIT.
Engineering
26
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No linter or formatter found.
→ Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/pricing-svg.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Project health
86
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)
- 24Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 82Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 18Open issues
Repository files30 root entries
- .claude
- .githubGood: CI is configured (.github/workflows/pricing-svg.yml).
- dist
- results
- scripts
- sponsors
- srcGood: Environment pinned via src/scale/Dockerfile.
- .dockerignore
- .gitignoreGood: .gitignore present.
- browser.svg
- burst_tti.svg
- 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.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.
- env.example
- LICENSEGood: Licensed under MIT.
- METHODOLOGY.md
- one-hundred-k-mvp-plan.md
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- pricing.json
- pricing.svg
- 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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- results.svg
- sequential_tti.svg
- SPONSORSHIP.md
- staggered_tti.svg
- storage_10mb.svg
- storage_16mb.svg
- storage_1mb.svg
- storage_4mb.svg
- tsconfig.json