The problem
FC Season 2 is a streetwear release with the constraint every drop faces: a fixed launch moment, a concentrated burst of traffic, and an audience browsing mostly on phones with variable bandwidth. The release needed a site that could be built in weeks rather than months and would not fall over at the moment it was most visible.
What we built
A static campaign platform on Next.js, deployed to Netlify's edge. The whole page is generated at build time, which is what makes a traffic spike a non-event: no origin round-trips per visitor, no dynamic work to queue, just cached HTML served from the CDN until the drop lands.
Content and routing were kept deliberately small so the build stayed fast to iterate, and the page itself was kept lean so it opens cleanly on the phones the audience actually holds.
Outcome
The release site is live and serves the campaign as a static build, so the launch window is bounded by bandwidth rather than server capacity. It is the quiet kind of win: nobody notices a campaign site that never slows down, and that is the point.