Back to browse
GitHub Repository

Estimate cloud costs for Pulumi.

74 starsGo

A TUI for checking and comparing cloud and AI pricing

by cover3·Apr 2, 2026·3 points·0 comments

AI Analysis

●●SolidNiche GemSolve My Problem

Bidirectional pricing search in a TUI beats wrestling with AWS Calculator tabs.

Strengths
  • Bidirectional queries let you search by budget or specs interchangeably without switching.
  • SQLite caching layer reduces API calls and speeds up repeated pricing lookups.
  • Rust-based Ratatui implementation ensures cross-platform compatibility and snappy terminal performance reliably everywhere.
Weaknesses
  • Requires external API key authentication instead of running fully offline with lists.
  • Competes with Infracost which already integrates cost estimation directly into Terraform workflows.
Target Audience

DevOps engineers, infrastructure developers, startup founders comparing cloud costs

Similar To

Infracost · AWS Pricing Calculator · CloudHealth

Post Description

I am tired of checking docs and tweaking official cost estimators just to compare prices. I can feel the disconnect between knowing the specs you want and figuring out what they actually cost, so I built this tool. You can use specs to find and compare prices, or you can use a target price to find matching specs. Happy to hear any feedback or comments!

Similar Projects