Open Design, running in 10 minutes


Open Design, running in 10 minutes
The full setup on Claude Code, plus the #1 install gotcha. And 2 more reads.  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
WotAI

Open Design, running in 10 minutes

Hey Reader,

Open Design auto-detects 16 coding-agent CLIs and lets you swap engines with one click. The hard part is getting it running the first time.

This week opens with the 10-minute setup on Claude Code, plus two more reads behind it.

Open Design, running on your machine in 10 minutes

Install Open Design with Claude Code cover – local setup driven by Claude Code as the engine

Open Design runs locally with Claude Code as the engine: install Node 24, enable Corepack, clone the repo, run pnpm tools-dev, open localhost, type your first brief. Ten minutes, start to finish.

The post is the full walk-through, including the one thing that trips almost everyone: the daemon scans your PATH when it starts, so if you launch the app from Spotlight instead of a terminal, it inherits a stripped-down PATH and reports your installed CLI as "not detected." The fix is in there, along with the bring-your-own-key fallback if you don't run a coding-agent CLI at all.

One honest note: this is the run-it-yourself path, built for people already comfortable in a terminal. If that's not you, the hosted route is still the better call.

Read the install guide →

Claude Code routines – work that runs while your laptop is closed

Claude Code routines cover – scheduled and event-triggered tasks running on Anthropic's cloud

Most people automate Claude Code by bolting it onto a GitHub Action: hand-written YAML, secrets, and a prompt shelled out to claude -p. It works, barely. Routines replace that. They're saved configurations that run on Anthropic's cloud – define a prompt, connect your repos and MCP tools, pick a trigger (a schedule, an API call, a GitHub event), and Claude runs the job autonomously. No laptop awake, no YAML.

The difference that matters: a GitHub Action runs the commands you wrote. A routine receives a prompt and decides how to reach the outcome. The post is what they are, how to set one up, and where they actually fit.

Read the routines breakdown →

From sign-up to store in minutes – what automation actually buys a small business

Print-on-demand automation case study cover – a push-button pipeline from sign-up to Shopify storefront

A custom-merchandise company was drowning in copy-paste: every creator who signed up meant another product built by hand across Printify and Shopify – images, descriptions, variants, the lot. The fix was a pipeline of nine connected workflows that turned the whole thing into a push-button operation: 9,000+ creators processed, near-zero errors, sign-up to live storefront in minutes.

This is the case study, not a demo. It's the clearest picture we have of what production automation actually buys a small business – where the manual hours went, and what replaced them.

Read the case study →


Reply and tell me which one was the read for you. I read every reply.

– Alex


P.S. – The conversations behind posts like these happen in the WotAI Skool community. 760+ builders, three live calls a week, free to jump in.

Come build with us →

Come build with us

Reply to this email anytime – I read every one.

Follow WotAI: LinkedIn  ·  YouTube  ·  TikTok

WotAI · AI Automation that Actually Ships

wotai.co

WotAI · 440 N. Barranca Ave., Unit 3777, Covina, CA 91723

WotAI

If you're building with Claude Code, n8n, or AI agents in production, this is the email I'd want. Weekly recap of what shipped, what broke, and how I'm running it. Specific over vague. Replies welcome.

Read more from WotAI

AGENTS.md vs CLAUDE.md, tested on 13 repos 12 of mine load it. One never did, and I didn't notice for a month. AGENTS.md vs CLAUDE.md, tested on 13 repos Hey there, I have 13 repos that carry both an AGENTS.md and a CLAUDE.md. This week I checked how each one wires them together, expecting 13 identical answers. Twelve import AGENTS.md on line one of CLAUDE.md. One asks the agent, in a sentence, to please go read it. That one holds 6,479 bytes of branch rules and load-bearing invariants that...

This Claude Code plugin loads before you type

This Claude Code plugin loads before you type It installs itself into every session, then quietly wins six skills. Plus 2 more reads. This Claude Code plugin loads before you type Hey there, I have both of the big Claude Code process plugins installed in the same repo. It took me a while to notice that six of their skills do the exact same job. Nobody warns you about that, and the thing that decides which one wins is smaller than you would expect. Six Claude Code skills collide, and one hook...

Claude Code edited my video

Claude Code edited my video I never opened the timeline once, and the spec became the whole job. Plus 2 more reads. Claude Code edited my video Hey Reader, Three reads this week, and two of them are about the same quiet shift: the tool got good enough that the bottleneck moved somewhere less glamorous. An agent that can drive a video timeline still cannot decide what belongs on it. A workflow that looks automatable can still be the wrong one to touch first. I let Claude Code edit a video, and...