Spree out of the box is a single-tenant application. You can have multiple stores on the same instance of Spree, but they share the same products, admin user accounts and other resources. Multi-Store Spree setup is recommended for running multiple brands or multiple language versions of the same brand on the same instance. If you want to have a true multi-tenant application, you will need to purchase Enterprise Edition license which includesDocumentation Index
Fetch the complete documentation index at: https://spreecommerce.org/docs/llms.txt
Use this file to discover all available pages before exploring further.
spree_multi_tenant gem providing full multi-tenant support.
Multi-Store vs Multi-Tenant
To sum it up:- Multi-Store setup is recommended for running multiple brands or multiple language versions of the same store
- Multi-Tenant allows you to create a SaaS application with multiple tenants, each of them with their own Spree instance

