- Profile Overview - Avatar, bio, followers, following, and contribution stats
- Repository Stats - Total stars, forks, average repo size, and this year's commits
- Language Breakdown - Visual bar chart of programming languages used across all repos
- Top Repositories - Your most popular repos by stars with detailed stats
- Smart Insights - AI-generated insights about developer skills and activity
- Shareable URLs -
?user=usernameparameter for easy sharing with others - Real-time Data - Fetches directly from GitHub REST API with no auth required
- Responsive Design - Works seamlessly on desktop, tablet, and mobile devices
- Zero Dependencies - Pure vanilla JavaScript for minimal bundle size
DevMetrics analyzes profiles and generates insights like:
- 🌟 Popular developer status (100+ stars)
- 🔧 Polyglot developer (5+ languages)
- 🚀 Has popular repositories
- 🔥 Recent activity level
- 👥 Follower influence
- 💼 Open to opportunities
-
Clone the repo
git clone https://github.com/parsa-faraji/devmetrics.git
-
Open
index.htmlin a browser -
Enter any GitHub username and click Analyze!
DevMetrics uses the public GitHub API:
- No authentication required
- Rate limited to 60 requests/hour for unauthenticated users
- For higher limits, you can add a GitHub token
- Frontend: Vanilla JavaScript (ES6+)
- API: GitHub REST API
- Styling: CSS3 with CSS Variables
- Dependencies: None (zero dependencies!)
- Browser Support: All modern browsers (Chrome, Firefox, Safari, Edge)
Works on any static hosting platform:
| Platform | Link | Notes |
|---|---|---|
| GitHub Pages | Live Demo | Recommended - automatic with repo |
| Netlify | Deploy in seconds | Drag and drop the repo |
| Vercel | Instant deployment | Connect GitHub repo |
| Any Server | Upload files | Works anywhere HTML/JS is served |
No build step required! Simply open index.html in your browser:
git clone https://github.com/parsa-faraji/devmetrics.git
cd devmetrics
# Open index.html in your browserContributions are welcome! Feel free to open issues and pull requests.
Built by Parsa Faraji Alamouti - LinkedIn | Portfolio
MIT License - see LICENSE file for details