Fork Finder uses a multi-signal scoring algorithm to rank every public fork of a GitHub repository by its health and activity level. Here's exactly how it works.
Fork Finder fetches fork data via the GitHub public REST API. No authentication is required for public repositories. Fork data is cached to reduce API usage and improve response times.
When you search for a repository, Fork Finder retrieves all public forks. For repositories with thousands of forks, it fetches the most recently pushed forks first, ensuring the most active ones always appear in results.
Each fork receives a composite health score based on the following signals:
Fork results are cached to provide fast responses. Cache states:
Fork Finder cannot access private repositories. Score rankings are based on public signals only and do not guarantee code quality or security. A high score means active maintenance, not necessarily production readiness.