About Headless Development Paths

Wix Headless enables you to build custom frontends using any technology stack, while leveraging Wix's business management platform. There are two headless development paths you can take to connect your custom frontend to Wix's backend services. Each path determines how much of the setup, configuration, and hosting you manage yourself, and how much Wix automates for you. The right path for you depends on your technical preferences, project requirements, and desired level of control. Understanding these development paths helps you choose the best approach for your project's needs.

Wix Headless supports two main development paths:

  • Wix-managed headless
  • Self-managed headless

Wix-managed headless

Take advantage of a fully Wix-managed solution for developing and hosting your headless project. Wix handles hosting, authentication, and infrastructure, so you can focus on building your frontend and business logic. This is the recommended path for new headless projects.

You can create a Wix-managed headless projects in 2 ways:

  • Wix CLI: A code-first approach. Run npm create @wix/new@latest headless to provision the business and site for your project and scaffolds a local Astro codebase. No prior setup in the Wix dashboard is required. You then develop and deploy locally with the Wix CLI.
  • Wix Vibe: A UI-based approach. Wix Vibe lets you create and edit your project using conversational AI prompts, without writing code. Projects started in Vibe can connect to GitHub and continue locally with the Wix CLI. Think of Vibe as a custom template or starting point: you keep what Vibe generated but take it into your own development and deployment workflow.

To learn more, see About Wix-Managed Headless.

Self-managed headless

Build your own frontend from scratch with any framework or platform, and connect it directly to Wix's backend using the Wix JavaScript SDK or the REST API. You're responsible for all configuration, authentication, and hosting.

Use this path when you need maximum flexibility, or to connect a custom frontend to an existing Wix site.

Existing Wix sites

You can connect an existing Wix site to a headless client, turning the site into the backend for your project. Use this approach to migrate to a custom frontend or to add additional frontends. The authentication strategy is the same as for any self-managed project.

Comparison of development paths

FeatureSelf-managed headlessWix-managed headless
Use any frontend framework
Use any hosting or deployment solution
Astro-based frontend with React, Vue, Svelte, or Solid
Wix JavaScript SDK integration
Automatic Wix Client configuration
Automatic project scaffolding
Automatic environment variable setup
Wix-managed hosting with global CDN, SSL, and auto-scaling
App extensions for custom backend logic and dashboard features
AI-powered bootstrapping with Wix Vibe
Multilingual support

See also

Did this help?