What problem does it solve? Moving a Next.js application off the Next.js toolchain onto a Vite-based runtime for Cloudflare Workers involves package swaps, ESM conversion, config generation, and compatibility risk. This Skill guides that migration step by step without requiring changes to application code. ## Core Features & Use Cases - Compatibility Scanning: Runs vinext check to produce a scored report of supported and unsupported Next.js features before any changes are made. - Automated or Manual Migration: Uses vinext init for a non-destructive automated migration, or walks through manual package replacement, script updates, ESM conversion, and vite.config.ts generation. - Cloudflare Deployment Setup: Configures wrangler.jsonc, worker entries, and bindings via vinext deploy or manual Vite multi-environment config. - Use Case: A team wants to deploy their App Router SaaS app to Cloudflare Workers. The Skill detects the package manager and router type, runs the compatibility check, migrates the project, and verifies the dev server and key routes work. ## Quick Start Migrate my Next.js project to vinext and verify the dev server starts without errors.