{"id":34607499,"url":"https://github.com/exprays/greenlightci","last_synced_at":"2026-05-28T10:31:43.687Z","repository":{"id":317873982,"uuid":"1068602895","full_name":"exprays/greenlightci","owner":"exprays","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-03T14:49:19.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-03T16:31:29.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/exprays.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-10-02T16:20:02.000Z","updated_at":"2025-10-03T14:49:23.000Z","dependencies_parsed_at":"2025-10-03T16:32:08.794Z","dependency_job_id":null,"html_url":"https://github.com/exprays/greenlightci","commit_stats":null,"previous_names":["exprays/greenlightci"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/exprays/greenlightci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fgreenlightci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fgreenlightci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fgreenlightci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fgreenlightci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exprays","download_url":"https://codeload.github.com/exprays/greenlightci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exprays%2Fgreenlightci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33605377,"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":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2025-12-24T13:59:26.726Z","updated_at":"2026-05-28T10:31:43.679Z","avatar_url":"https://github.com/exprays.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 GreenLightCI\n\n**Baseline Tooling Hackathon Project** - CI/CD Compatibility Checker for Web Features\n\n[![Hackathon](https://img.shields.io/badge/Hackathon-Baseline%20Tooling-green)](https://devpost.com)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## 🎯 **Vision**\n\nGreenLightCI eliminates the guesswork around web feature compatibility by integrating [Baseline](https://web.dev/baseline/) data directly into your development workflow. No more jumping between MDN, caniuse.com, and blog posts - get instant, actionable compatibility insights right in your PRs.\n\n## ✨ **What We're Building**\n\n### 🤖 **GitHub Action** (Core MVP)\n\n- **Real-time PR Analysis**: Automatically scans PR diffs for web features\n- **Baseline Integration**: Checks compatibility via `web-features` npm package\n- **Smart Comments**: Adds detailed compatibility insights to PR discussions\n- **Configurable Blocking**: Optional merge blocking for risky features\n- **Custom Targets**: Support for specific browser/year requirements\n\n### 📊 **Dashboard** (Analytics \u0026 Tracking)\n\n- **Adoption Tracking**: Visualize Baseline feature adoption over time\n- **Repository Insights**: Compatibility scores and trend analysis\n- **Team Analytics**: Track your team's modernization progress\n- **Export Reports**: Generate compatibility reports for stakeholders\n\n### 🛠️ **CLI Tool** (Local Development)\n\n- **Pre-commit Checks**: Run the same analysis locally before pushing\n- **Watch Mode**: Continuous monitoring during development\n- **Rich Output**: Beautiful terminal UI with actionable insights\n- **IDE Integration**: Easy integration with existing workflows\n\n## 🚀 **Quick Start**\n\n### GitHub Action\n\n```yaml\nname: Baseline Compatibility Check\non: [pull_request]\n\njobs:\n  baseline-check:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: greenlightci/baseline-action@v1\n        with:\n          baseline-year: '2023'\n          block-newly-available: false\n```\n\n### CLI Tool\n\n```bash\nnpm install -g @greenlightci/cli\nnpx greenlightci scan ./src\nnpx greenlightci watch\n```\n\n## 🏗️ **Development Status**\n\nThis project is being developed as part of the **Baseline Tooling Hackathon** with a 4-day sprint approach:\n\n- **Day 1**: Core GitHub Action MVP ⏳\n- **Day 2**: Enhanced Action + CLI Tool\n- **Day 3**: Dashboard \u0026 Analytics\n- **Day 4**: Integration, Testing \u0026 Deployment\n\nSee [phases.md](./phases.md) for detailed development timeline.\n\n## 🛠️ **Tech Stack**\n\n| Component         | Technology              | Purpose                    |\n| ----------------- | ----------------------- | -------------------------- |\n| **GitHub Action** | Node.js + TypeScript    | PR analysis \u0026 commenting   |\n| **Dashboard**     | Next.js 14 + TypeScript | Analytics \u0026 visualization  |\n| **CLI Tool**      | Node.js + Commander.js  | Local development checks   |\n| **Database**      | SQLite/PostgreSQL       | Usage tracking \u0026 analytics |\n| **Deployment**    | Vercel + GitHub Actions | Automated CI/CD pipeline   |\n\n## 📁 **Project Structure**\n\n```\ngreenlightci/\n├── packages/\n│   ├── action/          # GitHub Action package\n│   ├── dashboard/       # Next.js dashboard\n│   ├── cli/            # CLI tool package\n│   └── shared/         # Shared utilities\n├── docs/               # Documentation\n├── examples/           # Demo repositories\n└── phases.md          # Development timeline\n```\n\n## 🤝 **Contributing**\n\nThis is a hackathon project with an aggressive timeline, but we welcome:\n\n- Bug reports and feature suggestions\n- Documentation improvements\n- Testing and feedback on early releases\n\n## 📝 **License**\n\nMIT License - see [LICENSE](./LICENSE) for details.\n\n## 🏆 **Hackathon Details**\n\n**Event**: [Baseline Tooling Hackathon](https://devpost.com)  \n**Submission Deadline**: 4 days from project start ( halted due to some issues )\n**Team**: [thethousandsunny]\n\n---\n\n_Built with ❤️ for the Baseline Tooling Hackathon - helping developers confidently adopt modern web features._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexprays%2Fgreenlightci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexprays%2Fgreenlightci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexprays%2Fgreenlightci/lists"}