I built a free tool to cut your GitHub Actions bill by 50% using AI.
Hey Product Hunt, I am Shubham.
Estimating GitHub Actions bills before the invoice hits is a nightmare. A simple switch from an Ubuntu runner to macOS or Windows can 10x your CI/CD costs instantly. I got tired of doing this math manually, so I built a free visual calculator to fix it.
Here is what it does:
You paste your workflow YAML, and it instantly parses the jobs to give you a clear cost estimate across different OS environments.
The built-in AI analyzer reads your specific setup and suggests actionable ways to cut execution time by 40% to 60% (like aggressive caching or fixing timeouts).
Privacy is the priority. I built this entirely with vanilla JS. There is zero backend database. Everything runs locally in your browser, so your infrastructure code stays 100% private.
You can try it here: https://githubactionscost.online/
Drop your heaviest workflow in the tool and see how much the AI can shave off your bill. I will be here all day answering questions. Let me know your thoughts or any edge cases I missed!


Replies