title: "Building a Storefront" weight: 0
The storefront is the application that customers use to buy things from your store.
One of the benefits of Vendure's headless architecture is that you can build your storefront using any technology you like, and in the future you can update your storefront without requiring any changes to the Vendure server itself!
To get you up and running with your storefront implementation, we offer a number of integrations with popular front-end frameworks such as Next.js, Vue Storefront, Remix & Angular. See all of our storefront integrations.
If you'd prefer to build your storefront from scratch, here are the main points you'll need to cover at a minimum:
collections query.search query for this - it will let you filter by collection and also implements faceted filtering.Some of these aspects are covered in more detail in this section, but we plan to create guides for each of these.