Deploy an existing single-page app (SPA) as a Wix-managed headless project. Wix hosts and runs your frontend and connects it to Wix business solutions, while you keep the framework you already have.
Important: When you deploy your own existing frontend, Wix doesn't handle authentication for you. You create a Wix Client and set up authentication yourself, the same as for self-managed headless. Automatic authentication and extensions are available only with Wix's Astro integration.
Coming from Claude Design? You can send a Claude Design build directly to Wix Headless.
Make sure:
wix.config.json file).Navigate to the root of your existing project directory.
Run:
This creates a new Wix Headless project and a wix.config.json file that links your frontend to it. If you aren't logged in, the CLI prompts you to log in.
Run npx wix release to deploy your site.
Initializing your project creates a client ID for you, stored as the appId in your wix.config.json file. Authentication is yours to wire up, but the groundwork is already done.
To set up authentication, install the Wix JavaScript SDK and create a client with OAuthStrategy, passing the appId from wix.config.json as your client ID.
For more information on handling site visitors and members, see About Authentication for Self-Managed Headless.
After your project is set up, keep building:
npx wix preview to test locally, npx wix release to publish, and global commands like npx wix login. See the CLI command reference.Last updated: 25 June 2026