{"id":50236978,"url":"https://github.com/github/copilot-billing-preview","last_synced_at":"2026-05-26T20:01:19.752Z","repository":{"id":357812137,"uuid":"1191036474","full_name":"github/copilot-billing-preview","owner":"github","description":"An application for previewing and comparing your future GitHub Copilot bills as you transition to the new usage-based billing model.","archived":false,"fork":false,"pushed_at":"2026-05-21T07:49:51.000Z","size":329,"stargazers_count":11,"open_issues_count":4,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-21T14:45:26.947Z","etag":null,"topics":["github-copilot","usage-based-billing"],"latest_commit_sha":null,"homepage":"https://copilot-billing-preview.github.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/github.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":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-24T21:26:33.000Z","updated_at":"2026-05-21T07:47:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/github/copilot-billing-preview","commit_stats":null,"previous_names":["github/copilot-billing-preview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/github/copilot-billing-preview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcopilot-billing-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcopilot-billing-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcopilot-billing-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcopilot-billing-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/copilot-billing-preview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcopilot-billing-preview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["github-copilot","usage-based-billing"],"created_at":"2026-05-26T20:01:11.428Z","updated_at":"2026-05-26T20:01:19.655Z","avatar_url":"https://github.com/github.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Copilot Billing Preview\n\nA web application for previewing and comparing your future GitHub Copilot bills as you transition to the new usage-based billing model. Upload your CSV billing reports to explore requests, costs, AI Credits, and trends across users, organizations, models, and cost centers.\n\nProduction instance: \u003chttps://copilot-billing-preview.github.com/\u003e\n\nThis project is in active development. It is intended to help GitHub Copilot customers understand usage-based billing preview data during the transition period.\n\n## Features\n\n- Parse GitHub Copilot usage billing CSV reports in the browser\n- Compare request-based and usage-based billing signals\n- Explore usage and cost trends by user, organization, model, product, and cost center\n- Review AI Credit usage, included credits, and cost management views\n\n## Scope and limitations\n\n- This app is a preview and planning tool, not a source of record for billing.\n- CSV files are processed locally in your browser; do not upload real billing reports to public issues, pull requests, or discussions.\n- The app expects GitHub Copilot billing report CSVs that match the current format documented in [docs/report-format.md](docs/report-format.md).\n- Billing calculations may change as GitHub Copilot usage-based billing evolves.\n\n## Background\n\nGitHub Copilot Billing Preview helps customers inspect usage-based billing CSV exports before relying on them for planning or budget conversations. For detailed CSV format expectations, see [docs/report-format.md](docs/report-format.md).\n\nContributions are welcome. Before opening an issue or pull request, avoid sharing real customer data, billing reports, screenshots with sensitive information, or any other private information. For contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Requirements\n\n### Prerequisites\n\n- Node.js 20.19.0+\n- npm\n\n### Installation\n\n```bash\nnpm install\n```\n\n### Development\n\n```bash\nnpm run dev\n```\n\nOpen your browser to the URL shown (typically `http://localhost:5173`)\n\n### Build\n\n```bash\nnpm run build\n```\n\nThe production build will be created in the `dist/` directory.\n\n### Test\n\n```bash\nnpm run test\n```\n\n### Lint\n\n```bash\nnpm run lint\n```\n\n### Hosting your own copy\n\nYou can deploy a private instance of this app to GitHub Pages:\n\n1. **Fork the repository** - click **Fork** on the GitHub repository page to create a copy under your account or organization.\n\n2. **Enable GitHub Pages** - in your fork, go to **Settings \u003e Pages**, set the source to **GitHub Actions**, and save.\n\n3. **Deploy** - the [`.github/workflows/pages.yml`](.github/workflows/pages.yml) workflow runs automatically on every push to `main`. It lints, tests, builds the app, and deploys it to your Pages URL (`https://\u003cyour-username\u003e.github.io/\u003crepo-name\u003e/`). You can also trigger it manually from the **Actions** tab using the **Run workflow** button.\n\n## License\n\nThis project is licensed under the terms of the MIT open source license. Please refer to the [LICENSE](./LICENSE) file for the full terms.\n\n## Maintainers\n\nMaintainers are listed in [`.github/CODEOWNERS`](.github/CODEOWNERS).\n\n## Support\n\nUse GitHub issues to report bugs and request improvements once this repository is public. Do not attach billing CSV files or screenshots that contain sensitive billing information.\n\nSupport expectations are documented in [SUPPORT.md](SUPPORT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fcopilot-billing-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Fcopilot-billing-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fcopilot-billing-preview/lists"}