Preparation

Working with a remote workspace

A ready-made development VM in the cloud – no local setup, reachable via remote desktop or browser.

On this page

A workspace is a prepared Ubuntu development VM in the cloud: all tools are installed, the project repositories are ready, and you connect via remote desktop or open VS Code directly in the browser. Ideal when you don’t want to install anything locally, your hardware is weak, or someone needs to join on short notice.

Ready in three steps

  1. Create a workspace – pick a project, assign a user, the platform provisions the VM.
  2. Set up Tailscale – the VMs are only reachable through the private workspace network; set up once per device.
  3. Connect to your workspace – via RDP client or with VS Code in the browser.

Working inside the workspace

Inside the workspace you work just like locally: project folders live in the home directory, you start applications with ap run-local, and IDE and AI configuration come from your project’s local-configuration repository.

Going deeper