Astro Templates for Wix-Managed Headless

When you create a new Wix headless project using the CLI, you can choose from several templates to jumpstart your development. Each template is built on Astro and pre-configured for a specific business solution or use case, helping you get up and running quickly with a tailored frontend and integrated Wix APIs.

Templates

TemplateNameUse caseKey features
Commerce (Wix Stores)commerceOnline storesProduct catalog management, shopping cart, checkout flows, Wix Stores integration.
Scheduler (Wix Bookings)schedulerAppointment-based businessesScheduling, bookings, Wix Bookings integration.
Registration (Wix Forms)registrationData collection and registrationsForm submissions, user registration, Wix Forms integration.
BlankblankFully custom projectsMinimal starter template, essential project structure, no prebuilt business logic.

Get started

Run the following command, replacing the value of --site-template with one of the template names from the table above (commerce, scheduler, registration, or blank):

Copy

To learn more about the command and its other available flags, see create headless.

Did this help?