Learn about the Spree architecture
Core is the foundation of Spree, such as models, services, and the backend logic necessary to run an e-commerce business.
The Admin Dashboard is the control center for your Spree store. It allows you to manage products, orders, customers, and more.
The Storefront is the public-facing part of your Spree store where customers can browse products, add them to their cart, and complete purchases.
Spree includes built-in support for sending transactional emails to customers, such as order confirmations and shipping notifications.
The Storefront API allows developers to interact with the Spree store programmatically, enabling custom front-end experiences and integrations.
The Platform API provides a comprehensive set of endpoints for managing all aspects of the Spree store, including products, orders, and customers.
Webhooks allow your Spree store to send real-time notifications to external systems when certain events occur, such as order creation or payment completion.
Spree::Product
Spree::ProductsController
Spree
namespace. Thanks to this convention, it’s easy to identify Spree code in a Rails application and we will not have any conflicts with your application code or other libraries.