> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: connect ## Article: connect ## Article Link: https://dev.wix.com/docs/wix-cli/command-reference/project-commands/connect.md ## Article Content: # wix connect Connects your CLI project to [Wix Vibe](https://dev.wix.com/docs/go-headless/wix-vibe/about-wix-vibe.md), 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 ```bash wix connect ``` ## 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 + [Quick Start a Headless Project](https://dev.wix.com/docs/wix-cli/guides/get-started/quick-start-a-headless-project.md) + [About Wix Vibe](https://dev.wix.com/docs/go-headless/wix-vibe/about-wix-vibe.md) + [About the Wix CLI](https://dev.wix.com/docs/wix-cli/guides/about-the-wix-cli.md)