wix connect

Connects your CLI project to Wix Vibe, enabling AI-powered visual editing alongside your local development workflow.

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.

Usage

Copy

What happens when you connect

When you run wix connect, the CLI:

  1. Sets up the connection between your local project and the Vibe editor.
  2. Enables synchronization between your local files and Vibe.
  3. 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.

See also

Did this help?