Running a solo business in 2026 means you're constantly making a trade-off: time versus money. You can't hire a sales team, an onboarding specialist, and a delivery manager — so you either stay small, burn yourself out, or automate the repetitive parts. I chose the third option.
Over the past two years I've built a stack that handles my lead qualification, client onboarding emails, invoice follow-ups, and even parts of my service delivery — while I sleep. This isn't about replacing judgment with robots. It's about making sure every low-value, repeatable task runs without me touching it.
Here's exactly what I use, how it connects, and what it actually saves me.
The Core Layer: n8n as the Nervous System
Almost everything routes through n8n (self-hosted on a €6/month VPS). If you haven't used it, think of it as Make but with no workflow execution limits once you host it yourself. That matters a lot when you're running 40+ automations and counting API calls.
My most-used workflows:
- Lead intake → CRM enrichment: When someone fills in a Tally form, n8n pings Clearbit for company data, scores the lead based on company size and role, and either drops them into my "hot leads" Notion view or sends them a polite "not a fit right now" email — automatically.
- Proposal sent → follow-up sequence: A deal moves to "Proposal Sent" in my CRM, and n8n schedules three follow-up messages over 10 days, with different subject lines. Close rate went from 22% to 31% purely because I stopped forgetting to follow up.
The self-hosting overhead is maybe 2 hours per month. For solopreneur automation in 2026, that's a negligible cost for what you get.
Sales Without a Sales Team
I don't do cold outreach anymore. Instead, my inbound pipeline is almost fully automated.
Here's the flow: Someone visits my site, reads a few articles, and eventually lands on a lead magnet page. They enter their email. That triggers an n8n workflow that:
- Adds them to a Brevo sequence (Brevo replaced Mailchimp for me — cheaper, better API)
- Tags them based on which lead magnet they grabbed (signals intent)
- After 48 hours, checks if they opened the emails. If yes, moves them to a "warm" segment and queues a personal-looking plain-text follow-up from my address
The key insight here is intent-based segmentation. Not everyone who downloads a PDF wants to buy something this week. By tagging behavior (opened email, clicked pricing page, visited checkout but didn't complete), I can send the right message at the right time without manually watching analytics.
The whole thing cost me maybe 20 hours to build. Now it runs without intervention.
Onboarding That Doesn't Require Me to Be There
Client onboarding was the first thing I automated because it was eating 3-4 hours per new client. Welcome email, questionnaire, contract, first call scheduling — I was doing it all manually.
Now the flow is:
- Stripe payment confirmed → webhook to n8n
- n8n creates a Notion client workspace from a template, populates it with their name and package details
- Sends a welcome email with their Notion link and a Calendly link for the kickoff call
- 24 hours before the kickoff call, sends a prep checklist
That's it. I show up to the kickoff call and the client already has their workspace, has filled in the questionnaire, and knows what to expect. The first impression is actually better now than when I did it manually, because nothing slips through the cracks.
For solo business automation tools, this is where I see the highest ROI. Onboarding directly affects retention, and retention is everything for a solo operator.
Delivery: Automating the Repeatable Parts
I work with clients on SEO and content strategy. Parts of the delivery are genuinely creative and require my brain. Other parts — pulling data, generating first drafts, formatting reports — absolutely do not.
My delivery stack:
- Apify for scraping competitor data and SERP snapshots (runs on a schedule, dumps results to Google Sheets)
- Claude API via n8n for generating first-draft content briefs from a structured prompt I've refined over months
- Airtable as the delivery tracker, with automations that ping clients on Slack when a deliverable is ready
The Claude API integration is where I've been spending time lately. I don't use it to produce final copy — the quality isn't there without heavy editing — but for structured outputs like "analyze these 10 competitor pages and summarize their content gaps," it saves me 90 minutes per client per month.
One concrete example: I run a monthly SEO report for 6 clients. Previously this took me a full day. Now Apify pulls the data, a Python script formats it, and Claude generates a plain-language summary of what moved and why. I spend 30 minutes reviewing and adding strategic notes. That's a 5-hour saving per month on reports alone.
The Infrastructure Behind the Stack
None of this works without reliable infrastructure. Here's what I actually pay for:
| Tool | Monthly Cost | What It Handles |
|---|---|---|
| n8n (self-hosted, Hetzner VPS) | €6 | All workflow automation |
| Brevo | €0 (free tier) | Email sequences up to 300/day |
| Tally | €0 (free tier) | Forms and lead capture |
| Apify | ~€20 | Scraping jobs |
| Claude API | ~€15 | Content drafts, analysis |
| Airtable | €0 (free tier) | Delivery tracking |
Total: around €41/month for a stack that handles what would otherwise require a part-time assistant, a sales coordinator, and a data analyst.
The nocode workflow automation tools (Tally, Airtable free tiers) do a lot of heavy lifting without touching the budget. I only pay for compute-heavy tasks.
What I'd Do Differently Starting From Zero
If I were rebuilding this stack today, I'd skip Make entirely and go straight to self-hosted n8n. The execution limits on Make's paid plans become a real problem once you have more than a handful of automations running daily. The self-hosting setup is a one-afternoon project.
I'd also start with onboarding automation before touching sales. The onboarding flow pays back immediately — you feel the time savings with your very first automated client. Sales automation takes longer to show results because you need traffic and volume to see the patterns.
Finally: document every workflow as you build it. I use a simple Notion page per automation with a description, the trigger, and what it does. When something breaks at 11pm, you'll thank yourself.
If you want to implement a stack like this without spending weeks figuring out the plumbing, I put together a detailed guide with the actual workflow templates, Airtable bases, and step-by-step setup instructions. The Solo Automation Blueprint 2026 covers everything from your first n8n install to a working 5-workflow stack for 12€. It's what I wish I'd had when I started.