Know cloud costs before coding or deployment.

Turn draw.io graphs or Pulumi stacks into deploy-ready cost forecasts.

Real-time anomaly + design IaC to prod drift detection in one platform.

CloudCent
Estimate (draw.io + Pulumi)
$18,420/mo
92 resources mapped
Input Pipeline
draw.io graphPulumi stackSKU pricing map

Know cloud costs before coding or deployment. Operate with confidence.

CloudCent parses draw.io graphs and Pulumi resources for estimation, monitors live usage, catches IaC-to-production drift, and models unit economics.

Pulumi / draw.io-native estimation

Read draw.io nodes/edges or Pulumi resources, map them to SKUs, and forecast spend before deployment.

Real-time anomaly detection

Usage metrics stream into our detection engine so cost anomalies are flagged immediately.

Design IaC to prod drift detection

Compare design intent and IaC definitions with production state to catch expensive drift early.

Customized unit economics

Define your own cost-per-user, cost-per-request, or cost-per-workload model for finance and product teams.

One tool. Every use case.

Cost estimation

From architecture graph to cost model.

Import draw.io diagrams or Pulumi stacks. We resolve resources, usage assumptions, and region pricing into a deployment-ready estimate.

# draw.io graph + pulumi stack preview
graph node "api-gw" -> aws.apigatewayv2.Api
graph node "worker-x6" -> aws.lambda.Function
const api = new aws.apigatewayv2.Api("api")
→ $38.10/month
const worker = new aws.lambda.Function("worker", { memorySize: 1024 })
→ $192.80/month
Stack estimate: $230.90/month