Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
8 articles
The Liquid Patterns That Cut My Theme Build Time in Half
Schema fragments cut section files by 40 lines each Conditional snippets replaced 12 near-duplicate blocks asset_url helpers ended broken image paths for good settings inheritance and content_for_index hooks compose like LEGO I rebuilt my Shopify theme last month and finished...
Read articleBuilding a Shopify Section Library Instead of Using a Theme
87 custom sections replace a pre-made theme on raxxo.shop Custom sections cost 3x setup time but kill template lock-in Naming convention rx- prefix keeps the...
Shopify Metaobjects Schema Patterns: 5 Real-World Models
FAQ entries with question, answer, category, and rank fields drive a single accordion section across the whole store Reviews use author, quote, rating, source, and...
Theme App Extensions vs Section Schemas in 2026: When to Pick Which
Theme App Extensions ship blocks across many themes via the App Store, ideal for distributed apps with version control Local section schemas live in the...
Shopify Section Rendering API: 6 Patterns That Cut Storefront TTFB by 60%
Cart drawer refresh swaps one section in 180ms instead of reloading the full PDP at 1.2s. Filtered collection grids return only the product list, cutting...
The Developer's Guide to Shopify (When You're Not a Shopify Dev)
A web developer's guide to Shopify. Liquid templates, theme architecture, and the Admin API - explained for devs who've never touched Shopify before.
Shopify Liquid Sections: A Developer's Quick Reference
A practical reference for building custom Shopify Liquid sections with schema settings, CSS isolation, and real-world patterns.
How to Create a Shopify Theme from Scratch
Step-by-step guide to building a Shopify theme from scratch using Liquid, JSON templates, and the Shopify CLI. No theme framework needed.