Latest Issues
-
- Issue 197 - Four Years of Liquid WeeklySeptember 2, 2025
- Issue 196 - Shopify AI Development - Cursor and MCP Server SetAugust 19, 2025
Issue 199 - The new Dev dashboard is insanely good
The New Dev Dashboard is Insane Good!!
Just got off the call with @nick_wesselman ! Migrated to the new Dev Dashboard. It is insane good!! π₯π - Improved Logging & Filtering for Functions - Improved monitoring - Dev Experience with CLI is now π - Declarative Metaobjects in TOML! π Super excited!!!
By Prakhar
LW Episode 48Karl and Taylor on AI War Stories and Theme Store Updates
Karl and Taylor delve into the evolving landscape of AI tools, particularly focusing on Cursor and Claude Code, and their implications for development workflows. They also discuss the recent updates to the Shopify theme store, the transition to a new online editor based on VS Code
By Liquid Weekly
How to implement AI THEME BLOCKS into ANY Shopify theme in 5 Minutes
Shopify released their new Horizon theme with the new AI Theme Blocks in the latest Shopify Summer Editions '25 which i covered already in the last video. In this video specifically im going to walk you through step by step on how to make any Shopify theme compatible with the new AI Theme blocks.
By Bosidev
Theme Block Quick Start
Theme blocks are blocks that are defined at the theme level. You can reuse theme blocks across different sections of the theme, unlike section-defined blocks that can only be used within the section where they're defined. Additionally, theme blocks can be nested within other theme blocks to create hierarchy.
By Shopify
Polaris Storybook
Did you know there's a storybook for Polaris? It's not well documented, but it's there!
By Shopify
Inline Critical CSS in Liquid
Much of the discussion around inline_asset_content is for applying this to SVG rendering in your Shopify storefront, but you might notice that inline_asset_content isnβt SVG specific. The filter actually works with JavaScript and CSS files too. Meaning you can render your CSS inside a style tag.
By David Warrington
Chris's Take on Shopify Editions Summer 2025
In this video, I react to the latest update from Shopify released as a part of the Summer 2025 Edition. Stayed tuned to the channel as I'll probably be putting out more content on Summer Editions 2025.
By Code with Chris
Using a subagent to automatically translate locale files
For the last week I have been using a Claude Code subagent for translating @Shopify theme locale json files. Any time I add, remove or change a key or value, the subagent will automatically translate into German, French, Japanese, etc.
By Jonathan Moore
Combined Listings App - Set a Media Gallery, Description & URL Per Product Variant
In this video we will see the Combined Listings App for Shopify. This app helps you group product variations like colors, materials, or sizes into one product listing while giving each variation its own title, image carousel, and SEO-friendly URL
By Stacking Context