Track your GitHub followers, unfollowers and following relationships.
Githubster is a free, open-source tool that helps you understand your GitHub social graph. Instantly see who doesn't follow you back, discover followers you haven't followed yet, and get a clear overview of your connections — all without signing in or sharing any personal data.
- Not Following Back — people you follow who don't follow you back
- You Don't Follow Back — people who follow you but you don't follow back
- Following — everyone you follow
- Followers — everyone who follows you
- Search and filter within each tab
- Optional GitHub token for higher rate limits
- Dark theme with GitHub-inspired design
- Fully client-side — no data stored on any server
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 in your browser.
Without a token, the GitHub API allows 60 requests per hour. With a personal access token, you get 5,000 requests per hour.
To create a token:
- Go to GitHub Settings → Developer settings → Personal access tokens
- Generate a new token (classic) — no scopes needed for public data
- Paste it in the token field in the app
- Next.js 16 — React framework with Turbopack
- TypeScript 5.9 — type safety
- Tailwind CSS 4 — utility-first styling
- GitHub REST API — data source
MIT
