Get Claude Code (desktop app)
Download and install the Claude Code desktop app for Mac or Windows:
Download Claude Code โOpen it and sign in with your Claude account. You'll need a paid plan (Pro works great โ see plans).
Pick a folder when asked. Claude Code will ask which folder to work in before you can chat. Make a new folder for your store โ for example, one called my-store inside Documents โ and select it. That's Claude's workspace: it keeps any files it creates for your store in there.
my-store, then choose it.Let Claude check your computer
Copy this and paste it into the Claude Code chat box:
Claude replies with a simple checklist of what you have and what's missing:
- All three check out? Skip straight to Step 6 (the plugin).
- Git missing? Do Steps 3 and 4.
- Node.js or Shopify CLI missing? Ask Claude to install them for you right there โ or do Steps 4โ5 yourself.
MACInstall Homebrew
What it is: Homebrew is a free, trusted tool that installs developer software on Macs. You need it once, and it makes every later install a one-line copy-paste. It's how we'll get Git in the next step.
1. Open the Terminal app: press โ+Space, type Terminal, press Return. A plain text window opens โ that's it, you're a hacker now.
2. Paste this whole line and press Return:
3. It will ask for your Mac login password (the one you use to unlock your computer). Type it and press Return. Nothing appears while you type โ no dots, nothing. That's normal and it IS working.
4. When it says "Press RETURN/ENTER to continue", press Return. Then wait โ it can take 5โ10 minutes. Grab a coffee.
5. Don't close Terminal yet. When it finishes, look for a section called "Next steps". If it shows two commands to run (they start with echo and eval), copy each one from your Terminal, paste it back in, and press Return. This tells your Mac where to find Homebrew.
6. Quit Terminal (โ+Q) and reopen it, then verify:
If you see a version number, Homebrew is in. ๐
Install Git
Why you need it: Git is a free tool that keeps versions of your files. Claude Code relies on it โ and Step 6 (the Shopify plugin) won't work without it. New Macs and PCs don't come with it.
MAC In Terminal, paste and press Return:
WINDOWS Download the installer from git-scm.com and run it with all the default options (just keep clicking Next).
Verify it worked:
Any version number means you're done.
Install Node.js, then the Shopify CLI
First, Node.js: download the LTS version from nodejs.org and run the installer with the default options (Mac and Windows). Already have version 20 or newer? Skip to the CLI.
Then, the Shopify CLI: quit and reopen Terminal (so it picks up Node), then paste:
Verify both:
You want Node at v20 or higher and Shopify at 4.5.1 or higher.
Add the Shopify plugin to Claude Code
Ask Claude to install it for you. Copy this and paste it into the Claude Code chat box:
Then quit Claude Code completely and reopen it (Mac: โ+Q, then relaunch. Windows: close it from the system tray too). This is the only way it loads the new plugin โ starting a new chat isn't enough.
๐ Starting fresh? Create your store with Claude
Nothing to prepare โ here's how it will go at the session:
- Describe your shop to Claude in plain English: "I want to open a store selling handmade candles โ create some store previews for me." Be specific about what you sell and the vibe you want; Claude uses every detail.
- Browse the previews. Claude generates a few complete store designs โ real themes with matching sample products โ and gives you links to click through, like touring model homes.
- Claim your favorite. Each preview has a signup link. Signing up through it creates a real Shopify store with that exact theme and products pre-installed, on a free trial โ no credit card required.
- Tell Claude it's yours. Come back and say "I claimed my store, connect to it" with your new store address (it looks like yourstore.myshopify.com). From then on, Claude works on the real thing.
Don't love the first previews? Tweak your description and ask again โ you can explore ideas all day before committing to anything.
๐ช Already have a store? Connect it
Before the session: find your store address. It's either yourstore.myshopify.com, or the address in your browser when you're logged into Shopify admin. Write it down.
At the session, connecting looks like this:
- Tell Claude: "Connect to my Shopify store at yourstore.myshopify.com."
- A browser window opens asking you to log in to Shopify and approve the connection. This is Shopify's own login page โ Claude never sees or handles your password.
- Once you approve, Claude works through that secure connection. You can revoke it any time from your Shopify admin.
- Test it: ask "Show me my 10 most recent products." If Claude lists them, you're fully connected.
๐ You're ready
At the session, open Claude Code and simply say:
Claude takes it from there โ connecting your store, adding products, and building alongside you.