Polished and well engineered. Punching above its star count.
Multimodal visualization and data platform
Documentation
73
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
100
Test files detected (cpp/foxglove/tests).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (.flake8).
Lockfile present (Cargo.lock). Installs are reproducible.
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)
- 100Forks
- 81Releaseslatest 1y ago
Community
- 62% - FairCommunity health
- 4 bus factorauthors own >50% of commits
- 263Watchers
Responsiveness
- 4hMedian issue response
- <1hMedian PR merge time
- 12Open issues
Repository files44 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (github-actions, cargo). Dependencies stay current.Good: Issue or PR templates present.
- .vscode
- c
- cppGood: Test files detected (cpp/foxglove/tests).
- playground
- python
- ros
- rust
- schemas
- scripts
- typescript
- .clang-format
- .dockerignore
- .flake8Good: Linter or formatter configured (.flake8).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .prettierignore
- .prettierrc.yml
- .yarnrc.yml
- AGENTS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- clippy.toml
- Container.mk
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).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.
- docker-compose.netem-egress.yml
- docker-compose.netem-livekit.yml
- docker-compose.netem-perlink.yml
- docker-compose.netem.yml
- docker-compose.yaml
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.ros
- eslint.config.mjs
- jest.config.json
- LICENSEGood: Licensed under MIT.
- Makefile
- package.json
- pyproject.toml
- 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.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.
- rustfmt.toml
- tsconfig.json
- uv.lock
- yarn.lock