1
0 Comments

Built a free GitHub Actions cost calculator in a weekend. Here's what I learned shipping a developer tool solo.

Hey IH,

Wanted to share a small weekend project and some honest lessons from shipping it.

The problem I was solving

GitHub changed their pricing in January 2026. Self-hosted runners now have a charge. Many developers including myself got surprised by bills they did not expect. The existing tools either required login or only showed historical data after you had already been charged.

I wanted something where you paste your YAML and instantly see what you will pay. Before the bill arrives.

What I built

githubactionscost.online — a free GitHub Actions cost calculator.

Paste OR upload your workflow YAML. It estimates cost per run, daily, monthly, and yearly. Shows a side-by-side comparison of Ubuntu vs Windows vs macOS runner costs. Then gives AI-powered optimization suggestions with copy-paste YAML code examples.

Single HTML file for the frontend. Vercel serverless function for the AI suggestions. OpenRouter for the model. Total infrastructure cost is basically zero.

What surprised me

The tool itself took one weekend. Everything after that took longer.

Setting up the domain, connecting DNS, configuring Vercel, getting AdSense ready, writing privacy policy and terms, setting up analytics, submitting to Search Console. All of that was another 2 to 3 days of work that I did not account for.

For solo developers shipping small tools — the non-code work is real. Build time is maybe 30 percent of total launch time.

Current status

Live as of this week. Just started promotion. Zero paid acquisition — purely organic through SEO and developer communities.

The timing feels right because GitHub's pricing change is fresh. "github actions price" is trending +850 percent in search right now. Trying to capture that while the window is open.

What I am looking for

Honest feedback from anyone who uses GitHub Actions seriously. Does the tool give you useful information? Is anything missing or confusing? What would make you actually share it with your team?

Also genuinely curious — has anyone here built small developer tools and found distribution channels that worked well beyond Reddit and Hacker News?

Link is www.githubactionscost.online . Free to use, no signup needed.

on March 16, 2026
Trending on Indie Hackers
5 days post-launch: Top 50 on Product Hunt, zero signups, and why I think that's actually fine User Avatar 140 comments 641 downloads, 2 sales, and I still don't know why User Avatar 114 comments I built an AI fitness coach, then realized AI was only solving half my funnel User Avatar 80 comments I built a macOS app to make mobile E2E testing less awful User Avatar 59 comments My AI agent quoted a client a price we killed months ago. So I built Engram. User Avatar 31 comments Show IH: I was my AI coding agent's memory — so I automated myself out of that job User Avatar 28 comments