Simplifyd Cloud

Getting started

Create your Simplifyd Cloud account and deploy your first service in minutes.

1. Create an account

Go to console.cloud.simplifyd.com and sign up with your email address, or sign in with Google.

After verifying your email you will be taken straight to your project dashboard.

2. Create a workspace

A workspace holds all your projects. You are prompted to create one on first login. Use a short name, such as your company or team name.

Billing is per workspace. Each workspace has its own wallet and its own usage.

3. Create a project

From the dashboard, click New Project. Enter a name and click Create.

You'll be taken to an empty project canvas — the visual workspace where your services live.

4. Add a service

On the canvas, right-click anywhere (or press Cmd + K / Ctrl + K to open the command palette) and choose a service type:

  • Docker Service — run any container image
  • Postgres — a managed PostgreSQL database
  • Redis — a managed Redis instance
  • Kafka — a managed Kafka cluster
  • Bucket — S3-compatible object storage
  • Static Site — serve HTML, CSS, and JS with no container
  • HTTP Gateway — route paths across several services under one hostname

See Services for detailed configuration options.

5. Deploy

Once you've configured your service, an Apply Changes bar appears at the bottom of the canvas. Click Apply to trigger the initial deployment.

Watch the deployment progress in real time from the Deployments tab inside the service panel.

6. What's next

  • The canvas — learn how to navigate and interact with your project
  • Variables — add environment variables to your services
  • Environments — create staging and production environments
  • Members — invite your team