Skip to content
AWS + GCP

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).

// get started

4 commands to production.

  1. 01

    $ ske login

    Authenticate with your SKE account.

  2. 02

    $ ske init

    Scaffold ske.yml from your project.

  3. 03

    $ ske env:create production

    Provision an environment on AWS or GCP.

  4. 04

    $ ske deploy production

    Build, push, and go live.

// your cloud

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.
// platform

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.

// comparison

Where SKE goes further.

CapabilitySKELaravel VaporRailway
Multi-cloudAWS + GCPAWS only
BYO cloud account
CLI tool
Web dashboard
Databases
Caches
Custom domains
SSL certificates
Queue management
Maintenance mode

Ready to deploy?