Build server-rendered, streaming React applications with instant Vite HMR and deploy them across 330+ Cloudflare data centers with zero cold starts.
// app/page.tsx - React Server Component (Flight Protocol)
export const revalidate = 60; // Edge ISR in seconds
export default async function Page() {
// Query executed at edge datacenter nearest to user
const metrics = await fetch("https://api.internal/stats", {
next: { tags: ["metrics"] }
}).then(res => res.json());
return (
<div className="edge-container">
<StreamingHeader status={metrics.status} />
<GlobalMetrics data={metrics} />
</div>
);
}Global Edge PoPs
V8 Cold Start Delay
Global Median TTFB
Instant Vite HMR
Everything you need for edge-first applications
Combine Next.js architectural patterns with Vite's modern build pipeline and Cloudflare's unparalleled edge infrastructure.
Execute React Server Components directly inside Cloudflare Workers with zero cold start delays and instant startup times.
Experience sub-50ms Hot Module Replacement and lightning-fast build cycles powered by native ES modules.
Built-in CDN adapter that orchestrates Cloudflare Cache API, KV storage, and stale-while-revalidate protocols automatically.
Progressively stream HTML and React Flight JSON from the closest edge data center to client browsers worldwide.
Direct zero-latency bindings to Cloudflare D1 (Serverless SQL), KV, R2 Object Storage, and Vectorize AI databases.
Automatically transform, resize, and convert images to modern WebP and AVIF formats directly at the edge CDN layer.
Navigate through the application to test the telemetry dashboard, read deep-dive engineering blogs, test live API endpoints in the interactive playground, or get in touch.
Detailed architecture breakdown and side-by-side performance matrix.
Real-time global RPS, latency simulator, and edge node distribution map.
Articles with dynamic slug routing, copyable code snippets, and author bios.
Live test runner executing requests directly against edge API routes.
Our engineering philosophy, team roster, and project milestone timeline.
Interactive inquiry form with edge validation and accordion FAQ answers.
From the Edge Engineering Desk
Discover how vinext transforms Vite and React Server Components into lightning-fast edge workers with sub-15ms TTFB worldwide.
An architectural exploration of React Server Components (Flight Protocol) delivered across Cloudflare's global anycast network.
Start building with vinext on Cloudflare Workers today. Full Next.js App Router support, instant Vite HMR, and effortless edge deployment.