Guides
Authentication
Learn how to implement authentication in Next.js, covering best practices, securing routes, authorization techniques, and session management.
CI Build Caching
Learn how to configure CI to cache Next.js builds
Migrating
Learn how to migrate from popular frameworks to Next.js
Multi-Zones
Learn how to build micro-frontends using Next.js Multi-Zones to deploy multiple Next.js apps under a single domain.
Production
Recommendations to ensure the best performance and user experience before taking your Next.js application to production.
Self-Hosting
Learn how to self-host your Next.js application on a Node.js server, Docker image, or static HTML files (static exports).
Static Exports
Next.js enables starting as a static site or Single-Page Application (SPA), then later optionally upgrading to use features that require a server.
Upgrading
Learn how to upgrade to the latest versions of Next.js.
Was this helpful?