Connects your CLI project to Wix Vibe, enabling AI-powered visual editing alongside your local development workflow.
This command is only available for projects created with Vibe-compatible templates. After connecting, you can use the Vibe editor to make visual changes to your project using conversational AI prompts, while your local code remains the source of truth.
- You must have created your project using a Vibe-compatible template. For a list of Vibe-compatible templates, see Wix CLI for Headless Templates.
- Projects created with standard templates can't be connected to Vibe.
When you run wix connect, the CLI:
- Sets up the connection between your local project and the Vibe editor.
- Enables synchronization between your local files and Vibe.
- Provides a link to access the Vibe editor for your project.
Once connected, you can:
- Use AI prompts to modify a site's design and layout in Vibe.
- Make visual changes without writing code.
- Switch between coding in your IDE and designing in Vibe.
- Preview changes in real-time.
Changes made in Vibe are synchronized with your local project files.