{"id":37467565,"url":"https://github.com/shreyashpatel5506/githubanalyzer","last_synced_at":"2026-01-16T07:11:42.318Z","repository":{"id":330870596,"uuid":"1121480484","full_name":"shreyashpatel5506/githubanalyzer","owner":"shreyashpatel5506","description":"AI-powered GitHub profile \u0026 repository analyzer with tech stack insights and project health scoring.","archived":false,"fork":false,"pushed_at":"2026-01-11T19:18:56.000Z","size":649,"stargazers_count":11,"open_issues_count":5,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T23:28:21.655Z","etag":null,"topics":["analytics","gitprofile","nextjs","open-source","openai","openai-api","profile","react"],"latest_commit_sha":null,"homepage":"https://gitprofileai.vercel.app","language":"JavaScript","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/shreyashpatel5506.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["shreyashpatel5506"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":["https://github.com/shreyashpatel5506/gitprofileAi"]}},"created_at":"2025-12-23T04:15:10.000Z","updated_at":"2026-01-11T19:18:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shreyashpatel5506/githubanalyzer","commit_stats":null,"previous_names":["shreyashpatel5506/gitprofileai","shreyashpatel5506/githubanalyzer"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/shreyashpatel5506/githubanalyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyashpatel5506%2Fgithubanalyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyashpatel5506%2Fgithubanalyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyashpatel5506%2Fgithubanalyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyashpatel5506%2Fgithubanalyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shreyashpatel5506","download_url":"https://codeload.github.com/shreyashpatel5506/githubanalyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyashpatel5506%2Fgithubanalyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","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","gitprofile","nextjs","open-source","openai","openai-api","profile","react"],"created_at":"2026-01-16T07:11:42.235Z","updated_at":"2026-01-16T07:11:42.298Z","avatar_url":"https://github.com/shreyashpatel5506.png","language":"JavaScript","readme":"# githubanalyzer\n\nAutomated GitHub profile and repository analysis for developers, recruiters, and open-source contributors.\n\n---\n\n## Overview\n\ngithubanalyzer analyzes GitHub profiles and repositories to extract technology stacks, contribution patterns, and repository insights. Built for developers who need to quickly evaluate codebases and profiles without manual review.\n\n**Key capabilities:**\n- Repository-level technology stack detection\n- Profile contribution analysis and activity summaries\n- Commit pattern insights\n- Clean, API-driven architecture\n\n---\n\n## Who It's For\n\n- **Recruiters** evaluating candidate GitHub profiles during technical hiring\n- **Developers** assessing repositories before contributing or integrating\n- **Open-source contributors** exploring unfamiliar projects\n- **Engineering teams** conducting codebase reviews and technology audits\n\n---\n\n## Features\n\n- **Profile Analysis** — Comprehensive GitHub profile insights including contribution activity, repository distribution, and technology preferences\n- **Repository Analysis** — Deep dive into repository structure, dependencies, and commit patterns\n- **Tech Stack Detection** — Automated identification of languages, frameworks, and tools used across repositories\n- **API Architecture** — Scalable backend with RESTful endpoints for programmatic access\n- **Modern UI** — Responsive interface built with React and Tailwind CSS\n\n---\n\n## Tech Stack\n\n#### Frontend\n- React\n- Next.js (App Router)\n- Tailwind CSS\n\n#### Backend\n- Node.js\n- Next.js API Routes\n\n#### APIs\n- GitHub REST API\n\n#### Deployment\n- Vercel\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ and npm\n- GitHub Personal Access Token (optional, recommended for higher rate limits)\n\n### Installation\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/gitprofileAi.git\ncd gitprofileAi\n```\n\n2. Install dependencies\n\n```bash\nnpm install\n```\n\n3. Configure environment variables\n\nCreate a `.env.local` file in the root directory:\n\n```env\nGITHUB_TOKEN=your_github_token_here\n```\n\n\u003e **Note:** A GitHub token is optional but recommended to avoid API rate limits. Never commit your token to version control.\n\n4. Run the development server\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser.\n\n---\n\n## Contributing\n\nWe welcome contributions. Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/your-feature-name`)\n3. Make your changes\n4. Commit with clear messages (`git commit -m 'Add feature'`)\n5. Push to your fork (`git push origin feature/your-feature-name`)\n6. Open a Pull Request\n\nPlease read `CONTRIBUTING.md` for detailed guidelines before submitting a PR.\n\n---\n\n## Roadmap\n\n- [ ] Weekly contribution graph visualization\n- [ ] Contributor leaderboard and activity metrics\n- [ ] Multi-repository comparison tool\n- [ ] Public REST API for programmatic access\n- [ ] PDF export for analysis reports\n- [ ] Enhanced language and framework detection\n\n---\n\n## License\n\nMIT License. See `LICENSE` for details.\n\n---\n\n## Contact\n\n#### Shreyash Patel\n- GitHub: [@shreyashpatel5506](https://github.com/shreyashpatel5506)\n- Discord: [Community Server](https://discord.gg/YOUR_INVITE_CODE)\n","funding_links":["https://github.com/sponsors/shreyashpatel5506","https://github.com/shreyashpatel5506/gitprofileAi"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashpatel5506%2Fgithubanalyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyashpatel5506%2Fgithubanalyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashpatel5506%2Fgithubanalyzer/lists"}