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 2 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 2 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.

Development in this path is facilitated by the Wix CLI for Headless. The CLI automatically scaffolds a headless project with an Astro-based frontend and configures authentication and environment variables. Built on the Astro framework, you can use components from React, Vue, Svelte, or Solid, giving you framework versatility while benefiting from Wix's infrastructure.

You can even bootstrap your entire project using Wix Vibe, an AI-powered tool that generates a full UI and project structure from conversational prompts.

Use this path when you want the fastest, most automated experience and are happy using Wix's recommended stack and hosting. It's perfect for new projects where you want Wix to handle as much as possible, including hosting, integration, and private app features for enhanced customization.

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 and control. This approach supports integrating Wix business logic into existing sites, using any development framework, and building highly customized solutions.

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

See also

Did this help?