Version 4.1.0
Major/New Features
Spree 4.1 comes with a completely new mobile-first ultra-fast Storefront which you can easily customize to your brand or business requirements. The new Storefront UI was open-sourced by Spark Solutions team built upon experiences from dozens of eCommerce projects. Special thanks go to Matthew Kennedy for helping out!
Demo
Try it for yourself, check out this fashion site demo: demo.spreecommerce.org
Mobile-first Storefront
We've redesigned the Storefront UI from scratch for the mobile. Fully responsive layout with mobile and tablet devices in mind. We've implemented all the best practices making it pretty and useful for the end-users.
iPhone, Android, iPad, desktop - no matter the device, the new storefront is ready to handle all of those, out of the box!
Easy customization
The new Spree UX is fully customizable so feel free to tweak it to your needs: the overall styling (colors, fonts, roundings, borders), header, footer, placeholder images and text, SEO settings.
To help you customize your eCommerce platform we’ve prepared:
Blazing fast performance
Performance is one of the leading factors in eCommerce conversion rates and SEO traffic. It was one of our goals to reduce page views loading times and make the UI snappy and responsive.
We've optimized both frontend and the backend. Eliminating n+1 queries, implementing full page caching, improving JavaScript evaluation time - it all resulted in amazing Google lighthouse scores, even on low performance hosting options and with poor mobile internet connections.
This leads to more conversions, more organic search traffic, more sales and more market value brought to the business owners.
SEO and structured data
We've greatly improved SEO support by implementing JSON-LD and OpenGraph support. At the same time keeping in line with all the SEO best practices to make your storefront no 1 in search results.
Turbolinks - single-page application without the hassle
Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework.
Of course, you can still combine it with React, Vue or Angular!
Easy migration path
Just follow Follow 4.0 to 4.1 upgrade guide to upgrade your current store to the new UI.
Contact
Feel free to reach out with questions or support requests,
This new Spree UX will be improved and optimized even more. We very much welcome your feedback and suggestions.
About Spark Solutions
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.
Installation
Add Spree gems to Gemfile
gem 'spree', '~> 4.1'
gem 'spree_auth_devise', '~> 4.1'
gem 'spree_gateway', '~> 3.7'
Run bundle install
Note: if you run into Bundler could not find compatible versions for gem "sprockets":
error message, please run
bundle update
Use the install generators to set up Spree
rails g spree:install --user_class=Spree::User
rails g spree:auth:install
rails g spree_gateway:install
Upgrade
Follow 4.0 to 4.1 upgrade guide
Full Changelog
You can view the full changes using Github Compare.