vinext — Next.js API on Vite, Deploy Anywhere Skill by ara.so — Daily 2026 Skills collection. vinext is a Vite plugin that reimplements the Next.js public API surface (routing, SSR, RSC, imports, CLI) so existing Next.js apps run on Vite instead of the Next.js compiler. It targets 94% API coverage, supports both Pages Router and App Router, and deploys natively to Cloudflare Workers with optional Nitro support for AWS, Netlify, Vercel, and more. Installation New project (migrate from Next.js) This will: 1. Run compatibility check ( ) 2. Install , as devDependencies 3. Install , for App Router…