Wix-managed headless provides a fully managed solution for developing and hosting your headless project. Unlike self-managed headless, you don't need to configure authentication or manage hosting infrastructure.
The benefits of Wix-managed headless include:
One of the biggest advantages of Wix-managed headless is automatic authentication:
/api/auth/login and /api/auth/logout endpoints that handle the entire login flow. Just link to these endpoints and the CLI takes care of redirecting to the Wix login page, exchanging tokens, and managing the authenticated session. Learn how to implement member login.You can call Wix JavaScript SDK methods directly without setting up OAuth, creating a Wix client, or managing tokens yourself.
There are two ways to start a Wix-managed headless project. Both approaches use the Wix CLI for ongoing development and deployment.
Wix Vibe is an AI-powered tool that generates a full UI and project structure from conversational prompts. Describe what you want to build, and Vibe creates a working project as a starting point.
After bootstrapping with Vibe, continue development in the Vibe editor or open the project in your preferred IDE and use the Wix CLI.
The Wix CLI is a command-line tool for creating, developing, and deploying Wix headless projects. Use the CLI to start a project from scratch with full manual control, or to continue developing a project bootstrapped with Vibe.
Quick Start a Wix CLI Headless Project