> 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: Start a Wix-Managed Headless Project Using Claude Design

## Article: Start a Wix-Managed Headless Project Using Claude Design

## Article Link: https://dev.wix.com/docs/go-headless/wix-managed-headless/start-from-your-own-frontend/start-a-wix-managed-headless-project-using-claude-design.md

## Article Content:

# Start a Wix-Managed Headless Project Using Claude Design

Do this task to create a Wix-managed headless project from your own project designed in Claude Design. This process deploys your site and integrates it with Wix business solutions.

<blockquote class="important">

__Important:__
Before you can create a Wix-managed headless project from your own project designed in Claude Design, you must connect the Wix Connector to your Claude environment. In Claude Design:
1. Click **Share**.
2. Select the **Send to** tab.
3. Click **Add a destination**.
4. Select **Wix** from the list of connectors. 

You only need to do this once.

</blockquote>

To create a Wix-managed headless project from your own project designed in Claude Design, in Claude Design:

1. Click **Share** and select the **Send to** tab.
2. Select the **Send to Wix** option. Selecting this option creates the `wix.config.json` configuration file that links your frontend to a new Wix Headless project. Wix uploads and hosts the files with SSL, CDN, and business APIs configured. It then releases your site so it goes live.
3. Wait for the process to complete and verify your site is live on the success page.
4. Explore the success page. From the success page, you can open the live URL to see your deployed site, go to your site dashboard, or connect a custom domain to replace the default `*.wix-site-host.com` URL.

    If you close the success page, you can always find your deployed site URL in your site dashboard under **Headless Settings**.

    The success page also includes a sample prompt for [developing your project](https://dev.wix.com/docs/go-headless/wix-managed-headless/start-from-your-own-frontend/development-of-a-project-started-from-your-own-frontend.md) with an AI coding agent.

5. Download the updated code to continue working on your site and connect it to Wix business solutions. Make sure you download the latest version of your code so that your local project includes the newly created `wix.config.json` file, which connects your frontend to Wix APIs.

> **Notes:** 
> - Use the sample prompt from the success page for the initial setup of your project only. After downloading your code and completing the first iteration, continue developing with your AI agent as you normally would. Don't reuse the initial prompt.
> - Continue developing your project in Claude Code by clicking **Share**, selecting the **Send to** tab, and selecting **Claude Code**.

## See also

- [About Wix-Managed Headless Projects Started from Your Own Frontend](https://dev.wix.com/docs/go-headless/wix-managed-headless/start-from-your-own-frontend/about-wix-managed-headless-projects-started-from-your-own-frontend.md)
- [Development of a Project Started from Your Own Frontend](https://dev.wix.com/docs/go-headless/wix-managed-headless/start-from-your-own-frontend/development-of-a-project-started-from-your-own-frontend.md)