Spree Commerce
Open-source headless ecommerce platform with a REST API and Next.js storefront
Alternative to: Shopify, Magento, WooCommerce, Salesforce Commerce Cloud
v5.4.0.rc2
2026-03-23Agents-native development from the start!
Running
npx create-spree-app@latest my-store
will now automatically add AGENTS.md/CLAUDE.md files for both backend and storefront apps.
Also, it will automatically include the entire Spree documentation, available offline in markdown format for your agents, such as Claude Code, which will have that injected into the work context from the start!
Other changes
Core
- Improve extensibility of Meilisearch search provider by @damianlegawiec in https://github.com/spree/spree/pull/13810
API
- Add
description_htmlfield to Product type. Thedescriptionfield… by @damianlegawiec in https://github.com/spree/spree/pull/13811 - Store API final fixes by @damianlegawiec in https://github.com/spree/spree/pull/13813
- Add support for Store Credits and Gift Cards on cart/checkout by @damianlegawiec in https://github.com/spree/spree/pull/13814
Admin
- FIX preserve search, filters, and sort across admin table forms by @damianlegawiec in https://github.com/spree/spree/pull/13805
- Fix banktransfer.svg dimensions to match other payment icons by @damianlegawiec in https://github.com/spree/spree/pull/13807
- FIX admin mobile sidebar menu not opening (Tailwind v4 conflict) by @damianlegawiec in https://github.com/spree/spree/pull/13809
- FIX zones form and builder by @brozek95 in https://github.com/spree/spree/pull/13815
Full Changelog: https://github.com/spree/spree/compare/v5.4.0.rc1…v5.4.0.rc2