Simplifyd Cloud
Deploy and manage cloud infrastructure without the complexity.
Simplifyd Cloud is a cloud infrastructure platform that lets you deploy services, manage environments, and ship software faster — without needing to configure Kubernetes yourself.
What you can do
Quick start
Deploy your first service in minutes.
CLI reference
Install and use the edge CLI from your terminal.
Workspaces
Organise projects and collaborate with your team.
Deployments
Deploy, redeploy, and stream live logs.
Core concepts
| Concept | Description |
|---|---|
| Workspace | The top-level organisational unit. Workspaces contain projects and team members. |
| Project | A logical grouping of related services, sitting inside a workspace. |
| Environment | An isolated runtime context (e.g. production, staging) inside a project. |
| Service | A containerised workload — a Docker image or a managed database — running inside an environment. |
| Deployment | A running instance of a service. Deploy, redeploy, or stop at any time. |
| Variable | Key-value configuration injected into services at runtime. Can be scoped to an environment or a single service. |