MageLift

Magento in your cloud, not a rented PaaS.

MageLift is an open-source CLI and ACC/Upsun-shaped config for Magento Open Source and Adobe Commerce. You keep the AWS or GCP account and the invoice. Certified on ECS Fargate and GKE Autopilot.

preview · eu-north-1
$ magelift config validate --env preview
ok magelift.yaml · compatibility checks passed

$ magelift preview --env preview
plan ecs-fargate · digest promote · no mutate

$ magelift deploy --env preview --yes
deployed https://preview.example.shop

$ magelift destroy --env preview --yes
destroyed · spend stopped

Built for Magento teams who own the account

Agencies running several shops, and SME owners without a dedicated DevOps hire, who want Magento-shaped YAML instead of a blank infrastructure repo.

Familiar config

magelift.yaml follows ACC/Upsun habits so Magento people can read the file without learning a new product dialect first.

Your invoice

Compute, data, and edge stay in your cloud. MageLift is the CLI and adapters, not a host that resells capacity.

Destroyable previews

Spin a preview, share a URL, tear it down. Production and protected destroys stay explicit with --yes.

Honest matrix

Only certified cells are production-supported. Experimental targets stay labeled. No fake green.

From install to preview

  1. Install with go install until the first release tag, then prefer a release archive (checksums + SBOM). Run magelift version.
  2. Copy examples/sample-shop/magelift.yaml, fill account and secret refs, then magelift config validate.
  3. Bootstrap once, then preview / deploy on a certified target. Destroy when the spike is done.

Full path:Getting started·Leave PaaS in a weekend

Certified targets

Multi-cloud means the two certified first-party targets below. Everything else in the matrix is experimental until it earns a certified cell.

TargetStatus
AWS ECS FargateCertified
GCP GKE AutopilotCertified
AWS EKS / OVH MKS / Scaleway KapsuleExperimental

Details:Capability matrix·Compare to ACC / Upsun

Trust signals that survive a staff review

Apache-2.0

Source, NOTICE, and license check in CI. No mystery SaaS clause.

Release hygiene

First release ships archives with checksums and SBOM. Images on GHCR use the Cosign path once the image workflow publishes digests.

Digest promote

Build once, promote by digest. Mutable tags are not the happy path.

Independent

MageLift is independent of Adobe Inc. Magento and Adobe Commerce are Adobe trademarks, used only to describe compatibility.

Start with the docs, not a sales call

Install the CLI, validate the sample shop, then decide if a certified preview belongs in your account. Questions:SUPPORT.