Yar Kravtsov's blog

Next.js

Next.js is a popular open-source web development framework built on top of React. It offers features like server-side rendering, static site generation, and API routes, making it easier to build fast, SEO-friendly web applications. Next.js is widely used for creating modern web experiences with improved performance and developer productivity.

  • Published at
    Deploying a NextJS app with the App Router outside of Vercel's infrastructure is possible using Docker and Docker Compose. This setup uses Nginx for static asset serving and as a reverse proxy for the Node.js app. This post will explain the process step-by-step for those new to Docker.