Every Wix-managed headless project runs on Wix infrastructure, whatever framework you build with. How much Wix handles for you depends on that framework.
This article covers the 2 options, what each one gives you, and which frameworks Wix can run.
Note: If you need a framework Wix-managed headless doesn't support, or want your own hosting provider, use self-managed headless instead. It supports any framework, but you handle hosting and deployment yourself.
Scaffold a new project with AI or the Wix CLI, or link an Astro project you already have. Wix's Astro integration handles authentication automatically, adds built-in SEO support, analytics tracking, and error and log monitoring, manages your secrets, and lets you add extensions.
Deploy a frontend you already have and keep the framework you built it with. Wix hosts and runs your site, and you preview and release it with the CLI. You create a Wix client and set up authentication yourself.
Wix doesn't build these projects. You build locally with your framework's own tooling and deploy the build output.
You can deploy client files, server code, or both:
Frameworks whose server output can't run on Cloudflare Workers aren't supported.
The framework rules above describe what Wix can run. Each way of creating a project narrows them further:
| How you create the project | Client files | Server code |
|---|---|---|
| Initializing from your terminal | Any build output | Yes, when built for the Cloudflare Workers runtime |
| Uploading your files | Static files only. See What You Can Upload. | No |
| Sending a Claude Design | One HTML page | No |
| Capability | Astro | Other frameworks |
|---|---|---|
| Managed hosting with global CDN | ✓ | ✓ |
| Analytics tracking | ✓ | ✗ |
| Wix business APIs | ✓ | ✓ |
| Backend code | ✓ | ✓ When built for the Cloudflare Workers runtime |
| Automatic authentication | ✓ | ✗ |
| Built-in SEO support | ✓ | ✗ |
| Secrets management | ✓ | ✗ |
| Error and log monitoring | ✓ | ✗ |
| App extensions | ✓ | ✗ |
| CLI commands | Full command set | preview and release only |
| Builds | Wix builds your project | You build locally and release the build output |
Last updated: 30 July 2026