Mobile, fixed responsive
The page had zero mobile CSS, so the nav button overflowed and the hero island demo never opened on touch.
- One clean
@media (max-width:760px) breakpoint
- Hero mock auto-opens on scroll + tap, "Tap to open the island"
- Verified at true 390px (CDP emulation): no overflow, all 5 feature islands render
blitzos.com rescued infra
The domain was down for hours. Not propagation, a self-inflicted reconcile.
- Root cause: repeated
wrangler deploy removed the dashboard-added custom domain (it wasn't in routes), which deleted the apex DNS
- Fix: locked both domains in
wrangler.toml so deploys never drop one
- Universal SSL enabled, edge cert active, blitzos.com made canonical
Branding & nav cleanup polish
Tightened the chrome to match the product, less generic.
- Logo halo removed everywhere, sizing dialed to 31px
- Larger "BlitzOS" wordmark (22px)
- Removed the top-right CTA and both "See it work" buttons
- FAQ heading simplified to "FAQ"
Copy rewrite message
New hero, tighter promise, one CTA at the bottom.
- Headline → "Your agents in one place"
- Subhead iterated to a single clean line
- Bottom CTA stripped to header + one button, deprecated footer copy removed
SEO & social card seo
Everything under the hood was still the old tagline.
- Title, description, OG + Twitter tags, JSON-LD all synced to "Your agents in one place"
- Dropped stale "notch" mentions from the descriptions
- Re-rendered the share card, bumped to
og-image-v3.png so caches refetch
Shipped & in sync done
Every change is live on both domains and pushed to GitHub.
- 9 commits, working tree clean
- blitzos.com + blitzos.app serving the same worker
- Secret-guarded commits (
.dev.vars never staged)
Before
Agents in one place, for real work.
BlitzOS puts all the agents you already use… in your Mac's notch… and helps you do real work.
After
Your agents in one place
BlitzOS brings your agents, like Claude and Codex, into one place and connects them to your apps so they can work across them.
timecommitmessage
17:53c7f22e4copy: tighten hero subheader
17:4781a3159seo: sync title/description/OG card to "Your agents in one place"
17:29ddc5dbdcopy: final hero subheader
16:4184b1b54copy: hero + CTA = "Your agents / in one place"; trim CTA & footer
16:30749d6fastyle: remove nav CTA + "See it work" buttons, logo -30%
16:257ac5b05style: larger nav wordmark (22px), FAQ heading → "FAQ"
16:162829212feat: mobile responsive pass, blitzos.com primary, 2x logo
07:201992290fix: adversarial review pass (bug + copy/meta/CSS cleanups)
07:044564daeinit: BlitzOS landing site