Deploy to serverless.
In your own cloud account.
Multi-cloud serverless deployments on AWS and GCP. CLI-first, with managed databases, queues, caches, and instant rollbacks.
ske-cli — zsh
Terminal demo showing a scripted SKE CLI session (ske deploy production-us, ske deploy production-eu, ske rollback production-us --to prev).
4 commands to production.
01
$ ske login
Authenticate with your SKE account.
02
$ ske init
Scaffold ske.yml from your project.
03
$ ske env:create production
Provision an environment on AWS or GCP.
04
$ ske deploy production
Build, push, and go live.
Your cloud account.
Your rules.
SKE provisions infrastructure in your own AWS or GCP account — not a shared platform. You keep full ownership, billing visibility, and control.
- Infrastructure runs in your AWS account or GCP project, not ours.
- Full visibility into your cloud billing — no markup on compute.
- Remove SKE at any time and your infrastructure keeps running.
Everything you need to ship and operate.
Multi-Cloud
Deploy to AWS Lambda or GCP Cloud Run from day one. Each environment pins its own cloud and region.
Full Infrastructure Stack
Managed databases, caches, queues, networks, domains, and certificates — provisioned in your own cloud account.
CLI-First
Every platform capability is a CLI command. Deploy, rollback, stream logs, manage secrets, and run diagnostics from your terminal.
Instant Rollbacks
Every build is retained and immutable. Roll back any deployment to a previous version in seconds.
Secrets & Config Management
Per-environment secrets and variables, encrypted at rest in your provider, injected at runtime. Rotate without rebuilding.
Real-Time Operations
Stream logs, run diagnostics, manage queues, and warm concurrency — all from the CLI or dashboard.
Where SKE goes further.
| Capability | SKE | Laravel Vapor | Railway |
|---|---|---|---|
| Multi-cloud | AWS + GCP | AWS only | — |
| BYO cloud account | ✓ | — | — |
| CLI tool | ✓ | ✓ | ✓ |
| Web dashboard | ✓ | ✓ | ✓ |
| Databases | ✓ | ✓ | ✓ |
| Caches | ✓ | ✓ | ✓ |
| Custom domains | ✓ | ✓ | ✓ |
| SSL certificates | ✓ | ✓ | ✓ |
| Queue management | ✓ | ✓ | — |
| Maintenance mode | ✓ | ✓ | — |