{"id":28149153,"url":"https://github.com/drxc00/gitsift","last_synced_at":"2026-05-03T05:39:56.709Z","repository":{"id":271116076,"uuid":"912443529","full_name":"drxc00/gitsift","owner":"drxc00","description":"Evaluate your repository seamlessly","archived":false,"fork":false,"pushed_at":"2025-02-04T15:24:10.000Z","size":231,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T01:16:31.495Z","etag":null,"topics":["evaluation","github"],"latest_commit_sha":null,"homepage":"https://gitsift.com","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/drxc00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-01-05T15:39:06.000Z","updated_at":"2025-02-04T15:24:13.000Z","dependencies_parsed_at":"2025-01-05T16:31:50.802Z","dependency_job_id":"5920dde1-72aa-42d1-a82d-0bb8e9f994f6","html_url":"https://github.com/drxc00/gitsift","commit_stats":null,"previous_names":["drxc00/gitsift"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drxc00/gitsift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fgitsift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fgitsift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fgitsift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fgitsift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drxc00","download_url":"https://codeload.github.com/drxc00/gitsift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fgitsift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32559716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["evaluation","github"],"created_at":"2025-05-15T01:16:11.411Z","updated_at":"2026-05-03T05:39:56.684Z","avatar_url":"https://github.com/drxc00.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/neilpatricv"],"categories":[],"sub_categories":[],"readme":"# GitSift - Lighthouse for Better Repositories\n\nGitSift is a GitHub repository evaluation tool that helps developers identify what's missing and improve their Git workflow effortlessly. Built with Next.js, it provides comprehensive insights into repository health, community engagement, and coding standards gathered from the GitHub GraphQL API.\n\n## Features\n\n- **Repository Setup Check**: Evaluate your repository's overall setup and standards compliance\n- **Community Metrics**: Track issues, PRs, contributors, and response times\n- **File Analysis**: Identify missing or critical files in your repository\n- **Insights \u0026 Recommendations**: Get actionable insights to improve your repository\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- npm (v9 or higher) or yarn or pnpm\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/drxc00/gitsift.git\ncd gitsift\n```\n2. Install dependencies:\n```bash\nnpm install --legacy-peer-deps\n```\n\n3. Set up environment variables:\nCreate a `.env.local` file with the following content:\n```env\nGITHUB_TOKEN=your_github_token # You can get one from https://github.com/settings/tokens, this prevents rate limiting\n```\n\n4. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to view the application.\n\n## Tech Stack\n\n- **Frontend**: Next.js 15, React 19, Tailwind CSS\n- **UI Components**: shadcn/ui, Radix UI\n- **Icons**: Lucide React\n- **Styling**: Tailwind CSS with custom animations\n\n## Contributing\n\nWe welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) before making a pull request.\n\n## Support\n\nIf you find this project useful, please consider supporting its development:\n\n[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://buymeacoffee.com/neilpatricv)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [Next.js](https://nextjs.org) for the amazing framework\n- [shadcn/ui](https://ui.shadcn.com) for the beautiful UI components\n- [Vercel](https://vercel.com) for deployment and hosting\n- [GitHub](https://github.com) for their API and inspiration\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrxc00%2Fgitsift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrxc00%2Fgitsift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrxc00%2Fgitsift/lists"}