FAQ

Frequently asked questions

How to find open source projects to contribute to, what the health score actually means, and how FoundDev compares to alternatives.

How do I find open source projects to contribute to as a beginner?

The fastest path: open Discover, filter for your primary language, then sort by health score. Anything above 70 means active maintainers, recent commits, and a real shot at a merged PR. Add the beginner-friendly label filter and you'll see projects with good first issue tags actively being triaged. Avoid the temptation to start at famous repos — your first PR experience is much better in a 2k-star project with a responsive maintainer than a 50k-star project where your PR sits in a queue for six months.

What makes a GitHub repo a good contribution target?

Four things, in priority order: (1) recent commit activity, ideally within the last two weeks; (2) maintainers who respond to issues within days, not months; (3) clear contribution docs or a CONTRIBUTING.md file; (4) a license you and your employer are comfortable with. FoundDev encodes the first three into a single 0–100 score so you don't have to eyeball each repo individually.

Why are stars a bad way to pick a repo to contribute to?

Stars are an accumulation metric. They go up over time and almost never come down. A project that was hot in 2020 still has those stars in 2026, even if the maintainer hasn't logged in for two years. Stars correlate weakly with current activity. Contribution success correlates strongly with current activity. So we rank by current activity.

How often is the FoundDev index updated?

Repo metadata and health scores are recomputed nightly against the live GitHub API. If a project goes quiet, you'll see its score drop within 24–48 hours. Trending and Leaderboard recompute on the same cadence.

Does FoundDev work for non-English projects or non-mainstream languages?

Yes. The index covers every language GitHub does — Rust, Elixir, Crystal, Zig, OCaml, Nim, you name it. The health score is language-agnostic; it's computed from commit cadence, issue close rate, and contributor breadth, none of which depend on language.

Can I add my own project to FoundDev?

If your repo is public on GitHub, it's indexable. Use the "Feature this project" option from any signed-in account to submit it for the curated featured list. Otherwise it'll get picked up automatically as the crawler expands.

Is FoundDev free?

The core discovery, search, scoring, and bookmark features are free forever. Paid tiers (coming soon) target maintainers who want analytics on their own project, and recruiters who want to search contributor profiles.

How is FoundDev different from GitHub Trending?

GitHub Trending ranks by 24-hour star velocity, which means it shows you whatever Hacker News linked yesterday. That's great for keeping up with the news cycle and terrible for finding a contribution target. FoundDev ranks by sustained contribution health, so projects that have been quietly excellent for years finally get visibility.

What if a project I love has a low health score?

A low score isn't a judgment — it's a signal that the project is currently quiet. Plenty of mature, finished libraries have low scores because they don't need active development. Score is a contribution-fit metric, not a quality metric.

Still have questions?

Contact us