How It Works

From sign-up to live production in three clear steps

The platform is designed to keep infrastructure setup simple for teams that want speed without losing control over their stack.

01

Choose your environment

Select the plan that matches your traffic, resource profile, and support needs. Define your first workload configuration in minutes using the dashboard or CLI.

# initialize a new project
$ itcloudnode init

select plan:    professional
region:        eu-central
stack:         docker + node + postgres
auto-scaling:  true

✓ environment configured
02

Deploy your application

Push your app, container, or site using git or the CLI. Attach your custom domain, configure runtime variables, and go live with automatic TLS provisioning.

# push to production branch
$ git push itcloudnode main

 detecting runtime...
 building image...       done
 provisioning instance.. done
 ssl certificate:        enabled
 custom domain:          attached

✓ status: live  https://yourapp.com
03

Scale with confidence

Monitor usage trends, automate backups, add resources, and expand infrastructure as your product gains users and complexity. No migration windows required.

// itcloudnode.config.json
{
  "autoscaling": true,
  "min_nodes":   2,
  "max_nodes":   12,
  "backups":     "daily",
  "alerts":      "slack + email",
  "support":     "24/7"
}

Instant provisioning

New nodes and environments spin up in under a minute — no waiting for manual approval or setup queues.

Zero-downtime deploys

Rolling deployments and health checks keep your application live while new versions are released.

Support at every step

From onboarding to production incidents, the team is available to unblock you quickly.

See how fast your first deployment can be