> 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: Sync Design Changes from Claude Design

## Article: Sync Design Changes from Claude Design

## Article Link: https://dev.wix.com/docs/go-headless/wix-managed-headless/other-frameworks/claude-design/sync-design-changes-from-claude-design.md

## Article Content:

# Sync Design Changes from Claude Design

After you [send a Claude Design to Wix](https://dev.wix.com/docs/go-headless/wix-managed-headless/other-frameworks/claude-design/send-a-claude-design-to-wix.md), you can keep changing the design in Claude Design. How you get those changes onto your live site depends on whether you've already published the site yourself, with the Wix CLI or an AI coding agent.

## Before you publish yourself

**Send to Wix** updates your existing live site.

In Claude Design, click **Share** > the **Send to** tab > **Send to Wix** again. Your live site updates with the latest design.

## After you publish yourself

**Send to Wix** creates a new site instead of updating the existing one, so that it doesn't overwrite your published work. Don't use the share flow.

To get design changes onto a site you've already published:

1. In Claude Design, click **Share** and select the **Export** tab.
2. Select **Standalone HTML** and click **Download**.
3. Attach the downloaded file to your AI coding agent and ask it to update your existing project with the new design.
4. Publish the site again. Ask your agent to publish it, or run `npx wix release` yourself.

## Why it works this way

Publishing with the CLI or an agent makes your local project the source of truth for the site. Sending from Claude Design after that would replace whatever you've built on top of the original design, including any Wix business solutions you connected. Creating a new site instead leaves your published work intact.

## See also

- [Send a Claude Design to Wix](https://dev.wix.com/docs/go-headless/wix-managed-headless/other-frameworks/claude-design/send-a-claude-design-to-wix.md)
- [Develop Your Project](https://dev.wix.com/docs/go-headless/wix-managed-headless/develop-your-project.md)
- [About Supported Frameworks](https://dev.wix.com/docs/go-headless/wix-managed-headless/about-supported-frameworks.md)