Code from Anywhere.

Your instant, Terraform-managed Windows environment. Optimized for Vibe Coding on Android.

resource "aws_instance" "vibe_box" {
  ami           = data.aws_ami.windows.id
  instance_type = "t3.large"
  
  # Ready for Vibe Coding
  tags = {
    Name = "VibeCoding-Windows"
  }
}

Instant Deploy

One command to provision a full Windows Server 2022 environment.

🔒

Secure Core

Dedicated VPC and RDP firewall rules to keep your workspace safe.

🛠️

Tool Ready

Pre-loaded with VS Code, Chrome, Git, and more via Chocolatey.