From ffb7f47e7d0da1e439cf72e16b8db3e38aa431b98cf0d3a977a5742f9a99a9a5 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 26 Apr 2026 16:49:18 -0400 Subject: [PATCH] feat(vps): add hardware transparency band + per-card meta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a "Built on" hardware band above the plan grid and a small meta line on each plan card so shoppers can see what's actually running their VPS. Hardware band lists: Dell PowerEdge hypervisors · Intel Xeon · ECC memory · Enterprise SSD storage · Atlanta, GA datacenter. Per-card meta line: "Intel Xeon · ECC memory" in muted small type under the regular spec list. Copy is intentionally generic ("Intel Xeon", not Broadwell-EP / Cascade Lake) to remain accurate across the current mixed pool (R720xd Ivy Bridge being retired into the new R740xd ATL-04 next week per infrastructure/docs/hypervisor-consolidation-r740xd-build.md). Tighten the wording once consolidation lands. Dropped the originally-proposed "10 Gbps inter-host" row — it's internal cluster networking (used for live migration + shared storage), and customers were likely to confuse it with their own egress bandwidth. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../ts/Components/Marketing/PlanCard.vue | 13 ++++ .../ts/Pages/Marketing/VpsHosting.vue | 69 +++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/website/resources/ts/Components/Marketing/PlanCard.vue b/website/resources/ts/Components/Marketing/PlanCard.vue index 521731f..9479296 100644 --- a/website/resources/ts/Components/Marketing/PlanCard.vue +++ b/website/resources/ts/Components/Marketing/PlanCard.vue @@ -77,6 +77,10 @@ const bandwidth = computed(() => String(props.plan.features?.bandwidth ? {{ bandwidth }} +
+ + Intel Xeon · ECC memory +
@@ -210,6 +214,15 @@ const bandwidth = computed(() => String(props.plan.features?.bandwidth ? } } +.plan-card__spec--meta { + font-size: 12px; + color: rgba(var(--v-theme-on-surface), 0.55); + letter-spacing: 0.01em; + margin-top: 4px; + padding-top: 8px; + border-top: 1px dashed rgba(var(--v-theme-on-surface), 0.06); +} + .plan-card__actions { margin-top: auto; display: flex; diff --git a/website/resources/ts/Pages/Marketing/VpsHosting.vue b/website/resources/ts/Pages/Marketing/VpsHosting.vue index 5b37689..39de1aa 100644 --- a/website/resources/ts/Pages/Marketing/VpsHosting.vue +++ b/website/resources/ts/Pages/Marketing/VpsHosting.vue @@ -264,6 +264,33 @@ function prefillEstimator(planId: number): void { subtitle="All plans hosted in our Atlanta, GA datacenter. Free ZFS snapshots, full root access, and the VirtFusion panel are included on every tier." /> + +
+
Built on
+
    +
  • + + Dell PowerEdge hypervisors +
  • +
  • + + Intel Xeon +
  • +
  • + + ECC memory +
  • +
  • + + Enterprise SSD storage +
  • +
  • + + Atlanta, GA datacenter +
  • +
+
+

Standard VPS