Next.js
Self-hosting and production deployment strategies for Next.js — SSR, RSC, Electron packaging, and platform-independent delivery.
What you’ll learn
- Choose the right deploy strategy for SSR and RSC
- Package apps for self-hosted and hybrid environments
- Run Next.js in production without platform lock-in
Deploy Next.js Without Vercel: Self-Hosting Production Guide
Deploy a Next.js app without Vercel using standalone output, Docker, and a production-ready Node server that can run on any VM, container host, or cloud.
nextjs
Building an App with Next.js and Electron with Server Components Support
Learn how to build an app with Next.js and Electron with Server Components support
electron