Spree is an open source E-commerce platform for Rails 6 with a modern UX, optional PWA frontend, REST API, GraphQL, several official extensions and 3rd party integrations. Over 1 million downloads and counting!
Last updated on: November 04 at 07:59 AM
source code bug trackerSpree is a complete open source e-commerce solution built with Ruby on Rails. It was started by Sean Schofield and is now developed by Spark Solutions. We're open to contributions.
Spree consists of several different gems (modules), each of which are maintained in a single repository and documented in a single set of online documentation.
Go to: https://demo.spreecommerce.org/ Explore demo features: https://spreecommerce.org/spree-commerce-demo-explainer/
Or fire up your own demo on Heroku:
Admin panel credentials for your own Heroku demo:
spree@example.com
spree123
If you're starting a new application from scrach run:
rails new my_store
cd my_store
You can add Spree to your existing Rails application as well.
Gemfile
gem 'spree', '~> 4.1'
gem 'spree_auth_devise', '~> 4.2'
gem 'spree_gateway', '~> 3.9'
gem 'spree', '~> 3.7.0'
gem 'spree_auth_devise', '~> 3.5'
gem 'spree_gateway', '~> 3.4'
To see what rails version are you using run this command:
rails -v
Older rails versions are also supported: Rails 5.1, Rails 5.0, Rails 4.2
bundle install
Note: if you run into Bundler could not find compatible versions for gem "sprockets":
error message, please run
bundle update
bundle exec rails g spree:install --user_class=Spree::User
bundle exec rails g spree:auth:install
bundle exec rails g spree_gateway:install
By default, the installation generator (rails g spree:install
) will run
migrations as well as adding seed and sample data and will copy storefront data
for easy customization (if spree_frontend
available). This can be disabled using
rails g spree:install --migrate=false --sample=false --seed=false --copy_storefront=false
You can always perform any of these steps later by using these commands.
bundle exec rake railties:install:migrations
bundle exec rails db:migrate
bundle exec rails db:seed
bundle exec rake spree_sample:load
bundle exec rails g spree:frontend:copy_storefront
To use Spree in API-only mode you need to replace spree
with spree_api
in your project Gemfile. This will skip Storefront and Admin Panel. If you would want to include the Admin Panel please add spree_backend
to your Gemfile.
rails s
Go to http://localhost:3000
Go to http://localhost:3000/admin
Spree Extensions provide additional features not present in the Core system.
Extension | Spree 3.2+ support | Description |
---|---|---|
spree_analytics_trackers | Adds support for Analytics Trackers (Google Analytics & Segment) | |
spree_avatax_official | Improve your Spree store's sales tax decision automation with Avalara AvaTax | |
spree_auth_devise | Provides authentication services for Spree, using the Devise gem. | |
better_spree_paypal_express | This is the official Paypal Express extension for Spree. | |
spree_braintree_vzero | Official Spree Braintree v.zero + PayPal extension | |
spree_contact_us | Adds Contact Us form | |
spree_digital | A Spree extension to enable downloadable products | |
spree_gateway | Payment Gateways (Stripe, Apple Pay, Braintree, Authorize.net and many others) | |
spree_editor | Rich text editor for Spree with Image and File uploading in-place | |
spree_globalize | Adds support for model translations (multi-language stores) | |
spree_i18n | I18n translation files for Spree Commerce | |
spree-mollie-gateway | Official Mollie payment gateway for Spree Commerce. | |
spree_multi_currency | Provides UI to allow configuring multiple currencies in Spree | |
spree-multi-domain | Multiple Spree stores on different domains - single unified backed for processing orders | |
spree_multi_vendor | Spree Multi Vendor Marketplace extension | |
spree-product-assembly | Product Bundles | |
spree_recently_viewed | Recently viewed products in Spree | |
spree_related_products | Related products extension for Spree | |
spree_social | Building block for spree social networking features (provides authentication and account linkage) | |
spree_sitemap | Sitemap Generator for Spree | |
spree_shared | Multi-tenancy for Spree using Apartment (per tenant databases) | |
spree_static_content | Manage static pages for Spree | |
spree_volume_pricing | It determines the price for a particular product variant with predefined ranges of quantities | |
spree_wishlist | Wishlist extension for Spree |
Please follow this guide
Spree is an open source project and we encourage contributions. Please review the contributing guidelines before contributing.
In the spirit of free software, everyone is encouraged to help improve this project.
Here are some ways you can contribute:
Spree is released under the New BSD License.
Spark Solutions is a software development agency specialized in Ruby on Rails, Spree Commerce and Javascript development. We’ve been leading Spree open-source efforts since 2016 as its core team. We also do client work. Our project teams consist of UX and UI designers, Software Engineers, Testers and Project Managers practicing agile project delivery. We’ll integrate our team with yours to jointly architect, deliver, maintain and scale the software products you need. You drive the project with requirements and acceptance testing and we help you deliver faster using industry-standard project management and comms best practices.
We are passionate about open source software. We are available for hire.
tags | spree versions |
---|---|
master | s.version |
v0.2.0 | |
v0.4.0 | |
v0.4.1 | |
v0.5.0 | |
v0.5.1 | |
v0.6.0 | |
v0.7.0 | |
v0.7.1 | |
v0.8.0 | |
v0.8.1 | |
v0.8.2 | |
v0.8.3 | |
v0.8.4 | |
v0.8.5 | |
v0.9.0 | |
v0.9.1 | |
v0.9.2 | |
v0.9.3 | |
v0.9.4 | |
v0.10.0.beta | |
v0.10.0 | |
v0.10.1 | |
v0.10.2 | |
v0.11.0 | |
v0.11.1 | |
v0.11.2 | |
v0.11.3 | |
v0.11.4 | |
v0.11.99 | |
v0.30.0.beta1 | version |
v0.30.0 | version |
v0.30.1 | version |
v0.30.2 | version |
v0.40.0 | version |
v0.40.1 | version |
v0.40.2 | version |
v0.40.3 | version |
v0.40.4 | version |
v0.50.0 | version |
v0.50.1 | version |
v0.50.2 | version |
v0.50.3 | version |
v0.50.4 | version |
v0.60.0.RC1 | version |
v0.60.0 | version |
v0.60.1 | version |
v0.60.2 | version |
v0.60.3 | version |
v0.60.4 | version |
v0.60.5 | version |
v0.60.6 | version |
v0.70.0.rc2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.0 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.3 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.4 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.5 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.6 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v0.70.7 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.0.rc1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.0.rc2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.0.rc3 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.0.rc4 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.0 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.3 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.4 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.5 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.6 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.0.7 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.0.rc1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.0.rc2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.0 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.2.rc1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.3 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.4 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.5 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.1.6 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.0.rc1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.0.rc2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.0 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.3 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.4 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.2.5 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.0.rc1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.0.rc2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.0 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.1 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.2 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.3 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.4 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v1.3.5 | File.read(File.expand_path("../SPREE_VERSION", __FILE__)).strip |
v2.0.0.rc1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.0 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.4 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.5 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.6 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.7 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.8 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.9 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.10 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.11 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.0.12 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.0 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.4 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.5 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.6 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.7 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.8 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.9 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.10 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.11 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.1.12 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.0 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.4 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.5 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.6 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.7 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v.2.2.8 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.8 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.9 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.10 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.11 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.12 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.13 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.2.14 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.0 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.4 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.5 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.6 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.7 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.8 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.9 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.10 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.11 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.12 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.3.13 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.0.rc1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.0.rc2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.0.rc3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.4 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.5 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.6 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.7 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.8 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.9 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v2.4.10 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.0.rc1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.0.rc2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.0.rc3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.0.rc4 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.0 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.2 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.3 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.4 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.5 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.6 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.6.1 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.7 | File.read(File.expand_path('../SPREE_VERSION', __FILE__)).strip |
v3.0.8 | s.version |
v3.0.9 | s.version |
v3.0.10 | s.version |
v3.1.0.rc1 | s.version |
v3.1.0.rc2 | s.version |
v3.1.0.rc3 | s.version |
v3.1.0.rc4 | s.version |
v3.1.0 | s.version |
v3.1.1 | s.version |
v3.1.2 | s.version |
v3.1.3 | s.version |
v3.1.4 | s.version |
v3.1.5 | s.version |
v3.1.6 | s.version |
v3.1.7 | s.version |
v3.1.8 | s.version |
v3.1.10 | s.version |
v3.1.11 | s.version |
v3.1.12 | s.version |
v3.1.13 | s.version |
v3.1.14 | s.version |
v3.2.0.rc1 | s.version |
v3.2.0.rc2 | s.version |
v3.2.0.rc3 | s.version |
v3.2.0 | s.version |
v3.2.1 | s.version |
v3.2.2 | s.version |
v3.2.3 | s.version |
v3.2.4 | s.version |
v3.2.6 | s.version |
v3.2.7 | s.version |
v3.2.8 | s.version |
v3.2.9 | s.version |
v3.3.0.rc1 | s.version |
v3.3.0.rc2 | s.version |
v3.3.0.rc3 | s.version |
v3.3.0.rc4 | s.version |
v3.3.0 | s.version |
v3.3.1 | s.version |
v3.3.3 | s.version |
v3.3.4 | s.version |
v3.3.5 | s.version |
v3.3.6 | s.version |
v3.4.0.rc1 | s.version |
v3.4.0.rc2 | s.version |
v3.4.0 | s.version |
v3.4.1 | s.version |
v3.4.2 | s.version |
v3.4.3 | s.version |
v3.4.4 | s.version |
v3.4.5 | s.version |
v3.4.6 | s.version |
v3.5.0.rc1 | s.version |
v3.5.0.rc2 | s.version |
v3.5.0 | s.version |
v3.6.0.rc1 | s.version |
v3.6.0 | s.version |
v3.6.1 | s.version |
v3.6.2 | s.version |
v3.6.3 | s.version |
v3.6.4 | s.version |
v3.6.5 | s.version |
v3.6.6 | s.version |
v3.7.0.beta | s.version |
v3.7.0.rc1 | s.version |
v3.7.0.rc2 | s.version |
v3.7.0.rc3 | s.version |
v3.7.0 | s.version |
v3.7.1 | s.version |
v3.7.2 | s.version |
v3.7.3 | s.version |
v3.7.4 | s.version |
v3.7.5 | s.version |
v3.7.6 | s.version |
v3.7.8 | s.version |
v3.7.9 | s.version |
v3.7.10 | s.version |
v3.7.11 | s.version |
v4.0.0.beta | s.version |
v4.0.0.rc1 | s.version |
v4.0.0.rc2 | s.version |
v4.0.0.rc3 | s.version |
v4.0.0 | s.version |
v4.0.1 | s.version |
v4.0.2 | s.version |
v4.0.3 | s.version |
v4.0.4 | s.version |
v4.1.0.rc1 | s.version |
v4.1.0.rc2 | s.version |
v4.1.0.rc3 | s.version |
v4.1.0 | s.version |
v4.1.1 | s.version |
v4.1.2 | s.version |
v4.1.3 | s.version |
v4.1.4 | s.version |
v4.1.5 | s.version |
v4.1.6 | s.version |
v4.1.7 | s.version |
v4.1.8 | s.version |
v4.1.9 | s.version |
v4.1.10 | s.version |
v4.1.11 | s.version |
v4.2.0.beta | s.version |
v4.2.0.rc1 | s.version |