
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
corvid-cli
Advanced tools
Download your Wix site, code in a local IDE, collaborate, use git, and more!
This feature will be deprecated on July 20, 2021 and will no longer work. Therefore, we recommend you push your changes from the Local Editor and start using our online IDE as soon as possible (Please note: If the push command doesn’t work, you can still copy your local changes to the online IDE).
Download your Wix site, code in a local IDE, collaborate, use git, and more!
DEPRECATED: The Corvid CLI allows you to download a Wix site and work on it locally. With this tool you can use your favorite development tools (e.g IDE, version control) to manage the code on your site, a local Wix Editor to edit your site's look and feel, and collaborate with others in building your site. Read more about how to use the Corvid CLI here.
Node.JS version >= 10
Enable Corvid using the Regular Editor in the site that you want to work on locally.
Run create-corvid-app as follows, replacing the placeholders with values as described below:
npx create-corvid-app <folder-name> [your-wix-site-url]
<folder-name>: A local directory where you want to store your local site project. If the directory doesn't exist, it will be created.[your-wix-site-url](optional): The public URL of your published site or your site's Regular Wix Editor URL.Before your project downloads, if you are not already authenticated, a Wix authentication screen will open where you must enter your Wix credentials. You need to authenticate with a user whose role has Editor permissions for the site.
If you did not provide a URL when running create-corvid-app you can clone your site into the project directory using the clone command:
npx corvid clone <your-wix-site-url>
When working on your local site, you edit your site's code in your preferred IDE and edit your site's look and feel in the Local Wix Editor.
To edit your site's code, open your site's local project directory in your preferred IDE. When you make changes to your local code files, and you save those changes in your IDE, those changes are immediately synced to the Local Wix Editor.
Editing the local version of your site's UI and previewing your local site is done through the Local Wix Editor.
To open your local site project in a Local Wix Editor:
Navigate to the folder you specified above:
cd <folder-name>
Open a Local Wix Editor:
npx corvid open-editor
To learn about what else you can do with the Corvid CLI, run:
npx corvid --help
Or check out these articles about working on your Wix site locally:
FAQs
Download your Wix site, code in a local IDE, collaborate, use git, and more!
The npm package corvid-cli receives a total of 387 weekly downloads. As such, corvid-cli popularity was classified as not popular.
We found that corvid-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.