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.
| Template | Name | Use case | Key features |
|---|---|---|---|
| Commerce (Wix Stores) | commerce | Online stores | Product catalog management, shopping cart, checkout flows, Wix Stores integration. |
| Scheduler (Wix Bookings) | scheduler | Appointment-based businesses | Scheduling, bookings, Wix Bookings integration. |
| Registration (Wix Forms) | registration | Data collection and registrations | Form submissions, user registration, Wix Forms integration. |
| Blank | blank | Fully custom projects | Minimal starter template, essential project structure, no prebuilt business logic. |
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):
To learn more about the command and its other available flags, see create headless.