Getting started
Create your Simplifyd Cloud account and deploy your first service in minutes.
1. Create an account
Go to 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 is the top-level container for all your projects. If you're starting fresh, you'll be prompted to create one on first login. Give it a short, descriptive name (e.g. your company or team name).
Billing is tied to your workspace. Each workspace has its own usage and subscription.
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:
- Add Docker Service — deploy any Docker image
- Add Postgres — provision a managed PostgreSQL cluster
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