# vinext ## Docs - [API Coverage](https://mintlify.wiki/cloudflare/vinext/advanced/api-coverage.md): Complete Next.js 16 API compatibility matrix for vinext - [Architecture Deep Dive](https://mintlify.wiki/cloudflare/vinext/advanced/architecture-deep-dive.md): Internal architecture and design decisions in Vinext - [Build Pipeline](https://mintlify.wiki/cloudflare/vinext/advanced/build-pipeline.md): Production build pipeline, optimization strategies, and deployment - [Ecosystem Library Support](https://mintlify.wiki/cloudflare/vinext/advanced/ecosystem-libraries.md): Third-party Next.js library compatibility with vinext - [Known Limitations](https://mintlify.wiki/cloudflare/vinext/advanced/known-limitations.md): Current limitations and unsupported features in vinext - [RSC Integration](https://mintlify.wiki/cloudflare/vinext/advanced/rsc-integration.md): How Vinext integrates React Server Components with Vite - [Virtual Module System](https://mintlify.wiki/cloudflare/vinext/advanced/virtual-modules.md): Virtual modules, entry generation, and module resolution in Vinext - [vinext build](https://mintlify.wiki/cloudflare/vinext/api/cli/build.md): Build your Next.js app for production with Vite - [vinext check](https://mintlify.wiki/cloudflare/vinext/api/cli/check.md): Scan your Next.js project for vinext compatibility - [vinext deploy](https://mintlify.wiki/cloudflare/vinext/api/cli/deploy.md): One-command deployment to Cloudflare Workers with automatic configuration - [vinext dev](https://mintlify.wiki/cloudflare/vinext/api/cli/dev.md): Start the development server with Vite and hot module replacement - [vinext init](https://mintlify.wiki/cloudflare/vinext/api/cli/init.md): Migrate an existing Next.js project to run under vinext - [vinext lint](https://mintlify.wiki/cloudflare/vinext/api/cli/lint.md): Run linter on your codebase - [CLI Overview](https://mintlify.wiki/cloudflare/vinext/api/cli/overview.md): Complete reference for the vinext command-line interface - [vinext start](https://mintlify.wiki/cloudflare/vinext/api/cli/start.md): Start the production server to serve your built application - [Cloudflare Bindings](https://mintlify.wiki/cloudflare/vinext/api/cloudflare/bindings.md): Access KV, D1, R2, Durable Objects, and other Cloudflare bindings - [Image Optimization](https://mintlify.wiki/cloudflare/vinext/api/cloudflare/image-optimization.md): On-the-fly image resizing and transcoding with Cloudflare Images - [KV Cache Handler](https://mintlify.wiki/cloudflare/vinext/api/cloudflare/kv-cache-handler.md): Cloudflare KV-backed cache handler for ISR and cache persistence - [next.config.js/ts](https://mintlify.wiki/cloudflare/vinext/api/config/next-config.md): Complete reference for next.config.js/ts configuration options in vinext - [Route Segment Config](https://mintlify.wiki/cloudflare/vinext/api/config/route-segment.md): Configure page and route behavior with route segment config options - [vite.config.ts](https://mintlify.wiki/cloudflare/vinext/api/config/vite-config.md): Vite configuration for vinext projects - [next/cache](https://mintlify.wiki/cloudflare/vinext/api/modules/cache.md): Caching and revalidation APIs - [next/dynamic](https://mintlify.wiki/cloudflare/vinext/api/modules/dynamic.md): Code splitting and lazy loading with React.lazy and Suspense - [next/font](https://mintlify.wiki/cloudflare/vinext/api/modules/font.md): Automatic font optimization for Google Fonts and local fonts - [next/headers](https://mintlify.wiki/cloudflare/vinext/api/modules/headers.md): Server Component header and cookie access - [next/image](https://mintlify.wiki/cloudflare/vinext/api/modules/image.md): Optimized image component with automatic format negotiation - [next/link](https://mintlify.wiki/cloudflare/vinext/api/modules/link.md): Client-side navigation with automatic prefetching - [next/navigation](https://mintlify.wiki/cloudflare/vinext/api/modules/navigation.md): App Router navigation hooks and utilities - [Module Shims Overview](https://mintlify.wiki/cloudflare/vinext/api/modules/overview.md): Next.js API compatibility layer for Vite - [next/router](https://mintlify.wiki/cloudflare/vinext/api/modules/router.md): Pages Router navigation and routing - [next/script](https://mintlify.wiki/cloudflare/vinext/api/modules/script.md): Optimized third-party script loading with strategy control - [next/server](https://mintlify.wiki/cloudflare/vinext/api/modules/server.md): Server-side request and response utilities for middleware and route handlers - [Architecture](https://mintlify.wiki/cloudflare/vinext/concepts/architecture.md): How vinext reimplements the Next.js API on Vite - [Caching & ISR](https://mintlify.wiki/cloudflare/vinext/concepts/caching.md): How vinext implements Incremental Static Regeneration with a pluggable cache architecture - [File-System Routing](https://mintlify.wiki/cloudflare/vinext/concepts/routing.md): How vinext implements Next.js file-system routing for both Pages and App Router - [React Server Components](https://mintlify.wiki/cloudflare/vinext/concepts/server-components.md): How vinext integrates RSC via @vitejs/plugin-rsc for App Router - [Adding Features](https://mintlify.wiki/cloudflare/vinext/contributing/adding-features.md): How to add new features to vinext - [Development Setup](https://mintlify.wiki/cloudflare/vinext/contributing/development-setup.md): Setting up your local environment for vinext development - [Contributing to vinext](https://mintlify.wiki/cloudflare/vinext/contributing/overview.md): How to contribute to the vinext project - [Testing Guide](https://mintlify.wiki/cloudflare/vinext/contributing/testing.md): How to run and write tests for vinext - [Cloudflare Workers Deployment](https://mintlify.wiki/cloudflare/vinext/guides/cloudflare-workers.md): Deploy vinext applications to Cloudflare Workers with one command - [Configuration Guide](https://mintlify.wiki/cloudflare/vinext/guides/configuration.md): Configure vinext and customize the Vite build process - [Deployment Guide](https://mintlify.wiki/cloudflare/vinext/guides/deployment.md): Deploy vinext applications to production environments - [Migrating from Next.js](https://mintlify.wiki/cloudflare/vinext/guides/migration.md): Complete guide to migrating your Next.js application to vinext - [Static Export](https://mintlify.wiki/cloudflare/vinext/guides/static-export.md): Generate fully static HTML sites with vinext - [Installation](https://mintlify.wiki/cloudflare/vinext/installation.md): Detailed installation guide for vinext. Learn how to migrate an existing Next.js project or configure vinext from scratch. - [vinext](https://mintlify.wiki/cloudflare/vinext/introduction.md): Run Next.js apps on Vite. Drop-in replacement for the next CLI with Cloudflare Workers deployment. - [Quick Start](https://mintlify.wiki/cloudflare/vinext/quickstart.md): Get started with vinext in 5 minutes. Create a new project or migrate an existing Next.js app.