[
  {
    "id": "starter",
    "name": "Starter",
    "vcpus": 1,
    "cpuType": "shared",
    "memoryGB": 1,
    "diskGB": 20,
    "transferTB": 0.5,
    "maxVMs": 1,
    "priceMonthly": 5,
    "category": "starter",
    "freeTier": true,
    "description": "Get started for free. Perfect for side projects, bots, and learning."
  },
  {
    "id": "builder",
    "name": "Builder",
    "vcpus": 2,
    "cpuType": "shared",
    "memoryGB": 2,
    "diskGB": 40,
    "transferTB": 1,
    "maxVMs": 5,
    "priceMonthly": 10,
    "category": "builder",
    "description": "For developers shipping real products."
  },
  {
    "id": "dev",
    "name": "Dev",
    "vcpus": 2,
    "cpuType": "shared",
    "memoryGB": 8,
    "diskGB": 25,
    "transferTB": 3,
    "maxVMs": 25,
    "priceMonthly": 15,
    "category": "dev",
    "popular": true,
    "description": "The sweet spot. Full dev environment with room to grow."
  },
  {
    "id": "pro",
    "name": "Pro",
    "vcpus": 2,
    "cpuType": "dedicated",
    "memoryGB": 8,
    "diskGB": 80,
    "transferTB": 2,
    "maxVMs": 25,
    "priceMonthly": 25,
    "category": "pro",
    "description": "Dedicated CPU. Zero noisy neighbors."
  },
  {
    "id": "turbo",
    "name": "Turbo",
    "vcpus": 4,
    "cpuType": "shared",
    "memoryGB": 16,
    "diskGB": 160,
    "transferTB": 4,
    "maxVMs": 25,
    "priceMonthly": 39,
    "category": "turbo",
    "description": "4x the power. Browser automation, CI/CD, and heavy workloads."
  },
  {
    "id": "turbo-dedicated",
    "name": "Turbo Dedicated",
    "vcpus": 4,
    "cpuType": "dedicated",
    "memoryGB": 16,
    "diskGB": 160,
    "transferTB": 4,
    "maxVMs": 25,
    "priceMonthly": 49,
    "category": "turbo",
    "description": "All the power of Turbo with dedicated CPU cores."
  },
  {
    "id": "business",
    "name": "Business",
    "vcpus": 8,
    "cpuType": "dedicated",
    "memoryGB": 32,
    "diskGB": 240,
    "transferTB": 20,
    "maxVMs": 50,
    "priceMonthly": 219,
    "category": "business",
    "description": "Team-scale compute for production services."
  },
  {
    "id": "enterprise",
    "name": "Enterprise",
    "vcpus": 16,
    "cpuType": "dedicated",
    "memoryGB": 64,
    "diskGB": 360,
    "transferTB": 40,
    "maxVMs": 100,
    "priceMonthly": 429,
    "category": "enterprise",
    "description": "Mission-critical infrastructure."
  },
  {
    "id": "scale",
    "name": "Scale",
    "vcpus": 32,
    "cpuType": "dedicated",
    "memoryGB": 128,
    "diskGB": 600,
    "transferTB": 50,
    "maxVMs": 250,
    "priceMonthly": 849,
    "category": "scale",
    "description": "Platform-scale global compute."
  },
  {
    "id": "mega",
    "name": "Mega",
    "vcpus": 48,
    "cpuType": "dedicated",
    "memoryGB": 192,
    "diskGB": 960,
    "transferTB": 60,
    "maxVMs": 500,
    "priceMonthly": 1299,
    "category": "mega",
    "description": "ML inference and HPC workloads."
  },
  {
    "id": "ultra",
    "name": "Ultra",
    "vcpus": 96,
    "cpuType": "dedicated",
    "memoryGB": 384,
    "diskGB": 1920,
    "transferTB": 120,
    "maxVMs": 1000,
    "priceMonthly": 3999,
    "category": "ultra",
    "description": "Extreme multi-node compute."
  }
]
