mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-11 00:05:01 +00:00
- Hero: HeroAtmosphere with 'Many mailboxes. Many workers. Many IPs.' headline, eyebrow chip 'Distributed across many machines, many IPs', two CTAs. - Floating worker fleet card: live topology SVG on the left (control plane on left, 5 workers on right with IPs, animated send dots traveling) plus a worker table on the right (id, ip, region, mailbox count, status chip). Footer flags w-03 hitting the concentration threshold of 10 mailboxes. - Control plane vs execution plane: 2-card side-by-side with colored top rules. Each card lists the 4 things that plane is responsible for, with cmd/backend cmd/consumer and cmd/worker file labels. - Per-mailbox math: 'Worker capacity is the sum of its mailboxes' with a Go code block (worker_scheduler.go) showing the actual budget = sum(mailbox caps) + concentration warning emit. - Message lifecycle: 6 numbered editorial rows (scheduled, dispatched, sent, acknowledged, tracked, reconciled) each with a code-style signature (kafka.publish, provider.send, etc) and prose. - Providers: 3 cards with brand-colored top rules (Gmail red, Outlook blue, BYOS sky) and verifiable detail. - Limits: 2-col spec sheet (cap, gap, concentration, worker budget, send window, dependencies) with source-file mono footer. - FAQ: 4 engine questions with the same grid-rows accordion.