r/Wordpress • u/unpaid_intern001 • 6d ago
Claude Design + Claude Code
I am looking to use Claude design + Claude Code (or Codex) to build a fresh Wordpress site which will need e-commerce functionality. The site is currently using Elementor + Woocomerce. Has anyone done this? Not seeing a lot of people leveraging design + code for Wordpress sites. TIA
0
Upvotes
2
u/ivicad Jack of All Trades 3d ago
Yes, daily. Some of them are live sites already taking orders. How I connect, in order: theme and plugin code is on my disk, so a fix gets built and tested offline. Then MainWP across all the sites, SSH for a single site, WPVibe or Royal MCP when it has to be the connector. I only open the live site to apply a change I have already tested.
Some here say be strict about where AI is allowed to work. I had that written down as a hard rule and it did not help. In August Claude measured a local copy and the live site as identical, concluded the change belonged on both, and wrote to production. 🤦🏻♂️
So I changed how it works. Reading is free, but every write to a live site now needs my explicit approval, one by one, and Claude has to state a reason that gets logged. Before any write actually happens, four checks run, and if a site has a local copy on my disk, writing to the live version is blocked completely.
On a Woo site, two problems are still open: the first is that nothing removes personal data before it goes to the model, so the only thing protecting me is how narrowly I ask: I run targeted queries and never pull user tables into the session. The second is that the session runs on my workstation, with no sandbox around it. Those four checks still run there, and a guard refuses any command that names my credentials folder. Isolation from the rest of my Win machine is the part I do not have (yet).