Skip to content

Base Theme DocumentationDeveloper guide and reference

A developer-first Shopify theme prioritizing clean code and maintainability.




Introduction

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.

Developer Benefits

  • Clean Architecture: Organized file structure with clear separation of concerns.
  • Minimal Dependencies: Only essential libraries and tools included.
  • Modern Development: Built using Shopify CLI 3.0 and Online Store 2.0 features.
  • Simplified Customization: Well-documented sections and blocks.
  • Performance First: Lightweight base with no unnecessary JavaScript or CSS.
  • Zero Build Tools: Pure JavaScript and CSS - no complex build processes.

Third-Party Libraries

We use a carefully selected set of libraries to provide essential functionality while maintaining performance:

  • Alpine.js: Lightweight framework for UI state management and interactivity.
  • Liquid AJAX Cart: Cart functionality without custom JavaScript.
  • Swiper: Modern mobile touch slider for product image galleries.