| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
DevImpact is an open-source platform that compares software developers based on their real impact in the open-source ecosystem — not just raw numbers.
It evaluates developers using a smart scoring system that considers:
Traditional metrics (followers, stars, commit counts) are often misleading.
DevImpact focuses on:
Each developer is evaluated using three main scores:
Measures the quality and impact of repositories owned by the user.
Factors include:
Measures contributions to other developers' repositories.
✔ Only merged PRs are counted ✔ PRs to the user's own repositories are excluded
Factors include:
Measures community engagement.
Includes:
⚠️ Does NOT include commits or PRs (to avoid duplication)
The final score is a weighted combination:
Final Score = 0.45 × Repo Score + 0.45 × PR Score + 0.10 × Contribution Score
👉 The ContributionScore is capped to prevent abuse.
Run the entire platform (Web App UI + PostgreSQL + Redis) in 2 simple steps:
# 1. Copy environment template and set GITHUB_TOKEN
cp .env.example .env
# 2. Start full platform
docker compose -f ops/docker/docker-compose.yml up -d --buildThen open http://localhost:3000 in your browser!
Install dependencies:
pnpm installConfigure environment:
cp .env.example .envStart local database & Redis:
pnpm db:up && pnpm redis:upRun development server:
pnpm run devCalculate leaderboard scores manually:
pnpm leaderboard:calculateThe leaderboard score updates run via a dedicated background worker container using Docker & Supercronic.
For complete local setup, Docker Compose instructions, GHCR publishing, and VPS deployment documentation, see ops/README.md.
# Quick worker setup (pulls & runs published image)
cp .env.example .env
docker compose -f ops/docker/leaderboard-compose.yml pull
docker compose -f ops/docker/leaderboard-compose.yml up -dContributions are welcome!
DevImpact was created to answer a simple question:
“Who really has more impact in open-source?”
If you like this project:
| Back | FazBrowse Home | New Git URL |