Wednesday, 20 May 2026
Claude Code for Business: The Only Guide You Need (2026)
There's a tool that quietly changed everything about how I run my businesses. It's not a SaaS product. It's not an app. It's a command-line interface that most business owners have never heard of.
It's called Claude Code. And if you're running a business in 2026 and you're not using it, you're leaving an enormous amount of leverage on the table.
This isn't hype. I run six brands from a farm in the Hutt Valley — a regenerative farm, a men's health organisation, a wellness booking platform, a consulting practice, and more. Every one of them is powered by systems I built with Claude Code. Every single one.
Here's the full picture.
What Claude Code Actually Is
Claude Code is Anthropic's command-line interface for Claude. If you've used Claude in a browser (claude.ai), you know it can write, analyse, and think. Claude Code takes that same intelligence and connects it to your actual computer.
That distinction matters. Browser-based Claude can answer questions. Claude Code can:
- Read and edit files on your computer
- Run terminal commands
- Connect to external services (your CRM, your email, your database)
- Build entire applications from a conversation
- Execute multi-step workflows autonomously
You open a terminal, type claude, and start talking. "Build me a landing page." "Connect to my Shopify store and pull last month's sales." "Draft a board report from our Airtable data." Claude Code does the work — reading files, writing code, running scripts, and delivering results.
Why Business Owners Should Care
Most coverage of Claude Code focuses on developers. That's a mistake. The biggest unlock isn't faster coding — it's giving non-developers the ability to build things.
I'm a filmmaker by trade. Ten years shooting documentaries and brand films. I couldn't write JavaScript two years ago. Now I've built and maintain over 50 custom tools, multiple websites, automated pipelines, and AI agents that work overnight.
Claude Code is the reason. Not because it writes code for me (though it does). Because it turns intent into systems. I describe what I want. Claude Code builds it. I review, refine, and deploy.
If you can clearly describe a business problem, Claude Code can solve it. You don't need to know what an API is. You don't need to understand databases. You need to know your business — and Claude Code handles the rest.
Five Business Use Cases (With Real Examples)
1. Build a Website in Hours, Not Months
Traditional path: brief an agency, wait 6-8 weeks, pay $10,000-$30,000, get something that sort of looks like what you asked for.
Claude Code path: "Build me a landing page for my consulting practice. Use Next.js. Here's the copy. Here's the colour palette. Make it fast and clean."
I built buildwithbilly.ai this way. The entire site — landing page, blog, booking system, shop, resource pages — was built in Claude Code sessions. Not a WordPress template. Not a Squarespace drag-and-drop. A custom Next.js site deployed on Vercel, with GSAP animations and a design system that matches exactly what I wanted.
Cost: my time plus a Claude subscription. No agency. No designer. No back-and-forth over mockups.
The honest caveat: You still need taste. Claude Code builds what you ask for. If you ask for something ugly, you get something ugly. The tool amplifies your judgment, it doesn't replace it.
2. Automate the Tasks That Eat Your Day
Every business has them. The repetitive tasks that aren't hard but take forever. Data entry. Email sorting. Report generation. Invoice processing. Social media scheduling.
Here's a real example: on the farm, we needed a newsletter pipeline. Previously, I'd spend an hour writing, formatting in Klaviyo, testing, and sending. Now:
- I send a voice note from my phone while walking the paddocks
- It's transcribed automatically (MLX Whisper, running locally)
- Claude processes the transcript into a structured draft
- I review and hit send
Another example: email triage. I get 50+ emails a day across two Google Workspace accounts. Claude Code built a system that categorises them into Action Required, Leads, FYI, and Noise. I read the first category. The rest get handled automatically.
3. Create an AI Brain That Remembers Everything
This is the one that changed the game for me, and it's now the cornerstone of what I teach.
Imagine if every decision you've made, every meeting note, every strategy conversation, every customer interaction was stored in a searchable knowledge base that Claude could access instantly.
That's what an Open Brain is. I built mine with Claude Code. It now holds hundreds of entries spanning all my projects — farm operations, marketing strategies, customer research, board decisions, product plans.
When I ask "what did we decide about pricing last month?" I get an answer in seconds, grounded in the actual conversation where the decision was made. When I start a new session, Claude reads the brain and picks up exactly where we left off.
This isn't a fancy notes app. It's persistent memory for AI. And it's the difference between Claude being a smart stranger every conversation and Claude being a knowledgeable partner who knows your business.
I've packaged the setup into a Brain Starter Kit — it's $27 and gives you the exact structure and instructions to build your own. But the point here is: Claude Code is what makes it possible. You can't build this in browser Claude.
4. Run Autonomous Agents That Work Overnight
This sounds like science fiction. It's not. I run an agent called Dayshift that picks up tasks during the day and works on them independently. It reads from our task board, claims work, builds it, and marks it done.
I wake up to completed work. Pages updated. Content drafted. Systems maintained. Reports generated.
Here's how it works in practice: I create tasks in Airtable during the day. A scheduled job triggers Claude Code with the context of what needs doing. Claude reads the task, understands the codebase, does the work, commits the changes, and updates the task status.
Is it perfect every time? No. I review everything before it ships. But the heavy lifting — the research, the first draft, the implementation — happens while I sleep. That's hours of work I didn't do.
The real power: This compounds. Every system Dayshift builds makes the next system easier. Every brain entry makes future decisions faster. The flywheel accelerates.
5. Build Custom Tools and Workflows
MCP (Model Context Protocol) is the connector layer. It lets Claude Code talk to external services — your Shopify store, your Google Calendar, your Airtable database, your email.
I've built over 50 MCP tools. Some examples:
morning_briefing— pulls today's tasks, calendar, and brain highlights into a single summarygenerate_board_report— auto-fetches data from Shopify, Klaviyo, Meta, and Google, then drafts a quarterly board report as a Google Docgmail_triage— categorises my inbox and surfaces what actually needs my attentioncreate_task— adds tasks to Airtable with the right project links and tagsquery_brain— searches my knowledge base for any topic
The result: I can say "what's on today?" and get a complete briefing. "Draft the board report" and get a Google Doc with real data. "Check email" and get a triaged inbox. All from the terminal.
Getting Started: Your First Week With Claude Code
Day 1: Install and Explore
Claude Code requires a Claude subscription (Pro at $20/month or Max at $100/month for heavier use). Install it:
npm install -g @anthropic-ai/claude-code
Open your terminal and type claude. That's it. You're in.
Start simple. "What files are in this directory?" "Read this document and summarise it." "Create a simple HTML page that says hello." Get comfortable with the conversation loop.
Day 2-3: Build Something Real
Pick one annoying task in your business. Something you do every week that takes 30+ minutes. (Not sure which task? The AI Time-Savings Calculator helps you find it.) Tell Claude Code about it.
"I spend an hour every Monday compiling a report from three spreadsheets. Can you build a script that does this automatically?"
Claude Code will ask clarifying questions, build the solution, and walk you through how it works. You'll have a working tool by the end of the session.
Day 4-5: Create Your CLAUDE.md
This is the file that gives Claude persistent context about your project. Create a CLAUDE.md file in your working directory and describe your business, your tools, your preferences. Next time you start a session, Claude reads it and already knows your setup.
This is the seed of your Open Brain. Start simple — a few paragraphs about what you're working on and how you prefer to work. Grow it over time.
Day 6-7: Connect Something External
Build your first MCP tool. Connect Claude Code to one external service — your Google Calendar, your Airtable, your email. The Anthropic docs walk through MCP setup, and Claude Code can help you build the connector.
Once Claude can read your calendar and check your tasks, the conversations change. You stop asking abstract questions and start having operational ones. "What's due this week?" "Draft a reply to that client email." "Create a task for the website update."
The Open Brain: Giving Claude Permanent Memory
The single most powerful thing you can build with Claude Code is a knowledge base it can access. I call it an Open Brain.
Without a brain, every Claude session starts from zero. You explain your business, your context, your decisions. Again and again.
With a brain, Claude knows:
- What you decided last week about pricing
- What your customer research revealed
- What your brand voice sounds like
- What projects are active and their current status
- What worked and what didn't in your last marketing campaign
The Brain Starter Kit gives you the exact structure, the CLAUDE.md template, and the ingestion scripts. But the core idea is simple: give Claude access to your business knowledge, and it stops being a generic assistant and starts being your assistant.
Skills: Extending Claude's Capabilities
Claude Code supports Skills — packaged instructions that extend what Claude can do. Think of them as expertise modules.
Some I use daily:
- SEO skills — audit pages, generate schema, analyse competitors
- Copy skills — write sales pages, email sequences, ad copy in your brand voice
- Design skills — generate colour palettes, font pairings, component specifications
- Content skills — create carousels, newsletters, and social posts using proven frameworks
The point isn't that Skills are magic. It's that Claude Code is extensible. Whatever your business needs, you can teach Claude to do it — and that teaching persists across sessions.
Frequently Asked Questions
Do I need to know how to code?
No. I didn't when I started. Claude Code writes the code. You describe the outcome. Over time you'll start reading code and understanding what's happening — that's natural — but it's not a prerequisite.
Which Claude plan do I need?
Claude Pro ($20/month) is enough to get started. If you're building every day or running agents, Claude Max ($100/month) gives you more capacity. The cost is trivially small compared to the value — I save more than $100/month in the first automation I build for any client.
Does it work on Mac and Windows?
Yes. Claude Code runs on macOS, Linux, and Windows (via WSL). Mac is the smoothest experience. If you're on Windows, install WSL first — Claude Code can help you set that up.
Is my data safe?
Claude Code runs locally on your machine. Your files aren't uploaded anywhere unless you explicitly tell it to. MCP connections to external services use your own API keys. You control what Claude can access.
How is this different from using Claude in a browser?
Browser Claude is a conversation. Claude Code is a workspace. Browser Claude can write you a marketing plan. Claude Code can write you a marketing plan, build the landing page, connect the email automation, set up the analytics, and deploy it — all in the same session.
What if I get stuck?
That's literally what I do for a living. Book a discovery call and I'll help you figure out where Claude Code fits in your business. Or grab the Brain Starter Kit and start building your knowledge base — it comes with setup instructions and a working example.
The Bottom Line
Claude Code is the most powerful business tool most business owners have never heard of. It turns a smart AI into a smart AI that can actually do things — build websites, automate tasks, manage data, run agents, and connect your entire operation.
The learning curve is real but short. A week of daily use and you'll wonder how you worked without it. A month and you'll have systems running that would have cost tens of thousands to build the traditional way.
I'm not an Anthropic employee. I don't get paid to say this. I'm a farmer and filmmaker who stumbled into AI tools and built an entire consulting practice on the back of what they enabled. If it worked for me, it'll work for you.
Start with the terminal. Start with one problem. Build from there.
Stay human,
Billy
Billy Lewis is an AI consultant based in Upper Hutt, Wellington. He helps NZ businesses build practical AI systems using Claude Code and open-source tools.
Ready to see what Claude Code could do for your business?
Take the free AI Time-Savings Calculator — 2 minutes to see exactly how many hours you could save each week. It's the fastest way to know if Claude Code is worth exploring.
Already convinced? Get your AI Opportunity Map for a personalised roadmap, grab the Brain Starter Kit to give Claude persistent memory, or book a discovery call to talk through what's possible.
Stay human, Billy
Want more like this? Every Monday I send a short letter about building with AI — real projects, real plumbing, real results.
Get the Monday letter →