Polished and well engineered. Punching above its star count.
The frontend framework and toolchain of Lynx
Documentation
92
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
98
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (.github/scripts/check-no-heading-changeset.test.cjs).
CI is configured (.github/workflows/test.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
89
Dependency manifest found (Cargo.toml).
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)
- 128Forks
- 928Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 713Watchers
Responsiveness
- 1d 16hMedian issue response
- <1hMedian PR merge time
- 205Open issues
Repository files45 root entries
- .cargo
- .changeset
- .githubGood: Test files detected (.github/scripts/check-no-heading-changeset.test.cjs).Good: CI is configured (.github/workflows/test.yml).Good: Issue or PR templates present.
- .husky
- .meta-updater
- .vscode
- benchmark
- docs
- examples
- packages
- patches
- website
- .coderabbit.yaml
- .dprint.jsonc
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .npmrc
- .nvmrcGood: Environment pinned via .nvmrc.
- .rustfmt.toml
- .typos.toml
- AGENTS.md
- api-extractor.json
- biome.jsonc
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CLA.md
- clippy.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- CODEOWNERS
- 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.
- eslint.config.js
- LICENSEGood: Licensed under Apache-2.0.
- NOTICE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- 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.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- rstest.config.ts
- rust-toolchain.toml
- SECURITY.mdGood: Security policy present.
- tsconfig.json
- turbo.json
- vitest.config.ts