wix connect

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.

Usage

Copy

Prerequisites

  • 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.

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?