Latest Issues
-
- Issue 176 - Shopify Section Rendering APIApril 1, 2025
-
Issue 178 - How to use AI as a SHOPIFY DEVELOPER in 2025
This collection of articles and transcripts discusses various aspects of coding, particularly within the Shopify ecosystem, and the transformative impact of AI tools. **Claude Code Overview:** This document introduces Claude Code, Anthropic's AI coding assistant for terminals. It details its capabilities (editing, debugging, codebase understanding, git integration), system requirements, installation, usage (CLI commands, slash commands), security measures (permissions, prompt injection protection), configuration options, terminal optimization, cost management, and integration with third-party APIs like Amazon Bedrock and Google Vertex AI. A development container reference implementation is also provided for enhanced security and consistency. **Shopify Hidden Pages:** This transcript explains how to hide Shopify pages from search engines and Shopify's internal search using a metafield called "SEO hidden." Setting this field's integer value to 1 adds a "noindex, nofollow" meta tag. The process is demonstrated for products, pages, and collections. It clarifies that hidden items may still appear if directly referenced in other sections. **Shopify Store Ban Story (Reddit):** This summarizes a Reddit post about a Shopify store ban. Two lessons are highlighted: (1) monitor Shopify emails diligently and (2) ensure order fulfillment statuses are updated correctly, particularly when using third-party apps. The post criticizes Shopify's lack of communication with the banned store owner. **Shopify CEO on AI and Hiring:** This CNBC article reports on Shopify CEO Tobi Lütke's new hiring policy. Employees must now justify new headcount requests by demonstrating why AI tools cannot accomplish the desired tasks. Lütke emphasizes the importance of AI integration for productivity and states that AI usage will be considered in performance reviews. **MonkeysPaw Web Framework:** This Substack post introduces MonkeysPaw, a Ruby web framework using prompts as source code. Developers write descriptions, and the LLM generates pages, handles routing, manages styling, and creates JavaScript functionality. It emphasizes content-first development and the use of natural language. While acknowledging potential drawbacks like unexpected outputs and performance issues, the author views it as a paradigm shift in web development. **Cursor for Shopify Developers:** This transcript promotes the Cursor AI coding tool for Shopify developers. It details installation, features (command+K for code edits and questions, tab for intelligent suggestions, and the agent for complex tasks), and provides real-world examples of its use for various task complexities and developer knowledge levels. It also covers integrating the Shopify MCP server into Cursor for enhanced context and accuracy, concluding with five tips for effective AI tool usage. In summary, the materials explore the evolving landscape of coding with an emphasis on AI assistance and the specific challenges and opportunities within the Shopify development environment. They showcase various tools and strategies for leveraging AI, optimizing workflows, navigating app store dynamics, and building robust and scalable applications.
PromptBase | Prompt Marketplace: Midjourney, ChatGPT, DALL·E, Stable Diffusion & more.
Explore 150,000+ curated AI prompts made by expert AI creators Midjourney, ChatGPT, DALL·E, Stable Diffusion & more
By Promptbase
Claude Code overview
Using Cursor? Co-pilot? Here's a new kid on the block: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands. By integrating directly with your development environment, Claude Code streamlines your workflow without requiring additional servers or complex setup.
By Anthropic
Can I Use LLM?
Here's a neat utility site you can use to heck if your system can run open-source large language models locally, if that's your jam.
By caniusellm
Hide Pages and Products From Search Engines With The seo.hidden Metafield
In this video we will see how to use the SEO Hidden metafield to hide products, collections and pages from Search Engines and from Shopify's built-in search. This method will let us do this change without needing to add any new code to the store.
By Stacking Context
How a Shopify store was banned
Story from Reddit: How a Shopify store was banned. There are two lessons here.
By Phillip Dematis
Shopify CEO: Prove AI can't do jobs before asking for more headcount
Employees will be expected to prove why they “cannot get what they want done using AI” before asking for more headcount and resources, Lutke wrote in a memo to staffers that he posted to X
By Annie Palmer
Introducing MonkeysPaw - a prompt-driven web framework in Ruby
Meet MonkeysPaw: a web framework where all the pages are prompts and what you see is whatever the LLM thinks you meant. Welcome to the first installment of “Works on Your Machine” where I’m sharing things that have graduated beyond just working on my machine.
By Scott Werner
How to use AI as a SHOPIFY DEVELOPER in 2025 (Cursor + Shopify Dev MCP)
In this video guide im going to show you how to use AI as a Shopify developer. I will present you "Cursor" which is a code editor with build in AI tools. I also show you with real life example tasks how to apply AI to get faster and more efficient with your Shopify code tasks. I will also explain what the Shopify Dev MCP Server is. In the end you will get 5 more tips on how to use AI/Cursor to get the full potential of these tools.
By Bosidev
Episode 39 - Prakhar Shrivastava With FoxSell
In this episode of the Liquid Weekly Podcast, hosts Karl Meisterheim and Taylor Page welcome Prakhar, co-founder of FoxSell, to discuss his journey into software development, the intricacies of Shopify's cart transformations, and the challenges of running a Shopify app.
By Liquid Weekly