Apps

Understand the Next.js apps that make up the ship.pluv.io templates.

ship.pluv.io monorepo templates include a Next.js app that is broken down into multiple Next.js zones.

Multi-zone Next.js apps do make deploying your app the first time more complex, but once setup, provides a number of long-term benefits:

  1. Lower complexity - Each zone is a smaller, more focused app that is easier to understand and maintain.
  2. Faster deployments - Zones have fewer dependencies and pages to build, making them smaller and faster to deploy.
  3. Deploys independently - Zones deploy independently, allowing you to deploy changes to one zone without affecting the others.

Check out the Next.js apps included in the templates below: