We set out to rebuild pangaea.id and reached for the obvious "AI-company" look: a
dark, WebGL, scroll-driven hero. Five days later we shipped the opposite. Here's
why — and what we'd tell ourselves on day one.
What we started with
A single dark page. A live WebGL scene behind the hero, depth-of-field, a custom
smooth-scroll, the works. It demoed beautifully on a fast laptop.
The decision
We swapped the whole thing for a light, blue-on-white, multi-page static site —
every route prerendered to HTML.
Dark WebGL scroller
One long page, content gated behind JS
WebGL + depth-of-field + smooth-scroll
Crawlers see almost nothing
Frame drops on cheap phones
Light multi-page (SSG)
Every route prerendered to full HTML
Plain CSS + inline SVG
Crawlers and AI engines read everything
Fast on any device
If a crawler can't read it and a cheap phone can't render it, it isn't shipped.