Spree + Vue Storefront Integration: 1.2.0 Released
Night Mode

We're happy to announce that we've just released a new version of our Spree + Vue Storefront integration. This is a minor update, featuring multiple bug fixes and improvements of internal code structure.
The changes include:
- Fix clearing cart after signing out
- Fix converting guest cart to signed-in user cart
- Fix issues with line item id, affecting the ability to remove items from a cart in some situations
- Refactoring of checkout code, removing unnecessary API calls
- Refactoring of shipping method management code, migrating it to useShippingProvider interface introduced in recent Vue Storefront versions
Upcoming features roadmap
The next release will include major new features:
- support for multiple currencies
- support for wishlists (both spree_wishlist gem and native wishlists in Spree 4.4)
Learn more
Spree + Vue Storefront integration: https://github.com/vuestorefront/spree
Release notes: https://github.com/vuestorefront/spree/releases/tag/v1.2.0
Explore More Blog Posts

The AI Design Gap: Moving Beyond One-Way Generation
There are plenty of tools capable of generating code from designs or directly from prompts. In theory, this looks like a dream scenario. It drastically shortens the journey from design to frontend development. The handoff is quicker, the design is easier to implement, and everyone involved is happier. Right?

How to Integrate Enthusiast to Medusa's E-commerce Backend: A Complete Guide
If your team runs an e-commerce store on Medusa, you already have a strong foundation — modular architecture, flexibility, and full control over your product data.

Migrating an ERP-Driven Storefront to Solidus Using a Message-Broker Architecture
Modern e-commerce platforms increasingly rely on modular, API-driven components. ERPs… do not. They are deterministic, slow-moving systems built around the idea that consistency matters more than speed.