Analyze your fly.toml files and estimate monthly costs for compute, storage, bandwidth, and IP addresses
Get accurate cost estimates before deploying to Fly.io
Analyzes compute, storage, bandwidth, and IP address costs from your fly.toml configuration
Single binary with no dependencies. Scan multiple projects in seconds
Perfect for GitHub Actions, GitLab CI, and other automation pipelines
Output as human-readable tables or machine-parseable JSON
Based on official Fly.io pricing with regular updates
Customize assumptions for bandwidth usage, volumes, and IP addresses
Get flycost running in under a minute
See what flycost shows for different application types
Kind Monthly App Note File
----------- ------- ----------------- ------------------------ ---------------------
compute $ 1.94 user-service shared-cpu-1x 1024MB express-microservice.toml
volume $ 1.50 user-service 10 GB (assumed) express-microservice.toml
bandwidth $ 2.00 user-service lhr 100 GB express-microservice.toml
ip $ 2.00 user-service 1 IPv4 (assumed) express-microservice.toml
compute $ 82.12 ml-inference-api performance-1x 16384MB ml-worker.toml
volume $ 1.50 ml-inference-api 10 GB (assumed) ml-worker.toml
bandwidth $ 2.00 ml-inference-api iad 100 GB ml-worker.toml
ip $ 2.00 ml-inference-api 1 IPv4 (assumed) ml-worker.toml
compute $ 3.88 my-rails-api shared-cpu-2x 2048MB rails-api.toml
compute $ 1.94 my-rails-api shared-cpu-1x 1024MB rails-api.toml
volume $ 1.50 my-rails-api 10 GB (assumed) rails-api.toml
bandwidth $ 2.00 my-rails-api cdg 100 GB rails-api.toml
ip $ 2.00 my-rails-api 1 IPv4 (assumed) rails-api.toml
compute $ 1.94 my-react-app shared-cpu-1x 256MB react-spa.toml
bandwidth $ 2.00 my-react-app iad 100 GB react-spa.toml
ip $ 2.00 my-react-app 1 IPv4 (assumed) react-spa.toml
TOTAL: $112.32 / mo