Shopify Store for a Furniture Brand
Migrating a WooCommerce furniture store to Shopify using AI agents instead of the visual builder. An experiment in compressing a 6-week e-commerce migration into just 2 weeks.
-
Longest Claude Session for Shopify Theme
Ran my longest Claude session to generate a Shopify theme for the store. The session lasted almost 30 minutes and produced a theme for me to test. Of course, it wasn't as finished as I wanted, but letting agents run for such a long duration on a task is definitely a new experience for me. The `claude --dangerously-skip-permission` command was needed to make it happen.
markdown codePrompt Gist: 1. Primary Request and Intent: The user requested building a production-grade, premium Shopify store for Greetwood, an Indian furniture brand. Key requirements: - Create custom premium widgets (not basic Dawn defaults) that are reusable and publishable - Target Indian market with premium, bug-free, seamless, intuitive, clean, modern experience - Use Shopify CLI only (IDE-first, code-first approach) - Lead all aspects: design, UX, marketing, copy - Track progress via git commits - Use placeholder images until real ones are provided - Don't stop until complete -
Configuring a Shopify store via Claude Code feels surprisingly good
Been setting up a Shopify store with Claude Code instead of clicking around the admin. Theme colors, collections, nav menus — all through CLI and API calls. Honestly? It flows way better than I expected. No tab-switching, no hunting for the right settings panel. Just describe what I want, watch it happen. The combo of Shopify CLI and their MCP server is what makes it work. AI needs APIs, not buttons.
- Theme colors, collections, and nav menus configured entirely through CLI and API
- No tab-switching or hunting for settings panels
- Shopify CLI + MCP server combo makes AI-driven store setup actually practical
-
New Project: Starting the WooCommerce to Shopify migration
Kicking off a project to migrate my sister's furniture store from WooCommerce to Shopify. The goal: use AI as much as possible — Shopify CLI, Shopify MCP, and Claude Code — instead of the visual builder. A learning experiment to see how far agentic coding can take a real store build.
- Product data exported from WooCommerce, converted via scripts, and uploaded to Shopify
- Shopify CLI and Shopify MCP set up as the primary development interface with Claude Code
- Deliberately avoiding the web-based visual builder to test AI-driven workflows
Store foundation ready — products migrated, theme applied, AI tooling wired up.