CloudflareApp
vinext Edge Framework
vinext + Cloudflare Workers & React 19 RSC|Edge Native

Next.js App Router Power.
Vite Speed. Cloudflare Edge.

Build server-rendered, streaming React applications with instant Vite HMR and deploy them across 330+ Cloudflare data centers with zero cold starts.

$pnpm run dev
edge-worker-runtime.ts
// 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>
  );
}
330+

Global Edge PoPs

0 ms

V8 Cold Start Delay

< 15 ms

Global Median TTFB

18 ms

Instant Vite HMR

Engineered for Extreme Performance

Everything you need for edge-first applications

Combine Next.js architectural patterns with Vite's modern build pipeline and Cloudflare's unparalleled edge infrastructure.

330+ PoPs

V8 Isolate Edge Runtime

Execute React Server Components directly inside Cloudflare Workers with zero cold start delays and instant startup times.

Benchmark< 5ms Boot Time
Instant

Vite-Powered Instant HMR

Experience sub-50ms Hot Module Replacement and lightning-fast build cycles powered by native ES modules.

Benchmark18ms HMR Update
Tiered CDN

Multi-Tier Smart Caching

Built-in CDN adapter that orchestrates Cloudflare Cache API, KV storage, and stale-while-revalidate protocols automatically.

Benchmark99.4% Hit Rate
React 19

React 19 Streaming SSR

Progressively stream HTML and React Flight JSON from the closest edge data center to client browsers worldwide.

BenchmarkSub-15ms TTFB
Edge Storage

Co-located Data Bindings

Direct zero-latency bindings to Cloudflare D1 (Serverless SQL), KV, R2 Object Storage, and Vectorize AI databases.

Benchmark1ms Query Latency
Automatic

Edge Image Optimization

Automatically transform, resize, and convert images to modern WebP and AVIF formats directly at the edge CDN layer.

Benchmark70% Bandwidth Saved

Latest Insights

From the Edge Engineering Desk

View all articles

Ready to ship sub-10ms applications?

Start building with vinext on Cloudflare Workers today. Full Next.js App Router support, instant Vite HMR, and effortless edge deployment.