#1 e-commerce platform on GitHub
The commerce API that puts developers firstAn open-source, GraphQL-first e-commerce platform delivering ultra-fast, dynamic and personalized shopping experiences.
Headless
Commerce
Truly omni-channel with finely-crafted, extremely flexible and complete commerce API. Use your favorite CMS, CRM, fulfilment API, PIM, POS, ERP or innovations of tomorrow.
We selected Saleor, as our global eCommerce platform of choice. Saleor fits with our ethical approach to open source software, and our move away from large scale enterprise solutions. We’re enjoying the modularity, flexibility we can harness from Saleor to deliver on our promise of the best, freshest, handmade cosmetics.

Adam Goswell, Tech R&D
Global by design
Made to power fast-growing
e-commerce brands.
Multi-channel, multi-warehouse, multi-language and multi-currency enable frictionless expansion and flexibility. All of this is wrapped into a friendly, fast and efficient Dashboard.
Radical frontend flexibility
Saleor natively decouples the presentation layer from your core business with the most front-end friendly GraphQL API. Manage any number of storefronts, apps, and devices from a single back-end. Create beautiful, engaging brand experiences. Bullet-proof your development workflow and content strategy.
Use our minimalist PWA, your existing storefront, or build a new one in the language and platform of your choosing.
Made for developers
The fastest-growing open source e-commerce platform in the world.
No more specialized, closed-source knowledge and proprietary templates. Just GraphQL, JAMstack, Next.js and modern front-end tools. We obsess over the right abstractions so your teams don’t need to stitch together disparate systems, or spend months integrating payments functionality. Create beautiful experiences and powerful extensions through Webhooks/PubSub and the GraphQL API.
1mutation createCheckout {
2 checkoutCreate(
3 input: {
4 channel: "default-channel"
5 email: "john@example.com"
6 lines: {
7 variantId: "UHJvZHVjdFZhcmlhbnQ6MTcx"
8 quantity: 1
9 }
10 }
11 ) {
12 checkout {
13 token
14 lines {
15 variant {
16 name
17 }
18 }
19 totalPrice {
20 gross {
21 amount
22 currency
23 }
24 }
25 }
26 }
27}
28
{
"data": {
"checkoutCreate": {
"checkout": {
"token": "2182050b-3373-4ebc-a03b-8b29ebf58f10",
"lines": [
{
"variant": {
"name": "Blue Paint 1l"
}
}
],
"totalPrice": {
"gross": {
"amount": 15
"currency": "USD"
}
}
}
}
}
}
Built for your stack
Start building with Saleor now
Bootstrap a new storefront development environment in no time with Saleor CLI and free Saleor Cloud developer account.
npx saleor storefront create --demo
Zero DevOps, Zero maintenance
We take care of scaling, updating, and securing the infrastructure, you pursue growth
Freedom of experimentation
Use sandboxes to build and test new ideas and updates safely
GDPR compliance
Control where your data is stored with data centers available in both US and EU
No GMV-tax on growth
Our pricing model depends on resource use, all growth goes right to your bottom line