The AI migration platform that turns a company's existing infrastructure inventory — VMware, Hyper-V, Kubernetes, a CMDB, or an existing cloud fleet — into production-ready, provider-validated IaC (Terraform, Pulumi, CloudFormation, Bicep, CDK, or Kubernetes) for AWS, Azure, GCP, OCI, or DigitalOcean. It assesses the estate, recommends the cloud, enforces policy, and explains every decision.
Infra engineers hand-translate discovery reports into IaC, VM by VM. Expensive, error-prone, hard to audit.
No company is only VMware. It's Hyper-V + physical + legacy + a CMDB + an existing cloud footprint.
AWS/Azure/Google migration tools are single-cloud, emit no portable IaC, and will never recommend a rival cloud.
So teams either pay consultants for months, or accept whichever cloud the tool was built to sell.
.tf; a validation layer re-checks everything — and the plan always records honestly which engine actually ran.parse → normalize → agents(classify → rightsize → network) → validate → policy → render → package
VMware · Hyper-V · Kubernetes · Generic CMDB · Cloud fleet — auto-detected. The generic reader ingests any spreadsheet with no bespoke parser.
AWS · Azure · GCP · OCI · DigitalOcean — each a catalog + tier mapping + templates. Terraform on all five; Pulumi/CloudFormation/Bicep/CDK/Kubernetes where built. New clouds slot in without touching the pipeline — OCI and DigitalOcean proved it, including one with a genuinely different network model.
The AI is optional and behind an interface — it defaults to a deterministic rule engine, so it runs offline with zero keys and is fully reproducible. Toggle it on per-run from the CLI, the API, or the web UI; an AI-written executive summary follows automatically when it does.
A pre-migration readiness score (0–100) + risk / cost / data-quality findings — before a resource is provisioned.
Unbiased 3-cloud ranking on cost, fit & OS — with a decisiveness call and annualized spend.
Every instance choice carries a reason and a confidence score — auditable, not a black box.
A policy engine blocks rendering on org rules — no public IPs, budget caps, approved families, naming.
A client-ready executive report + architecture diagrams, generated with the project.
Brownfield import for existing fleets, GitOps CI/CD, infra diff, async jobs + audit trail.
Database tiers flagged as managed-DB candidates (RDS / Cloud SQL / Azure SQL); multi-instance tiers auto-fronted by a load balancer.
Migration waves ordered by tier dependency and environment risk, with rollback strategy, validation checks, and LB-aware downtime estimates per wave.
Claude-powered classification & sizing, toggled per-run from the CLI, API, or web UI — with an honest fallback record and an AI-written executive summary when it runs.
| Capability | IaCTranslate | AWS Migration Hub | Azure Migrate | Google Migrate |
|---|---|---|---|---|
| Multi-source (VMware / Hyper-V / Kubernetes / CMDB / cloud) | Yes ✓ | Agents | Agents | Agents |
| Portable IaC output (Terraform / Pulumi / CFN / Bicep / CDK / K8s) | Yes ✓ | No | No | No |
| Multi-cloud target | AWS·Azure·GCP | AWS only | Azure only | GCP only |
| Unbiased best-cloud recommendation | Yes ✓ | Never | Never | Never |
| Assessment · policy governance · reports | Built-in | Partial | Partial | Partial |
| Works from a spreadsheet — no agents | Yes ✓ | No | No | No |
A vendor's own tool will never emit portable IaC or send a customer to a competitor. That structural conflict is our moat.
tofu validate against the actual AWS, azurerm, and google providers — enforced continuously in CI.$3,864/mo
$4,320/mo
$4,919/mo
$5,051/mo
From our 7-VM sample estate — full monthly cost: compute, block storage, Windows licensing and load balancers, at on-demand list price with no committed-use discount assumed. The recommender scores every cloud on cost, sizing fit and OS affinity with published weights — an inspectable number, not a black box. DigitalOcean prices lower still and is excluded: it publishes no Windows image, so it cannot host part of this estate, and a cloud that can't run the workload isn't a cheaper option. On a real 5,000-VM estate that swing is life-changing money — and we surface it before a single resource is provisioned.
Post-acquisition licensing shocks are pushing huge VMware estates to re-platform — right now.
Teams want portability and leverage, not lock-in. Terraform is the lingua franca.
Migrations that don't end in version-controlled IaC are no longer acceptable to modern platform teams.
Almost everyone has started; almost nobody has finished. That gap — 86% moving, 4% done — is the market, and it is measured in estates that still need translating. Gartner puts 2026 public-cloud end-user spend at $850B, up 21% year over year: that is where these workloads are landing, not our addressable slice of it.
Beachhead: US mid-market consultancies
⚑ Pricing to be validated with design partners
/metricsThe runtime seams for scale — jobs, events, audit, a store behind one interface — already exist, and a SQLite-backed store + bearer auth are shipped stopgaps proven with a live kill-and-restart. v2.1/v2.3 swap them for Postgres · Redis · object storage · OIDC without an API rewrite.
See it live: the product, the code, and the full documentation are ready to demo today — read the docs · code on request.