Clean Architecture
Organized, logical file structure with clear separation of concerns.
Base Theme is crafted for developers who appreciate clean, well-structured code and minimal complexity. It serves as a solid foundation that you can build upon, stripping away the bloat commonly found in marketplace themes.
We use a carefully selected set of libraries to provide essential functionality while maintaining performance:
Cart functionality is handled by a native cart engine (assets/cart.js) built on Shopify's Cart AJAX API and Section Rendering API. It exposes a window.Cart API and broadcasts cart:change / cart:error events that the cart components react to — no third-party cart library required.