Infrastructure that doesn't make you feel sad on Monday.
A real CLI, push-to-deploy, free egress. Spend your week shipping features instead of fighting your provider.
Three things you'll notice in the first 10 minutes.
No quotas to file. No regional bait-and-switch on price. No artisanal SDK that contradicts the docs.
A real CLI
`hostengine` is a single static binary. Tab-complete every resource, pipe JSON into anything, scriptable from CI.
Push to deploy
App Platform builds from your Git repo, gives every PR a preview URL, and rolls forward in <90 seconds.
Free egress
Generous free bandwidth, no cross-AZ surcharge, $0.01/GB after — across all 14 regions.
From `git push` to a public URL in 90 seconds.
Connect a repo, pick a region, and HostEngine builds, signs and routes traffic — with per-PR preview environments and rollbacks one keystroke away.
- BuildKit + remote layer cache, average build 47s.
- Preview URL on every PR, torn down on merge.
- Roll forward or roll back in <5s with a single command.
# clone, link, deploy $ hostengine link --repo "github.com/acme/api" ✓ detected: node 22 · pnpm · postgres ✓ region: fra1 (closest to repo owner) $ git push origin feature/cache-headers → build #421 · BuildKit · 47s → preview: https://pr-128.api.acme.dev → ready · cert issued · routes attached
How teams like yours use HostEngine.
One-developer SaaS scaled from 0 to 1.2M MRR on App Platform.
A Postgres extension team uses preview deploys for every PR.
Four products, one bill, zero vendors to manage.
"HostEngine's CLI is the cleanest in the industry. We deleted 1,400 lines of CDK and replaced them with 90 lines of Terraform — and the system is faster."
Frequently asked questions
Don't see yours? Reach out — a real human replies in under five minutes any day, any hour.
Talk to us-
Do you support Terraform?
Yes — every resource exposed via the CLI is also a Terraform resource on the public registry, with semantic-versioned releases.
-
Can I use my own SSH keys?
Of course. Add as many keys as you like, scope them per-region or per-project, and revoke instantly without rebuilding instances.
-
Is GitHub Actions integrated?
Our official action publishes containers, deploys to App Platform, and runs preview teardowns — all without long-lived secrets thanks to OIDC.
-
What languages does App Platform auto-detect?
Node, Bun, Deno, Python, Go, Rust, Ruby, PHP, Java, Elixir and .NET. Or bring a Dockerfile and we'll cache layers.
Ship on infrastructure built for the next decade.
Spin up a region in under a minute. Bring your own panel. Pay by the hour. Cancel any time.
- No credit card to start
- Free migration from any provider
- 99.99% uptime SLA, in writing
# spin up a 4 vCPU / 8 GB cloud VPS in 55s $ hostengine vps create --plan "performance-4x8" --region "fra1" ✓ provisioned vps_2x9k1q (172.247.18.42) ✓ image debian-12 ready · ssh keys attached ✓ snapshot policy: hourly · backups: 30 days $ hostengine domain attach "trading.acme.io" --ssl ✓ DNS verified · Let's Encrypt cert issued in 6.4s