The brief behind MrBeast's storefront

When basement.studio took the call to design and develop a storefront for MrBeast, the headline number was daunting: a fanbase of over 100 million YouTube subscribers, with close to 200 million followers across social channels. The studio had used Vercel before and trusted it under load, but nothing on this scale. The real challenge wasn't just keeping the site online—it was making sure every visitor had a shopping experience that felt like a MrBeast video: fast, fun, and pointed squarely at the buy button.

Mini-games with real stakes

The media company gave basement.studio a sitemap and content structure, then handed over creative freedom. Their one firm requirement: visitors should have fun on the site. That brief produced two interactive features.

First came Lambo Jump, an infinite runner modeled on Chrome's offline T-Rex game but with MrBeast styling. To protect performance, the game's JavaScript loaded only when a user pressed the play button. It found an audience fast, with fans sharing scores on Twitter and some filming YouTube videos about their runs.

The team then pushed further with "Slap to Win," a Cookie Clicker-style game where visitors slap members of the MrBeast crew. The media company liked it enough to suggest tying real products to the game's rewards.

Closing the loopholes

Rewarding players with actual merchandise came with an immediate risk: tech-savvy users could hack the game, and they did. basement.studio worked with the media company to define game rules and shipped them quickly on Vercel. The constraints were simple—prizes could only be redeemed alongside a purchase, and only one prize per purchase.

The studio also moved the game's logic server-side. Using Shopify's Admin API, they generated discount codes for redeemed products. Shopify's Discounts API offered the fine-grained controls needed to enforce the redemption rules as written.

The stack that took the traffic

Three tools carried the project: Vercel, Shopify, and Axiom.

Vercel handled iteration speed and global delivery. Beyond the platform itself, Vercel's Customer Success team worked alongside basement.studio to verify configuration on both ends. The result was a platform record: the most-requested site on Vercel within a single week.

Shopify served as the ecommerce backbone. The team used its Storefront API through react-dropify, a type-safe client library basement.studio built themselves. Shopify absorbed the MrBeast traffic without issue.

Axiom, a newer addition to basement.studio's stack, provided observability at scale. The studio built a Launch Dashboard tracking metrics and errors in real time, giving the team confidence that everything was performing while the site was under fire.

Performance as the main character

For an audience of 100 million subscribers, uptime alone wasn't the goal. The work had to feel effortless while juggling product browsing, shopping carts, and games that gave away real merchandise. By keeping the games that didn't matter off the critical path, moving reward logic server-side, and leaning on a stack built for high-volume traffic, basement.studio delivered a storefront where the buying flow stayed the star.