Using your own Framework
Build a frontend using Propeller's GraphQL API directly, with your own framework and architecture.
When to choose this track
This track is for developers who want to work directly with the GraphQL API without using the Storefront SDK. Use this approach when you:
- Want to integrate Propeller into an existing frontend application
- Need a completely custom architecture
- Prefer to write all GraphQL queries yourself
The Storefront SDK track provides a faster path with pre-built services and UI components that work across frameworks.
What you'll build
By the end of this track, you will have:
- An authenticated connection to Propeller's GraphQL API
- A product listing page that queries real data
- A basic order creation flow using GraphQL mutations
Steps
- Authenticate — connect to the GraphQL API and make your first query
- Build a catalog page — fetch products, search and build a product listing
- Create an order — build a cart and submit an order
- What's next — explore advanced features and frontend guides