The Open Source
Headless Commerce

Saleor is #1 e-commerce platform on GitHub
and the most future-proof strategy for any brand viewing technology,
extensibility and openness as vital for revolutionary customer experiences.

🚀 Are you building something with Saleor Open Source? Let us know and help us improve it!

First Steps

For more details please read our documentation or go directly to saleor-platform README

  • Clone Saleor's repo


    git clone https://github.com/saleor/saleor-platform.git

    cd saleor-platform

  • Apply database migrations:


    docker compose run --rm api python3 manage.py migrate

    docker compose run --rm api python3 manage.py collectstatic --noinput

  • Add sample data


    # Finally, create yourself an admin account:

    docker compose run --rm api python3 manage.py populatedb

    # Populate the database with sample data and create the admin user:

    docker compose run --rm api python3 manage.py createsuperuser

  • Run the services


    docker compose up

  • Note: Please use the following credentials to log in to your account: admin@example.com / admin

Open Source
Composable Commerce

  • Saleor Core API

    The most comprehensive commerce GraphQL API available. Spend 80% of the time on the 20% of the parts that make your e-commerce unique - building the right experiences, while our API will take care of the rest.

  • Saleor Dashboard

    One thing we truly love at Saleor is good UX. Comfort and efficiency of the stuff taking care of daily e-commerce chores is one of our priorities. Saleor comes with a fully-featured management console built directly on top of Saleor's Commerce API.

  • Saleor Storefront & Starters

    Start exploring Saleor with our React, Next.js, GraphQL, and Tailwind CSS storefront starter pack. Check out other examples available to learn and experiment with our API and various modern front-end frameworks.

Write Saleor Extensions

Start building Saleor's extensions in no time. With one of our starter packs and Guides.

See available extensions

Under the hood

21686

GitHub Stars

Community

Join our open source community and gain access to core contributors, track the latest updates, and  join in the discussion.