Simplifyd Cloud

Simplifyd Cloud

Deploy and run apps, databases, and storage.

Simplifyd Cloud runs your apps, databases, and storage. You give it a container image or pick a managed database, and it handles the servers, networking, and TLS certificates.

Start here

Core concepts

ConceptDescription
WorkspaceThe top-level container. Billing, team members, and the container registry belong to a workspace.
ProjectA group of related services inside a workspace.
EnvironmentAn isolated runtime context inside a project, such as production or staging.
ServiceSomething running in an environment — a container image, a managed database, a bucket, or a static site.
DeploymentOne run of a service. You can deploy, redeploy, roll back, or stop it.
VariableA key-value setting passed to a service at runtime. Scoped to one service or shared across an environment.
ChangesetThe pending edits to a service. Nothing takes effect until you click Apply.

What you can run

Service typeWhat it is
DockerAny container image, public or private.
PostgresA managed PostgreSQL database with backups and point-in-time recovery.
RedisA managed Redis instance or cluster.
KafkaA managed Kafka cluster for event streams and job queues.
BucketS3-compatible object storage.
Static siteHTML, CSS, and JavaScript files served from a URL, with no container to run.
HTTP GatewayOne public hostname that routes paths to several backend services.
Zerodata ProxyRoutes traffic to an app hosted elsewhere so end users on supported mobile networks pay no data charges.