How to Deploy a Full-Stack Next.js App on Cloudflare Workers with GitHub Actions CI/CD
I typically build my projects using Next.js 14 (App Router) and Supabase for authentication along with Postgres. The default deployment choice for a Next.js app is usually Vercel, and for good reason:
freecodecamp.org10 min read