CLI / Terminal Access
30-60 minAdvanced
Wix primarily uses a Cloud-based editor, but 'Wix CLI' and 'Wix Studio' allow for local coding workflows, particularly for custom apps and Velo code.
Prerequisites
- Node.js 18+
- Wix Account
- Wix Studio or Editor X Site
Easy
Installing CLI
Setting up the Wix Command Line Interface.
1
Install
1
Run npm install -g @wix/cli
2
Login: wix login (opens browser authentication)
Example
npm install -g @wix/cli
wix loginVerification Checklist
- wix login successful
- GitHub repo shows recent commits from Wix
Pro Tips
- Enable 'Developer Mode' in the online editor to see code panels
- Use 'Wix Blocks' to build reusable UI widgets locally
- Always export critical CMS collections to CSV before major schema changes