What's Next
You have a running Accelerator connected to your Propeller environment. Here is where to go from here.
Understand the SDK layers
Learn how the three layers of the Storefront SDK work and how to use each one:
- Understanding the Storefront SDK — the three-layer architecture and how the pieces fit together
- Choosing Your Approach — common partner architectures and a decision table
- SDK Services — the typed TypeScript services that power everything
- UI Components — pre-built components, callbacks and the stack-agnostic documentation
- Accelerator — state management, configuration and what works without a CMS
Customize the Accelerator
- CMS Integration — connect Strapi or another headless CMS using the adapter pattern
- Routing — customize URL patterns and configure CMS routes
- Customization — callbacks, pass-through properties and override patterns
- B2B Capabilities — portal modes, contact-company model and clusters
Learn the commerce domains
The frontend domain guides explain how each commerce domain works in Propeller and how to build with it:
- Products and catalog — product queries, search and filtering
- Pricing and discounts — pricing layers, price sheets and discount resolution
- Cart and checkout — cart mutations, checkout flow and order creation
- Authentication — login, registration and session management
Connect business systems
If you also need to sync products, pricing, orders or customers from an ERP, PIM or CRM, see Build an Integration.
Use a different framework
If you decide to build without the SDK, the Using your own Framework track walks you through connecting to the GraphQL API from Vue, Angular, Svelte or any other stack.