{"id":31879423,"url":"https://github.com/jaynightmare/gitscore-copilot","last_synced_at":"2025-10-13T00:29:40.165Z","repository":{"id":298176280,"uuid":"999127236","full_name":"JayNightmare/GitScore-Copilot","owner":"JayNightmare","description":"A website which allows you to check the score of your GitHub Repo","archived":false,"fork":false,"pushed_at":"2025-09-29T19:14:18.000Z","size":595,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T04:48:01.152Z","etag":null,"topics":["github-pages","github-profile","github-ranking","gitscore","rating-system","scoring"],"latest_commit_sha":null,"homepage":"http://jaynightmare.github.io/GitScore-Copilot/","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/JayNightmare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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},"funding":{"github":["JayNightmare"]}},"created_at":"2025-06-09T19:27:17.000Z","updated_at":"2025-09-05T16:09:51.000Z","dependencies_parsed_at":"2025-06-09T20:40:56.826Z","dependency_job_id":null,"html_url":"https://github.com/JayNightmare/GitScore-Copilot","commit_stats":null,"previous_names":["jaynightmare/gitscore-copilot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JayNightmare/GitScore-Copilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FGitScore-Copilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FGitScore-Copilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FGitScore-Copilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FGitScore-Copilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayNightmare","download_url":"https://codeload.github.com/JayNightmare/GitScore-Copilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FGitScore-Copilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013645,"owners_count":26085298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github-pages","github-profile","github-ranking","gitscore","rating-system","scoring"],"created_at":"2025-10-13T00:29:37.437Z","updated_at":"2025-10-13T00:29:40.160Z","avatar_url":"https://github.com/JayNightmare.png","language":"JavaScript","readme":"# GitHub Repository Scorer\n\nA static site built with Next.js that analyzes and scores GitHub repositories based on quality metrics like documentation, licensing, activity, and best practices.\n\n## Features\n\n-   **Comprehensive Scoring**: Analyzes README quality, license compliance, stars, forks, recent commits, CI/CD workflows, and more\n-   **Static Site**: Exports to pure HTML/CSS/JS for GitHub Pages deployment\n-   **Caching**: MongoDB integration for performance optimization\n-   **Modern UI**: Beautiful, responsive design with Tailwind CSS\n-   **Real-time Updates**: Live score animation and detailed breakdowns\n\n## Scoring Metrics\n\n-   **Documentation** (20%): README quality, CONTRIBUTING guide, Code of Conduct, GitHub Releases\n-   **Maintenance \u0026 Activity** (20%): Recent commits, frequency, issue/PR management\n-   **Quality \u0026 Testing** (15%): CI pipeline, test coverage, linting, build status\n-   **Community \u0026 Collaboration** (15%): Contributors, discussions, response time\n-   **Popularity \u0026 Reach** (15%): Stars, forks, watchers, downloads\n-   **Security \u0026 Dependency Health** (15%): Vulnerability alerts, dependencies, signed commits\n\n## Quick Start\n\n1. **Clone and Install**\n\n    ```bash\n    git clone \u003cyour-repo-url\u003e\n    cd GitScore-Copilot\n    npm install\n    ```\n\n2. **Development**\n\n    ```bash\n    npm run dev\n    ```\n\n    Open [http://localhost:3000](http://localhost:3000) and enter your GitHub token in the UI.\n\n3. **Build and Deploy**\n    ```bash\n    npm run build\n    ```\n    The static files will be generated in the `out/` directory.\n\n## Usage\n\n1. **Get a GitHub Token**: Create a Personal Access Token at [GitHub Settings](https://github.com/settings/tokens) with `public_repo` scope\n2. **Enter Token**: Paste your token in the secure input field on the homepage\n3. **Analyze Repository**: Enter a repository URL or `owner/repo` format\n4. **View Results**: See the comprehensive score breakdown and metrics\n\n## Authentication\n\nNo server-side configuration needed! The app uses client-side authentication:\n\n-   GitHub Personal Access Token is entered directly in the UI\n-   Tokens are stored securely in browser memory only\n-   No server-side environment variables required\n\n## Deployment\n\n### GitHub Pages (Recommended)\n\n1. **Setup Repository**:\n\n    - Create a new repository named `GitScore-Copilot` on GitHub\n    - Push this code to the main branch\n\n2. **Configure GitHub Pages**:\n\n    - Go to repository Settings → Pages\n    - Source: \"GitHub Actions\"\n    - The included workflow will automatically build and deploy\n\n3. **Access Site**:\n    - Site will be available at `https://username.github.io/GitScore-Copilot`\n    - Updates deploy automatically on push to main branch\n\n### Manual Static Deployment\n\n1. **Build Static Files**:\n\n    ```bash\n    npm run build\n    ```\n\n2. **Deploy `out/` Directory**:\n    - Upload the contents of `out/` to any static hosting service\n    - Examples: Netlify, Vercel, GitHub Pages, AWS S3, etc.\n\n### Troubleshooting Deployment\n\n- **Missing Styles**: Ensure `.nojekyll` file exists in the output directory\n- **404 Errors**: Check that `basePath` in `next.config.js` matches your repository name\n- **Build Failures**: Verify all tests pass with `npm test`\n- **Asset Loading Issues**: Confirm GitHub Pages source is set to \"GitHub Actions\"\n- **Test Deployment**: Run `scripts\\test-deployment.bat` (Windows) to verify build output\n\n## Architecture\n\n-   **Frontend**: Next.js 14 with React and Tailwind CSS\n-   **API**: GitHub GraphQL API via @octokit/graphql (client-side)\n-   **Caching**: localStorage with 1-hour TTL for performance\n-   **Deployment**: Static export compatible with GitHub Pages\n-   **Authentication**: Client-side GitHub token input (no server required)\n\n## Development\n\n```bash\n# Run tests\nnpm test\n\n# Run tests in watch mode\nnpm run test:watch\n\n# Lint code\nnpm run lint\n\n# Build for production\nnpm run build\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Run tests and ensure they pass\n4. Submit a pull request\n\n## License\n\nMIT License - see LICENSE file for details\n","funding_links":["https://github.com/sponsors/JayNightmare"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaynightmare%2Fgitscore-copilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaynightmare%2Fgitscore-copilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaynightmare%2Fgitscore-copilot/lists"}