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
Quick start
Deploy your first service in minutes.
Dashboard
Use the web console.
CLI reference
Install and use the edge CLI from your terminal.
AI tools
Use Simplifyd Cloud from Claude, Cursor, and other agents.
Core concepts
| Concept | Description |
|---|---|
| Workspace | The top-level container. Billing, team members, and the container registry belong to a workspace. |
| Project | A group of related services inside a workspace. |
| Environment | An isolated runtime context inside a project, such as production or staging. |
| Service | Something running in an environment — a container image, a managed database, a bucket, or a static site. |
| Deployment | One run of a service. You can deploy, redeploy, roll back, or stop it. |
| Variable | A key-value setting passed to a service at runtime. Scoped to one service or shared across an environment. |
| Changeset | The pending edits to a service. Nothing takes effect until you click Apply. |
What you can run
| Service type | What it is |
|---|---|
| Docker | Any container image, public or private. |
| Postgres | A managed PostgreSQL database with backups and point-in-time recovery. |
| Redis | A managed Redis instance or cluster. |
| Kafka | A managed Kafka cluster for event streams and job queues. |
| Bucket | S3-compatible object storage. |
| Static site | HTML, CSS, and JavaScript files served from a URL, with no container to run. |
| HTTP Gateway | One public hostname that routes paths to several backend services. |
| Zerodata Proxy | Routes traffic to an app hosted elsewhere so end users on supported mobile networks pay no data charges. |