How to automate your entire business on your own

Think about who does your repetitive work today. Employees are expensive, need training, and leave. VAs are cheaper but slow, inconsistent, and you still have to manage them. And if it's you, every hour spent answering leads, chasing follow-ups and updating the CRM is an hour you're not growing the business. Automations do that work 24/7, never quit, and cost a fraction of a salary. This guide shows you how to build them yourself, step by step.

1

Setup

The first thing you need to build is your Automation Designer with Claude Code. It will:

  • Hold all the relevant context about your business and tools
  • Design flowcharts
  • Answer questions about any point in the business or make edits
  • Automate entire tasks on its own

Yes, it takes days to build this, but 100% worth it.

AI automation designer setup
2

Set up or improve your CRM

Any automation you build will need a CRM. Don't worry, even a spreadsheet counts. Before you automate anything, clean it up: one place for every lead, consistent fields, no duplicates. Your automations are only as reliable as the data they run on.

First, where your data lives

This is the part almost everyone gets wrong, because holding your data and running your sales process are two different jobs. Start here with the first one. Everybody climbs the same first two rungs, then it splits depending on what you need

  1. 📄

    A spreadsheet on your computer

    Where everyone starts

    Excel or anything like it. Perfectly fine for keeping track, with one hard limit: while the file lives on your laptop, nothing can automate it. That single fact is what pushes people to the next rung

  2. Google Sheets

    Google Sheets

    The first rung that can be automated

    The same spreadsheet, online. Free, and every automation tool on earth connects to it. If you do nothing else in this step, move your list here

  3. Airtable

    Airtable

    When you need structure

    Where we build most of what we deliver. A spreadsheet lets anyone type anything into any cell, which is exactly what breaks automations. Airtable makes each field hold one kind of thing, links records to each other, and gives every person the view they need without touching the data underneath

  4. Row Zero

    Row Zero

    When the file gets too big

    A spreadsheet built for millions of rows, for the point where Google Sheets stops opening the file at all. It stays a spreadsheet, so nobody has to learn anything new

  5. Supabase

    Supabase

    A real database

    For huge volumes, or when you are building actual software on top of your data, like a portal your clients log into. More power and no friendly grid to click around in, so this is a decision you make with a developer

Everyone climbs the first two. After that it depends on what you need
Need it to fit how you workAirtable
Need millions of rowsRow Zero
Building software on topSupabase
Google Drive

Files are a separate problem, and they do not go in your CRM. Contracts, photos, scans and documents belong in Google Drive or anything like it, with a link from the record that points at them. Loading heavy files into the CRM itself is the fastest way to make it slow and expensive

Second, what actually runs your process

Everything above HOLDS your data. A CRM RUNS your process on top of it: stages a lead moves through, whose turn it is, what happens next and when. Some of these do both, which is why the two get confused

Airtable

Airtable

Storage and CRM in one, once you shape it. Our default for client systems, because it bends to how you already work instead of the other way round

Go High Level

Go High Level

Very popular with agencies. Bundles the pipeline with calls, texts, funnels and campaigns, so it replaces several subscriptions at once

HubSpot

HubSpot

The best known one, and genuinely good. Generous to start with, then the price climbs quickly as you add people and features

Salesforce

Salesforce

The enterprise standard. It can do almost anything, and it expects someone whose actual job is looking after it. Overkill for most companies our size

Pipedrive

Pipedrive

Sales first and deliberately simple. A good fit if all you want is a pipeline your team will actually keep up to date

monday.com

monday.com

Work management first, CRM second. Worth it when the same team runs its projects and its pipeline in the same place

If you are choosing today and you are not sure, put your records in Airtable and your files in Drive. It is the combination we set up most often, it costs very little, and nothing you build on it has to be thrown away when you grow

3

Build the automation layer

With your context and CRM ready, have your Automation Designer build the automation layer: the flows that respond to leads, run follow-ups, and move records through your pipeline automatically. Start with the task that eats most of your day, get it running, then add the next one.

Where you actually run them

There are many ways to run automations. Which one fits you depends on the volume and the complexity of what you will run

  1. Make

    Make

    Easiest

    The simplest place to start. Visual, forgiving, and you can have your first automation running today. Best while you are still working out what you actually need

  2. Zapier

    Zapier

    Easy, connects to more

    Reaches more apps than anything else, so it gets to tools the others cannot. Keep an eye on the bill as you grow, because it charges per task and that is what eventually pushes people off it

  3. n8n

    n8n

    More technical, better at scale

    Where we build most of what we deliver. Worth the jump once you are running more than 10 automations, or when a single flow gets genuinely complex. Much cheaper at volume and far more flexible, in exchange for being more technical

  4. TypeScriptPython

    Code

    Full control

    For flows with real logic inside them, or when you want to own the source outright. You get a full history of every change, real tests, and any developer can read exactly what happens. The honest trade: there is no screen your staff can click to reconnect something, so a break becomes a developer's job

    Language
    TypeScript

    TypeScript is the default. Almost every tool you connect to has a ready-made library for it, so there is less to write and less to break

    Python

    Python for data-heavy work: analysis, scraping, anything statistical

    Where the code lives
    GitHub

    A private GitHub repository, one per company. Every change is recorded and reversible, and you can hand the whole thing to any developer whenever you want

    No key, password or client data ever goes in the repository itself. Only the instructions live there

    Where it runs
    Render

    Render from $7 a month. It deploys itself every time the code changes, which is the simplest setup and the one to start with

    Hetzner

    Hetzner for a few dollars a month, one server running everything. Cheaper once you have enough automations to justify looking after it yourself

    Your keys and passwords
    Bitwarden

    Bitwarden sends a key as a one-time link that expires and deletes itself. Never by email or chat, where it would sit in both mailboxes forever

    Keys are then stored in your host's encrypted settings, never inside the code. For anything Google, a service account beats a normal login because it never needs reconnecting

4

Frontend UI Automators

Some tools have no API, so your automation has to click through the website like a human does. These are your three options:

OC

OpenClaw Agents

AI Agents
  • Autonomous AI agents that can see, think, and act on any website
  • Built for scale and 24/7 execution
  • Ideal for high-volume, repetitive tasks
VA

VAs (Human Assistants)

Human Power
  • Real humans handling tasks with flexibility and judgment
  • Best for complex, non-repetitive, or sensitive tasks
  • Great for one-off or custom work
SK

Skyvern

Vision-based AI
  • Vision-based AI that navigates and extracts data from any UI
  • Great for structured data extraction and web automation
  • Open-source with cloud option
FeatureOpenClaw AgentsVAs (Human Assistants)Skyvern
UI Change ResilienceMedium to HighHighLow
24/7 Execution✅ Yes❌ No✅ Yes
Setup SpeedMediumFastSlow
ScalabilityMediumLowHigh
ConsistencyMediumLowHigh
Detection RiskLow to MediumLowMedium to High
Stronger Moderate / depends Weaker For Detection Risk, green means lower risk

Want this built for you?

See exactly what we build and what it costs, or send us a message and we will estimate the ROI for your flows.