From f4eaf64272dae82d83aca7b4b3a60cc4aabab7a2 Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Tue, 26 May 2026 15:01:28 +0000 Subject: [PATCH] site(warmup): qualitative without/with comparison instead of fake A/B Replaced a section with fabricated 'internal A/B' percentages with a qualitative two-column side-by-side: 'Without warmup' (5 reputation liabilities) vs 'With Warmbly warmup' (5 actual platform behaviours). Footnote explicitly states why we don't publish placement-improvement numbers (it depends on domain age, content, hygiene, DMARC). No fake stats. --- site/src/pages/warmup.astro | 67 +++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/site/src/pages/warmup.astro b/site/src/pages/warmup.astro index e541e3dc..8ddf955a 100644 --- a/site/src/pages/warmup.astro +++ b/site/src/pages/warmup.astro @@ -374,6 +374,73 @@ const faq = [ + +
+
+
+
Why warmup matters
+

+ A fresh mailbox is suspicious by default. +

+

+ Gmail and Microsoft treat new senders cautiously. Without a behaviour history, a brand-new domain that immediately starts cold outreach looks like the worst-case sender. Warmup is the only way to build that history without a complaint event. +

+
+ +
+ +
+
+ + Without warmup +
+
    + {[ + 'No sending history. Providers default to suspicion on first volume spike.', + 'Inbox vs spam classification has no positive signal to lean on.', + 'Any complaint or hard bounce moves reputation faster because the baseline is empty.', + 'Engagement signals (replies, moves from spam) take longer to accrue.', + 'First catastrophic event can hit within days of starting cold sends.', + ].map((b) => ( +
  • + + {b} +
  • + ))} +
+
+ + +
+
+ + With Warmbly warmup +
+
    + {[ + 'Gradual volume ramp matches what a real mailbox usage looks like.', + 'Inbox arrivals at vetted partners build a positive placement signal.', + 'Replies in the pool produce real engagement history at the receiver.', + 'Verification tokens prove the activity is genuine, not self-replied noise.', + 'Per-mailbox bands quarantine drift weeks before providers would act.', + ].map((b) => ( +
  • + + {b} +
  • + ))} +
+
+
+ +

+ Reputation is per-mailbox, per-IP, and per-domain. Warmup builds all three simultaneously. We do not publish placement-improvement percentages because the answer depends on your domain age, content quality, list hygiene, and DMARC posture more than anything we control. +

+
+
+