A comprehensive platform for analyzing GitHub repositories, discovering beginner-friendly issues, and understanding open source trends
GitIntel automatically scans repository issues for beginner-friendly labels and presents them in an easy-to-browse interface.
git clone https://github.com/kunal-511/gitintel
cd gitintel
pnpm install
Create a .env.local file with your GitHub token:
GITHUB_TOKEN=your_github_personal_access_token_here
NEXT_PUBLIC_APP_NAME=GitIntel
pnpm dev
Open http://localhost:3000 to view the app
This is a passion project, and I welcome any contributions! Feel free to open issues or submit pull requests on GitHub.