Template Deployment

Our Next.js template repositories support quick-start deployment on Netlify.

You can also deploy our templates on any platform that supports Next.js 13 and the App Router Roadmap.

For example, you can deploy Next.js projects on:

Note: Before attempting to deploy templates on these platforms, check the most up-to-date information from the provider.

For more information about deploying Next.js projects to production on a variety of platforms, see the Next.js deployment guide.

Our template repositories require a single environment variable, NEXT_PUBLIC_WIX_CLIENT_ID, which should contain a client ID authorizing access to a Wix project. To generate a client ID, create a project and then create an OAuth app. If you've already created an OAuth app, you can find the client ID in your project's Headless Settings.

Want to request support for quick-start deployment on another platform? Contact us to suggest a platform.

Did this help?