A personal utility, and hopefully useful to other devs too, that answers one question: does the Next.js version that OpenNextJS Cloudflare supports match the latest stable Next.js release from Vercel? No more, no less.
Vercel Next.js
Fetched live from the npm registry at registry.npmjs.org/next/latest. This is the latest stable version Vercel has published.
OpenNextJS CF
Fetched live from the package.json in the opennextjs-cloudflare repository. The next dependency version there reflects what they currently support.
When choosing whether to use a new Next.js feature in a Cloudflare-deployed app, I kept having to manually check both repos to see if the versions lined up. This automates that check. The OpenNextJS team does great work. This is just a convenience tool to save a browser tab or two.