SECURITY Signal 246
How Factory scaled its cloud backend to tens of millions of daily requests on Vercel
Engineers see that a full‑stack Next.js backend on Vercel can handle high traffic with low latency without a dedicated infrastructure team. Built‑in observability and WAF provide continuous security and traffic insight, reducing operational overhead. The Droid‑driven workflow lets non‑technical teams self‑serve internal tools, freeing engineers to focus on product development.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Factory runs its entire cloud backend (API routes, middleware, webhook handlers) on a single Next.js deployment on Vercel, handling tens of millions of requests daily with a 350ms p95 response time.
Security is managed via Vercel Observability for traffic visibility and a Web Application Firewall with route‑level rules, rate limiting, and DDoS protection that run continuously.
Internal tooling is automated by Droids that programmatically use Vercel’s APIs to build, configure, and deploy dashboards and demos, enabling non‑technical teams to self‑serve without pulling engineers off product work.
THE CLUSTER
↗