
How Speechify serves 500,000 dynamic pages to 60 million users on Vercel
Quick Answer
Speechify serves over 500,000 dynamic pages to 60 million users using Vercel, achieving a 50% cost reduction and 99.99% uptime.
Quick Take
Speechify serves over 500,000 dynamic pages to 60 million users using Vercel, achieving a 50% cost reduction and 99.99% uptime. The platform, which started as a tool for dyslexia, has evolved into a comprehensive AI work platform, leveraging Next.js for rapid deployments and instant rollbacks to mitigate risks from bad releases.
Key Points
- Achieved 50% cost reduction by using Vercel's Fluid compute for auto-scaling.
- Maintained 99.99% uptime since migrating to Vercel, with no security incidents.
- Serves 500,000+ pages in 40+ languages, adapting to user needs dynamically.
- Instant Rollbacks allow for rapid deployment and quick fixes, minimizing revenue loss.
- SpeechifyAI ranks #1 in text-to-speech models as of July 2026.
📖 Reader Mode
~3 min readCopy link to headingSpeechify on Vercel
500,000+ pages served across 40+ languages
Cut costs 50% by auto-scaling with Fluid compute
Zero user impact on bad deploys with Instant Rollbacks
Speechify started as a tool for people with dyslexia. Cliff Weitzman, Founder & CEO, built it because reading was challenging and audio made it much easier. That initial use case led Speechify to tens of millions of users and an Apple Design Award for inclusion.
The product has since grown into something much larger: an AI work platform where 60 million people listen to documents, delegate tasks to agents, and complete work entirely through voice.
But the journey wasn't easy. Early on, they got hacked, and for half a day, every visitor was redirected to a casino website. After that, Denis Chernobai, Head of Growth Engineering, knew it was time to re-evaluate their infrastructure stack.
He decided to rebuild from scratch on Next.js and Vercel, and they ended up serving 40 times more pages, reaching a global audience three times larger, and achieving a 50% cost reduction. Since migrating to Vercel, Speechify has maintained 99.99% uptime and hasn't had a single security incident.
Copy link to headingThe cost of serving 500,000 dynamic pages
Speechify's website is its primary growth engine, with 10,000 base pages translated into 40+ languages across onboarding funnels, localized landing pages, and pricing experiments that change constantly. Static generation isn't an option because the content changes too frequently. But serving everything dynamically means every visitor is a potential database read, which compounds fast at hundreds of thousands of visits every day.
Vercel's Data Cache, ISR, and Next.js Cache Components resolve both problems at once. Pages render dynamically on first visit, cache immediately, and serve from the closest point of presence until something changes. The result is a global growth engine that scales without the infrastructure costs scaling with it.
Copy link to headingThe risk of shipping to 60 million users
Copy link to headingInstant Rollbacks: ship fast, fix faster
Speechify's growth team ships constantly. New funnels and A/B experiments are deployed every few days to a user base of millions who expect everything to work. At that scale, a bad release isn't a bug for developers to fix. It's a revenue problem that can show up before anyone has time to react.
Before Vercel, a bad release meant scrambling to patch it before it became an incident. That shift from deploying with dread to deploying with confidence is what enables a small growth team to operate at a speed that would otherwise require a much larger team.
Copy link to headingThe cost of moving slower than the market
Copy link to headingNext.js on Vercel: from code to global delivery
When AI moves this fast, you need to constantly ship to stay competitive, and capabilities evolve rapidly, often every few weeks. "We see new voice functionality and agents emerging that didn't exist just last month," said Rohan Pavuluri, Speechify's Chief Business Officer. Each week that an idea remains unimplemented is a week someone else might bring it to life first. With Next.js on Vercel, the only hurdle to turning an idea into reality is the code itself.
Speechify ships on Next.js with continuous deployments. The growth team doesn't have a dedicated platform engineering function and doesn't need one. Security patches apply automatically, infrastructure scales to demand with Fluid compute, and there's no deployment pipeline to maintain.
Copy link to headingWhat's next
Speechify is expanding into new international markets and shipping new AI capabilities to millions of users. Most recently, they launched SpeechifyAI, a developer platform bringing the same voice technology behind their consumer success to builders via API, and its flagship Simba 3.2 model ranks number one on the Artificial Analysis text-to-speech leaderboard as of July 2026.
As the product grows and the user base expands, Vercel is scaling with it, from cached pages to continuous deployments on a platform that lets their small, focused engineering team compete with companies ten times their size.
About Speechify: Speechify is an AI work platform helping people consume content through voice and delegate work to AI agents. Its developer platform, SpeechifyAI, offers the #1-ranked text-to-speech models on Artificial Analysis via API, as of July 2026.
— Originally published at vercel.com
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

