About Wix-Hosted Pages

Wix Headless provides access to business solutions like eCommerce, Bookings, and Events. For certain processes that require a user interface, such as checkout or booking a service, you can redirect visitors to Wix-hosted pages instead of building them yourself. These pre-built pages handle the specific business logic, then redirect visitors back to your site or app.

Note: You can use Wix-hosted pages in both Wix-managed and self-managed headless projects.

Available Wix-hosted pages

Each Wix-hosted page provides a complete, pre-built solution that you can use with your headless project. The following are the available types of Wix-hosted pages:

  • Booking page: Service details and scheduling page from Wix Bookings.
  • Bookings checkout: Checkout page for booking a service from Wix Bookings.
  • eCommerce checkout: Checkout page for a shopping cart from Wix eCommerce.
  • Events checkout: Checkout page for event ticket purchases from Wix Events.
  • Pricing plans checkout: Checkout page for subscription plans from Wix Pricing Plans.
  • Product page: Product details page from Wix Stores.

Note: Wix also hosts member login pages. Login uses the Wix pages domain, but follows a separate authentication flow.

Redirects in self-managed projects

When using Wix-hosted pages in self-managed headless projects, visitors transition between the external frontend domain and the Wix pages domain during the redirect flow.

Note: In Wix-managed headless projects, visitors stay on the same domain for both the frontend and Wix-hosted pages.

Redirect flow

A redirect flow transitions visitors from the external frontend domain to a Wix-hosted page and back again:

  1. A visitor starts a process on the external frontend, such as starting checkout.
  2. The frontend creates a redirect session and sends the visitor to the relevant Wix-hosted page.
  3. When the process ends, Wix redirects the visitor back to a specified page on the external frontend.

To support this flow, configure an allowed redirect domain. This enables Wix to redirect visitors back to your external frontend. For detailed examples, see Headless Redirects: Sample Flows.

Wix pages domain

Wix hosts your project's Wix-hosted pages as a separate website with a unique site domain. By default, that domain is a free Wix domain. This domain doesn't match your external frontend's domain.

You can connect a custom domain, such as a subdomain of your external frontend, to create a seamless visitor experience. This requires a premium plan.

Implementation

You can redirect to Wix-hosted pages from your headless project using either the JS SDK or REST API. Both methods use Create Redirect Session to handle the redirection process.

See also

Last updated: 3 August 2026

Did this help?