This is a starter kit for Spree Commerce - the open-source e-commerce platform for Rails. It is a great starting point for any Rails developer to quickly build an e-commerce store.
This starter uses:
- Spree Commerce 5 which includes Admin Dashboard, API and Storefront
- Ruby 3.3 and Ruby on Rails 7.2
- Devise for authentication
- Solid Queue with Mission Control UI (access only to Spree admins) for background jobs
- Solid Cache for excellent caching and performance
- PostgreSQL as a database
You don't need to install any additional tools or libraries to start developing with Spree Starter. Everything is already set up for you.
You can quickly use Render to deploy a new Spree Starter instance.
Please follow Spree Quickstart guide to setup your Spree application using Spree starter.
If you encounter an error like the following:
LoadError: Could not open library 'vips.so.42'
Please check that libvips is installed with vips -v
, and if it is not installed, follow installation instructions here.