If you've got a Next.js app and want to deploy it to Cloudflare Workers or escape Vercel lock-in, this bridges the gap by reimplanting Next.js APIs on top of Vite. It handles both Pages and App Router with 94% API coverage, so getServerSideProps, Server Components, and Route Handlers just work. The migration is non-destructive and there's a one-command init that runs compatibility checks and sets everything up alongside your existing Next.js setup. Worth considering if you're already hitting Next.js deployment constraints or just want faster dev server HMR from Vite without rewriting your routing layer.
npx skills add https://github.com/aradotso/trending-skills --skill vinext-vite-nextjs