Skip to main content

Build a Frontend

Build a customer-facing B2B frontend on Propeller; a webshop, customer portal or dealer portal. There are two paths, and both use the GraphQL API.

Use the Storefront SDK

The Storefront SDK is a set of packages that works in any JavaScript framework: a typed GraphQL client and a service per operation, React and Vue UI libraries, optional CMS renderers and the Accelerator starter apps. Scaffold a complete storefront, add the components and services to an app you already have, or use the data layer headless and build your own UI. It ships B2B features like customer-specific pricing, company accounts and quote flows.

Best for: teams who want a typed data layer and pre-built commerce components, in any framework.

Use the Storefront SDK →

Build directly on the GraphQL API

Maximum control. Write your own queries against the GraphQL API, build your own components and own the entire architecture, in any framework. No SDK.

Best for: teams with strict architectural requirements, or a framework without a Propeller UI library.

Build on the GraphQL API →

Just want to see it running?

Scaffold a storefront in one command with the Next.js Accelerator.