> 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: Quick Start with AI

## Article: Quick Start with AI (new)

## Article Link: https://dev.wix.com/docs/go-headless/get-started/quick-starts/quick-start-with-ai.md

## Article Content:

# Quick Start with AI

Go from a single prompt to a deployed Wix-managed headless site or app. You describe what you want to build, and your AI agent scaffolds the project, provisions the business and site, and deploys it for you.

This path requires no installation.

## Before you begin

Make sure you have:

- [Node.js](https://nodejs.org/en/) (v20.11.0 or higher).
- A Wix account. If you don't have one, [sign up](https://manage.wix.com/account/custom-apps).
- An AI coding agent such as Claude Code, Cursor, Codex, or GitHub Copilot in VS Code.

## Step 1 | Build with a single prompt

The [Wix Headless skill](https://wix.com/headless/skill.md) instructs your AI agent on how to scaffold and deploy a Wix-managed headless project using the [Wix CLI](https://dev.wix.com/docs/wix-cli.md). You don't need to install anything to use it.

In your AI coding agent, describe what you want to build and include the Headless skill URL. For example:

```text
Build a storefront for handmade ceramics using https://wix.com/headless/skill.md
```

The agent provisions the business and site for you and scaffolds the local codebase in one step. The more detail you give, such as the desired pages, data, and design, the more complete the result.

## Step 2 | Find your project

Your project lives in 2 places:

- **On Wix**: It appears in your [Wix dashboard](https://support.wix.com/en/article/about-your-wix-dashboard) alongside any other Wix sites. [Open your dashboard](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fhome) to view the live URL, manage the site, add business solutions, or connect a custom domain.
- **On your computer**: The project's code is saved as a folder. Your agent chooses where to put it, so if you're not sure, ask it where it saved the project and note the location. You'll need it to keep editing later.

## Step 3 | Keep building

Keep prompting your agent to add features and adjust the design.

For ongoing development, install the [Wix plugin](https://dev.wix.com/docs/go-headless/get-started/headless-ai-toolkit.md#install-the-wix-plugin) in your AI client. It adds [Wix Skills](https://dev.wix.com/docs/api-reference/articles/ai-tools/about-wix-skills.md) and the [Wix MCP](https://dev.wix.com/docs/api-reference/articles/ai-tools/wix-mcp/about-the-wix-mcp.md) together, giving your agent persistent Wix context.

## See also

- [Build with an AI Agent](https://dev.wix.com/docs/go-headless/wix-managed-headless/full-integration-astro/get-started/build-with-an-ai-agent.md)
- [How it works](https://dev.wix.com/docs/go-headless/wix-managed-headless/full-integration-astro/get-started/build-with-an-ai-agent.md#how-it-works)
- [Headless AI Toolkit](https://dev.wix.com/docs/go-headless/get-started/headless-ai-toolkit.md)
- [About Wix-Managed Headless](https://dev.wix.com/docs/go-headless/wix-managed-headless/about-wix-managed-headless.md)