⚠️ After March 18, 2024, the FastStore documentation will be migrated to the Developer Portal. For more information, access the official release note.

The ultimate toolkit for building blazing-fast storefronts.

In the ecommerce world, speed matters. That's why we've built FastStore: an open-source toolkit to create blazing-fast storefronts that convert.

  • Start fast with a Starter Theme

    Kickstart your next FastStore website with a Starter Theme optimized for performance.

  • Build fast with familiar technologies

    Use your preferred tech stack and explore your creativity to build unique digital commerce storefronts.

  • Stay fast with Jamstack and Git workflows

    Leverage the power of Jamstack to make data-driven decisions around performance and code quality.

Ecommerce-focused UI components

Use FastStore components to create modern storefronts that perform great everywhere.

Explore Our Components
<ProductCard bordered>
  <ProductCardImage>
    <img
      data-fs-image
      src={product.image[1].url}
      alt={product.image[1].alternateName}
    />
  </ProductCardImage>
  <ProductCardContent
    title={product.isVariantOf.name}
    price={{
      value: product.offers.offers[0].price,
      listPrice: product.offers.offers[0].listPrice,
      formatter: useFormattedPrice,
    }}
    ratingValue={3.5}
    onButtonClick={() => {}}
    showDiscountBadge
  />
</ProductCard>

Flexible and extensible GraphQL schemas

Deliver seamless experiences everywhere

A Backend For Frontend (BFF) layer for you to perform operations more effectively at the server and overcome shortcomings from REST APIs.

Orchestrate your data

Use our GraphQL data layer to connect to your ecommerce provider and extend it to fetch data from external services.

Connect Your Data

Easily manage all meaningful states of your store

Improve your sales with Google Analytics 4

Use our hooks and utils to quickly integrate your website with Google Analytics 4 and make data-driven decisions.

Handle side effects and layout bugs to deliver better experiences

Refer to our SDKs to build custom solutions and deliver a better UX for your shoppers.

Build Tailor-made solutions

Go live with the VTEX solution for building lightning-fast shopping experiences.

Learn More