Skip to content
Innovation & Growth

Why Stripe, BBC, and Cloudflare Chose Modern Frameworks

The companies building the web's infrastructure made deliberate framework decisions. Here's the business logic behind each one.

K
Kannan SP
· 6 min read
Share on X LinkedIn
Why Stripe, BBC, and Cloudflare Chose Modern Frameworks
Key finding

Stripe.com load time: < 1 second (Source: WebPulse scanner detection confirmed Next.js. Load time measured by our scanning infrastructure.)

Stripe: Next.js

Stripe processes hundreds of billions of dollars annually. Their website is their primary sales tool. They chose Next.js not because it was trendy, but because React Server Components let them serve personalized, data-heavy pages that load in under a second. Every 100ms of load time improvement translates to measurable conversion lift at their scale.

< 1 second
Stripe.com load time
Source: WebPulse scanner detection confirmed Next.js. Load time measured by our scanning infrastructure.

BBC: Next.js

The BBC serves 400+ million users globally. Their migration to Next.js wasn't about developer preference — it was about serving content to every device and connection speed on Earth. Server-side rendering ensures content is accessible even on 2G connections in rural areas. The framework choice was a reach decision, not a technology decision.

400M+ users
BBC global reach
Source: BBC annual report. Next.js confirmed by our WebPulse scanner.

Cloudflare: Astro

Cloudflare builds the infrastructure the web runs on. They see every HTTP request pattern, every performance bottleneck, every framework's behavior at scale. For their own marketing site, they chose Astro. Zero JavaScript by default. Static output. CDN-native. The company that understands web performance better than anyone chose the framework that produces the least overhead.

Astro
Cloudflare.com framework
Source: WebPulse scanner detection. Astro confirmed on cloudflare.com with version number.

The Pattern

Companies with the deepest understanding of web performance, security, and scale all converged on modern frameworks. Not because of hype — because of engineering analysis. They measured the alternatives and made data-driven decisions.

The question for every other organization: if the companies that build the web chose to move, what are you waiting for?

Compare frameworks in this analysis
Next.js vs React Next.js vs Astro React vs Astro
Share this insight