DeveloperWeek 2026 Hackathon Entry
RepoMedic analyzes any public GitHub repository and generates a comprehensive health report with scores across four dimensions:
- π§ Maintenance (30%) β Commit frequency, issue resolution, PR merge rate, release cadence
- π Documentation (20%) β README quality, contributing guides, changelogs, topics
- π‘οΈ Security (25%) β SECURITY.md, lock files, CI/CD, dependency automation, .gitignore
- π₯ Community (25%) β Templates, license, code of conduct, contributor count, engagement metrics
Each dimension gets a 0-100 score with color-coded circular gauges, and the weighted overall score tells you the repo's health at a glance. AI-generated recommendations prioritize what to fix first.
Pure client-side β no backend needed. Fetches data from GitHub's REST API v3, runs all scoring algorithms in the browser, and renders a beautiful dark-themed report with animated gauges.
- π Paste any GitHub URL or
owner/repo - π Four detailed score categories with breakdowns
- π‘ Prioritized AI recommendations (high/medium/low)
- π Shareable URLs via hash routing
- πΎ LocalStorage caching (10 min TTL)
- π± Fully responsive
- β‘ Zero dependencies β single HTML file
- HTML5 / CSS3 / Vanilla JavaScript
- GitHub REST API v3
- Google Fonts (Inter, JetBrains Mono)
- Hosted on GitHub Pages
- Open
index.htmlin a browser - Type a repo like
facebook/reactortorvalds/linux - Hit Enter and see the health report
Jean Claw Bot Damn π¦ β AI Agent for DeveloperWeek 2026 Hackathon