---
title: Deploying
description: Learn how to deploy your Next.js app to production, either managed or self-hosted.
url: "https://nextjs.org/docs/14/pages/building-your-application/deploying"
version: 14.2.35
lastUpdated: 2024-01-25
prerequisites:
  - "Building Your Application: /docs/14/pages/building-your-application"
---



- [Production Checklist](/docs/14/pages/building-your-application/deploying/production-checklist)
  - Recommendations to ensure the best performance and user experience before taking your Next.js application to production.
- [Static Exports](/docs/14/pages/building-your-application/deploying/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.
- [Multi Zones](/docs/14/pages/building-your-application/deploying/multi-zones)
  - Learn how to use multi zones to deploy multiple Next.js apps as a single app.
- [Continuous Integration (CI) Build Caching](/docs/14/pages/building-your-application/deploying/ci-build-caching)
  - Learn how to configure CI to cache Next.js builds

---

For an index of all available documentation, see [/docs/14/llms.txt](/docs/14/llms.txt)