The project is named Forkling but doesn't have any fork-related analysis. Add a "Forks" tab under the repo detail view that shows:
Top forks sorted by stars and recent activity
Whether forks are ahead/behind the upstream repo
Active fork detector — highlights forks that have diverged significantly (potential successor projects or maintained alternatives)
This could use GitHub's GET /repos/{owner}/{repo}/forks?sort=stargazers endpoint (no extra token scopes needed).
This feature aligns perfectly with the project's name and identity.
The project is named Forkling but doesn't have any fork-related analysis. Add a "Forks" tab under the repo detail view that shows:
Top forks sorted by stars and recent activity
Whether forks are ahead/behind the upstream repo
Active fork detector — highlights forks that have diverged significantly (potential successor projects or maintained alternatives)
This could use GitHub's GET /repos/{owner}/{repo}/forks?sort=stargazers endpoint (no extra token scopes needed).
This feature aligns perfectly with the project's name and identity.