Build and Deploy a Project with the Wix CLI

The Wix CLI is in Developer Preview and is subject to change.

CLI Documentation Notice

You're viewing documentation for the new Wix CLI, which we recommend for all new projects.

After developing and testing your Wix CLI project locally, you can take it to production. This article guides you through that process.

For instructions on creating a project, see Quick Start a Headless Project, or Quick Start an App.

Before you begin

Before getting started, make sure that you have Node.js (v20.11.0 or higher).

Step 1 | Build the project

Run the build command to build the assets for your project.

Step 2 (Optional) | Create preview URLs

A preview URL is a link you can share with team members that allows them to preview and test your project. Each preview URL directs to a unique version of your project hosted on Wix's servers. Subsequent updates to your project won't affect any previously created versions.

To push your project to Wix's servers for hosting and create preview URLs, run the preview command.

This returns unique URLs linking to preview versions of your site, editor (for apps), and dashboard that you can share with others.

Step 3 | Release your project

To push your project to Wix's servers for hosting and releasing a version, run the release command and follow the prompts.

Next steps

You now have a fully working project.

Use the following resources to continue building your project:

Did this help?