Strong setup for a brand-new repo. Docs and CI already in good shape.
A lightweight, framework-agnostic SPA router built on the browser Navigation API
Documentation
96
README documents how to install the project.
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
Licensed under MIT.
Engineering
60
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.
Test files detected (packages/core/e2e/tests).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (packages/core/.prettierrc).
Lockfile present (package-lock.json). Installs are reproducible.
Project health
89
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
- 7 / 7Commits (30d / 90d)
- 0Forks
- 2Releaseslatest 5d ago
Community
- 71% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 1Watchers
Responsiveness
- —Median issue response
- <1hMedian PR merge time
- 2Open issues
Repository files13 root entries
- .changeset
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.
- docs
- packagesGood: Test files detected (packages/core/e2e/tests).Good: Linter or formatter configured (packages/core/.prettierrc).
- public
- .gitignoreGood: .gitignore present.
- .nvmrcGood: Environment pinned via .nvmrc.
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.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.
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- 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.