From e02f482fe0b9e7a9db7b4006c65e5439b8a20e52 Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Tue, 16 Jun 2026 10:35:55 +0700 Subject: [PATCH 1/2] feat: add static site storage to the pricing table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The static_storage SKU was merged into billing (api.deploys.app/billing.skus now returns `staticStorage`). Add a "Static Site Storage" row to the pricing table — ฿1/GiB-month (live from the SKU feed) with a 1 GiB daily free tier, matching the apiserver freeTier map. Placed next to SSD Disk (both storage). Co-Authored-By: Claude Opus 4.8 (1M context) --- layouts/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/index.html b/layouts/index.html index 09c6f1c..532eee9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -255,6 +255,12 @@

Simple, usage-based pricing.

+ + Static Site Storage + 1 GiB +
฿{{ $p.staticStorage | lang.FormatNumber 2 }}/mo
+ 1 GiB + Replica 1 From 9f7f9bd10008963d8174939081a814481c48b0f2 Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Tue, 16 Jun 2026 10:53:35 +0700 Subject: [PATCH 2/2] refactor: rename "Egress Bandwidth" pricing row to "Egress" Match the sibling rows ("Registry Egress", "Dropbox Egress") and the docs billing table; the unit column already says GiB, so "Bandwidth" was redundant. Co-Authored-By: Claude Opus 4.8 (1M context) --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 532eee9..8a8d3a9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -271,7 +271,7 @@

Simple, usage-based pricing.

{{ 216000 | lang.FormatNumber 0 }} s - Egress Bandwidth + Egress 1 GiB
฿{{ $p.egress | lang.FormatNumber 2 }}