Skip to content

spree/spree_starter

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2024
Feb 27, 2025
Feb 28, 2025
Feb 28, 2025
Feb 27, 2025
Feb 27, 2025
Mar 10, 2024
Feb 27, 2025
Mar 10, 2024
Mar 10, 2024
Mar 10, 2024
Mar 10, 2024
Mar 10, 2024
Mar 10, 2024
Feb 27, 2025
Mar 10, 2024
Feb 27, 2025
Feb 28, 2025
Feb 28, 2025
Mar 10, 2024
Mar 10, 2024
Feb 27, 2025
Feb 28, 2025
Mar 10, 2024
Mar 10, 2024
Mar 10, 2024
Feb 27, 2025
Feb 27, 2025

Repository files navigation

Spree Starter

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.

Quick Start

You can quickly use Render to deploy a new Spree Starter instance.

Deploy to Render

Local Installation

Please follow Spree Quickstart guide to setup your Spree application using Spree starter.

Troubleshooting

libvips error

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.