{"id":49955391,"url":"https://github.com/aaroncx/reporadar","last_synced_at":"2026-05-17T23:04:43.214Z","repository":{"id":342901858,"uuid":"1175491082","full_name":"AaronCx/reporadar","owner":"AaronCx","description":"Scan any GitHub profile — visual developer profile analyzer","archived":false,"fork":false,"pushed_at":"2026-03-16T15:18:50.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-17T02:55:26.277Z","etag":null,"topics":["analytics","developer-tools","github-api","nextjs","typescript"],"latest_commit_sha":null,"homepage":"https://reporadar-rho.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AaronCx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-07T19:31:57.000Z","updated_at":"2026-03-16T15:18:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AaronCx/reporadar","commit_stats":null,"previous_names":["aaroncx/reporadar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AaronCx/reporadar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronCx%2Freporadar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronCx%2Freporadar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronCx%2Freporadar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronCx%2Freporadar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AaronCx","download_url":"https://codeload.github.com/AaronCx/reporadar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronCx%2Freporadar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33158772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","developer-tools","github-api","nextjs","typescript"],"created_at":"2026-05-17T23:04:41.890Z","updated_at":"2026-05-17T23:04:43.206Z","avatar_url":"https://github.com/AaronCx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RepoRadar\n\nScan any public GitHub profile and get an instant visual developer profile with analytics, language breakdowns, and contribution patterns.\n\n**[Try it live](https://reporadar-rho.vercel.app)**\n\n## Features\n\n- **Profile Overview** — Avatar, bio, location, followers/following, account age\n- **Activity Stats** — Public repos, total stars, total forks, most-used language, most-starred repo\n- **Language Breakdown** — Interactive donut chart with stacked bar and top-5 legend\n- **Repository Highlights** — Top 6 repos sorted by stars, showing language, stars, forks, and last update\n- **Contribution Patterns** — Bar chart of which days of the week repos are created most\n- **Commit Activity Heatmap** — GitHub-style heatmap showing update activity over the past year\n- **Star History Chart** — Cumulative star count over time with interactive data points\n- **Comparison Mode** — Side-by-side comparison of two GitHub profiles\n- **Repository Activity Breakdown** — Language distribution bars and update freshness categories\n- **Date Range Filtering** — Filter analytics by repo creation or update date\n- **CSV/JSON Export** — Export filtered analytics data in CSV or JSON format\n- **API Response Caching** — In-memory cache with 5-minute TTL to reduce GitHub API rate limiting\n- **Error Boundary** — Friendly error pages with retry and navigation options\n- **Loading Skeletons** — Detailed skeleton UI matching every analytics section\n- **Mobile Responsive** — Optimized layout for phones and tablets\n\n## Tech Stack\n\n| Layer | Tech |\n|-------|------|\n| Framework | Next.js 14 (App Router) |\n| Language | TypeScript |\n| Runtime / Package Manager | Bun |\n| Styling | Tailwind CSS |\n| Fonts | JetBrains Mono, Outfit |\n| Testing | Vitest |\n| Data | GitHub Public API (no key required) |\n\n## Getting Started\n\n```bash\nbun install\nbun run dev\n```\n\nOpen http://localhost:3000, enter a GitHub username, and scan.\n\n## Testing\n\n```bash\nbun run test\n```\n\nRuns unit tests for utility functions and caching logic via Vitest.\n\n## Project Structure\n\n```\napp/\n├── page.tsx                    # Home — search bar\n├── layout.tsx                  # Root layout with metadata\n├── error.tsx                   # Global error boundary\n├── globals.css                 # Animations, grid background\n├── compare/\n│   └── page.tsx                # Comparison mode page\n└── user/[username]/\n    ├── page.tsx                # Dynamic profile page (server-rendered)\n    └── loading.tsx             # Loading skeleton\ncomponents/\n├── SearchBar.tsx               # Username search input\n├── ProfileHeader.tsx           # User info display\n├── ActivityStats.tsx           # 6-stat grid\n├── LanguageBreakdown.tsx       # Donut chart language visualization\n├── RepoHighlights.tsx          # Top repos container\n├── RepoCard.tsx                # Individual repo card\n├── ContributionPatterns.tsx    # Weekly creation chart\n├── CommitHeatmap.tsx           # Update activity heatmap\n├── StarHistory.tsx             # Cumulative star chart\n├── ContributorStats.tsx        # Language \u0026 freshness breakdown\n├── CompareForm.tsx             # Profile comparison form\n├── DateRangeFilter.tsx         # Date range filter controls\n├── ExportButton.tsx            # CSV/JSON export\n├── ErrorBoundary.tsx           # React error boundary component\n└── UserProfile.tsx             # Main profile composition\nlib/\n├── github.ts                   # GitHub API client and utilities\n└── cache.ts                    # In-memory response cache\n__tests__/\n├── github.test.ts              # Utility function tests\n└── cache.test.ts               # Cache logic tests\n```\n\n## Deploy\n\nNo environment variables needed. Deploy to Vercel:\n\n```bash\nbun run build\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaroncx%2Freporadar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaroncx%2Freporadar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaroncx%2Freporadar/lists"}