Spree Starter
A Rails application pre-configured with Spree Commerce. Use it as a starting point for your own store, or as the backend for a headless storefront.
Quick Start
The fastest way to get started is with create-spree-app:
npx create-spree-app my-store
This scaffolds a full project with Docker, a Next.js storefront, and this backend — all configured and ready to run.
Deploy to Render

One click deploys the backend (web + worker), PostgreSQL, and Redis.
Manual Setup
Prerequisites
- Ruby (see
.ruby-version)
- PostgreSQL
- Redis
Install & Run