How to Build an AI Automation Stack for Under $100/Month (The Exact Tools I Use)
It is easy to accumulate hundreds of dollars in monthly AI subscriptions you barely use. This guide shows how to assemble a lean automation stack, price it from current vendor pages, and keep usage-based costs visible.
An AI automation stack is a curated set of interconnected tools — typically a workflow engine, an LLM layer, a data layer, and specialized utilities — that work together to automate business processes end-to-end without manual intervention between steps.
TL;DR
- A lean stack can stay below $100/month, but the total depends on hosting, workflow volume, model choice, token usage, and paid data services
- The stack has three layers: orchestration (n8n or Make), intelligence (LLM APIs), and infrastructure (database + storage)
- Paying per API call instead of flat-rate subscriptions is what keeps costs low — most people overpay for seats they don't need
- n8n Cloud starts at €20/month billed annually, while Make Core is $12/month for 10,000 credits on monthly billing; self-hosted n8n shifts the bill to your infrastructure provider
- Airtable and Make offer free plans; other components may require paid hosting, API credits, or usage-based fees
Why Most AI Tool Stacks Cost Too Much
The typical mistake is subscribing to full-featured SaaS platforms when you only need 20% of what they offer. You're paying for dashboards, team collaboration features, and enterprise integrations that a solo operator or small team will never touch.
There are more workflow products competing for your budget than most teams can evaluate responsibly. Vendors often discount annual billing or charge by seats, executions, tasks, or credits, so compare the billing unit—not only the headline price.
Here's the counterplay: buy capabilities, not platforms. Use free tiers aggressively. Pay for API calls instead of subscriptions wherever possible. And pick tools that compound — where learning one makes the others more powerful.
The Three-Layer Stack Framework
Every AI automation stack worth building has three layers. Miss one and the whole thing falls apart. Over-invest in one and you're wasting money.
Layer 1 — Orchestration: This is the workflow engine that connects everything. It's the central nervous system. n8n or Make lives here.
Layer 2 — Intelligence: This is your LLM layer. The AI brain that processes, generates, and decides. Claude API, OpenAI API, or both.
Layer 3 — Infrastructure: This is where your data lives and persists. Your database, your file storage, your CRM. Airtable, Supabase, or Google Sheets.
Think of it like a kitchen: orchestration is the recipe (the sequence of steps), intelligence is the chef (the decision-maker), and infrastructure is the pantry (where ingredients are stored and retrieved).
Layer 1: Orchestration — The Workflow Engine
This is where I spend the most time and the least money. Your orchestration layer is the backbone of every automation you build. Pick wrong here and you'll feel it everywhere.
My Pick: n8n (Self-Hosted)
Planning estimate: $5-10/month for a small VPS, before backups, monitoring, and operator time
n8n is open source and self-hostable, so Community Edition usage is constrained by your server rather than a hosted execution allowance. n8n Cloud Starter is €20/month billed annually for 2,500 workflow executions; self-hosting can cost less in cash but makes you responsible for operations.
With n8n you get 400+ native integrations, built-in AI nodes that connect directly to LLM APIs, a visual workflow builder that's genuinely powerful (not a toy), and the ability to run unlimited workflows without per-execution pricing.
The tradeoff: you need to be comfortable with basic server management. I'm talking 2 hours per month for updates and monitoring — not a full DevOps operation. If that still feels like too much, Railway and Render handle most of it for you.
n8n
Pros
- Open source and self-hostable for $5-10/month
- 400+ native integrations
- Built-in AI nodes for LLM workflows
- Unlimited executions on self-hosted
- Active community and regular updates
Cons
- Self-hosting requires basic server knowledge
- Steeper learning curve than Zapier
- Cloud plans start at €20/month if you don't self-host
The Alternative: Make.com
Monthly cost: $12/month for Core with 10,000 credits on monthly billing
If you don't want to self-host anything, Make is the move. The free tier gives you 1,000 operations per month to test with, and the Core plan adds unlimited active scenarios with minute-level scheduling.
Make's visual builder is arguably more intuitive than n8n's for beginners. The drag-and-drop interface makes complex branching logic feel approachable. Where Make falls short is at scale — once you're running thousands of operations per month, the per-operation pricing adds up faster than a self-hosted n8n instance.
Make
Pros
- No self-hosting required
- Beautiful visual workflow builder
- Free tier with 1,000 operations/month
- 2,000+ app integrations
- Excellent error handling and debugging
Cons
- Per-operation pricing adds up at scale
- Less flexible than n8n for custom logic
- Core plan limited compared to n8n self-hosted
Why Not Zapier?
Zapier is the tool most people start with, and the tool most serious automators leave. The free tier is limited to 100 tasks per month with single-step Zaps. The Starter plan jumps to $19.99/month for 750 tasks. By the time you need multi-step workflows with conditional logic, you're looking at $49+/month for the Professional plan.
For the same money, you get dramatically more capability with n8n or Make. Zapier's advantage is simplicity — if you just need "when X happens, do Y" and nothing more, it works. But if you're reading this article, you want more than that.
| Tool | Monthly Cost | Best For | Executions/Operations | Learning Curve |
|---|---|---|---|---|
| n8n (self-hosted) | $5-10 | Power users, custom workflows | Unlimited | Medium |
| Make (Core) | $12 | Visual builders, no-code teams | 10,000 operations | Low-Medium |
| Zapier | Check live plan | Simple automations and broad app coverage | Varies by plan | Very Low |
Start with Make's free tier or n8n Cloud's 14-day trial before committing. Build your first 2-3 workflows, hit the limitations naturally, then decide which platform fits your brain. The tool you'll actually use beats the theoretically superior one every time.
Layer 2: Intelligence — The LLM Layer
This is where most people either overspend or underinvest. You don't need a $20/month ChatGPT Plus subscription to power automations. You need API access, where you pay per token — only for what you actually use.
My Pick: Claude API (Haiku + Sonnet)
Monthly cost: $5-30 (depending on volume)
Here's the key insight most people miss: you don't use one model for everything. You use the cheapest model that gets the job done for each specific task.
Anthropic's May 2026 list prices put Claude Haiku 4.5 at $1 per million input tokens and $5 per million output tokens, and Claude Sonnet 4.6 at $3/$15. Haiku fits classification, routing, summarization, and extraction; Sonnet is the stronger option for complex reasoning and generation.
Do not estimate the bill from workflow count alone. Log input tokens, output tokens, cache usage, retries, and model routing for each workflow, then multiply those measured units by the current price card.
The Alternative: OpenAI API
Monthly cost: usage-based
OpenAI also offers models across price and capability tiers. Because model names and rates change quickly, select the exact model from the current OpenAI API pricing page and cost the workflow from measured input, cached-input, and output usage rather than retaining a legacy model estimate.
The real power move can be using more than one provider. Route different workflow steps based on evaluation results, latency, cost, and fallback requirements rather than using the same premium model everywhere.
Never use ChatGPT Plus ($20/month) or Claude Pro ($20/month) as your automation LLM layer. Those subscriptions are for interactive chat. For automations, you want API access where you pay per token. A $20/month subscription that caps your usage is almost always more expensive than $5-15/month in API calls for the same workload.
Layer 3: Infrastructure — The Data Layer
Your automations need somewhere to store data, trigger from, and write results back to. This is the least glamorous layer and the one that breaks everything if you cheap out on it.
My Pick: Airtable (Free Tier) + Supabase (Free Tier)
Monthly cost: $0-20
Airtable's free plan is designed for individuals, very small teams, and lightweight needs. Confirm the current record and automation limits inside the product before designing around them; Airtable can still be a practical interface for a small CRM, content calendar, or lead tracker.
When you outgrow the free tier, Airtable Team is $20 per user per month on annual billing. Delay that upgrade until a measured capacity or collaboration constraint justifies it.
For anything that needs a real database — storing API responses, logging workflow executions, building custom apps on top of your data — Supabase's free tier is exceptional. You get 500 MB of Postgres database storage, unlimited API requests, and 50,000 monthly active users for auth. The only gotcha is that free-tier projects pause after 7 days of inactivity, so keep a heartbeat workflow pinging it.
Airtable
Pros
- Spreadsheet UI that anyone can use
- Unlimited bases on free tier
- Built-in forms, views, and interfaces
- 100 automation runs/month included free
- Excellent API for workflow integration
Cons
- 1,000 records per base on free tier
- Gets expensive fast per-user on paid plans
- Not a real database for complex queries
Supabase
Pros
- Full Postgres database on free tier
- 500 MB storage with unlimited API requests
- Built-in auth for 50,000 MAUs
- Real-time subscriptions included
- Open source with no vendor lock-in
Cons
- Free-tier projects pause after 7 days of inactivity
- Requires SQL knowledge for advanced queries
- Pro plan jumps to $25/month
The Alternative: Google Sheets + Google Drive
Monthly cost: $0
I know. Google Sheets as a database sounds like a hack. And it is. But for early-stage automations with low volume, it works surprisingly well. Both n8n and Make have native Google Sheets integrations. You can read, write, and update rows as part of any workflow.
The ceiling is low — once you're past a few hundred rows or need concurrent writes, Sheets buckles. But if you're testing a new automation before committing to infrastructure, Sheets lets you validate the logic with zero cost and zero setup.
The Full Stack: What It Actually Costs
Here's the exact breakdown, from minimum viable to comfortable production:
| Layer | Budget Option | Cost | Comfortable Option | Cost |
|---|---|---|---|---|
| Orchestration | n8n self-hosted | $5 | n8n self-hosted (better VPS) | $10 |
| Intelligence | Claude API (Haiku-heavy) | $8 | Claude + OpenAI APIs (mixed) | $30 |
| Infrastructure | Airtable Free + Google Sheets | $0 | Airtable Free + Supabase Free | $0 |
| Utilities | Free tiers only | $0 | Domain-specific APIs | $10-20 |
| Total | $13 | $50-60 |
The table is a planning scenario, not a quote. Recalculate it with your hosting plan, live model prices, paid integrations, storage, backups, and expected workflow volume before treating the under-$100 target as achievable.
Five Workflows You Can Build on Day One
Knowing the tools is useless without knowing what to build. Here are five workflows that pay for the entire stack within the first month.
1. Inbound Lead Enrichment and Routing
Trigger: New form submission or email inquiry lands in Airtable. Process: n8n grabs the lead, hits a free enrichment API (Hunter.io for email verification, Clearbit free tier for company data), then uses Claude Haiku to classify the lead as hot, warm, or cold based on the enriched data. Output: Lead gets tagged in Airtable, and hot leads trigger an instant Slack notification or email alert.
Time saved: 15-30 minutes per lead, or 5-10 hours per month for a business getting 20+ inbound leads.
2. Content Repurposing Pipeline
Trigger: New YouTube video transcript dropped into a Google Doc or Airtable record. Process: Claude Sonnet summarizes the transcript, extracts key quotes, generates a blog post outline, writes 3 social media posts (LinkedIn, Twitter, Instagram caption), and creates an email newsletter draft. Output: Five pieces of content from one video, all stored in Airtable and ready for review.
Time saved: 3-4 hours per video. If you publish weekly, that's 12-16 hours per month.
3. Client Report Generation
Trigger: Scheduled weekly or monthly (cron trigger in n8n). Process: Pull metrics from your data sources (Google Analytics API, Stripe API, CRM records), feed them to Claude Sonnet with a templated prompt, generate a formatted summary. Output: A polished client report emailed automatically or dropped into a shared folder.
Time saved: 1-2 hours per client per report cycle.
4. Email Triage and Auto-Response
Trigger: New email arrives in your inbox (Gmail or Outlook integration). Process: Claude Haiku classifies the email (support request, sales inquiry, newsletter, spam). Based on classification, the workflow either drafts a response for your review, routes it to the right Airtable board, or archives it automatically. Output: Your inbox is pre-sorted every morning with draft responses waiting for a one-click send.
Time saved: 30-60 minutes per day, or 10-20 hours per month.
5. Competitor Price and Feature Monitoring
Trigger: Scheduled daily or weekly. Process: n8n scrapes competitor pricing pages (or uses their APIs where available), compares against your stored baseline in Airtable, and uses Claude to summarize what changed. Output: A weekly digest of competitor moves, delivered to Slack or email.
Time saved: 2-3 hours per week of manual research.
The Mistakes That Blow Your Budget
I've helped dozens of people build their automation stacks. These are the patterns that consistently push costs past $100/month for no good reason.
Mistake 1: Paying for ChatGPT Plus and Claude Pro simultaneously. If you're using AI for automations, you need API access, not chat subscriptions. The APIs are almost always cheaper for automation workloads. Keep one chat subscription for interactive use if you want it, but don't count it as part of your automation stack cost.
Mistake 2: Starting with Zapier and never leaving. Zapier's per-task pricing makes it the most expensive option at scale. People stick with it because switching feels hard. It isn't — export your Zap logic, rebuild in Make or n8n in an afternoon, and your monthly bill drops immediately.
Mistake 3: Overprovisioning your database. You don't need Airtable's $20/user/month Team plan on day one. You don't need Supabase Pro. Start on free tiers, hit the ceiling, then upgrade only the specific constraint that's blocking you.
Mistake 4: Using GPT-4 or Claude Opus for everything. Route your tasks intelligently. Classification, extraction, and simple generation should hit the cheapest model available. Reserve the expensive models for complex reasoning and high-stakes content generation.
Do not assume a universal labor-savings multiple. Record the manual baseline, review time, exception rate, failure cost, and monthly platform spend for each workflow; keep only automations whose measured value exceeds their full operating cost.
How to Get Started This Week
Don't try to build all five workflows at once. Here's the sequence I recommend:
Day 1-2: Set up n8n (self-hosted on Railway or Render) or sign up for Make's free tier. Build one simple workflow — something like "new Airtable row triggers a Slack message." Get comfortable with the interface.
Day 3-4: Add the LLM layer. Get API keys for Claude and/or OpenAI. Build a workflow that takes text input, sends it to an LLM, and writes the output somewhere. The content repurposing pipeline is a great first real project.
Day 5-7: Connect your data layer. Set up Airtable as your central hub. Build one workflow that reads from and writes back to Airtable with an LLM step in the middle. The lead enrichment workflow is ideal for this.
Week 2 onward: Add workflows one at a time. Each new automation should solve a specific pain point you feel weekly. Don't automate theoretical problems — automate the thing that ate 3 hours of your Tuesday last week.
Related Guides
- How to Build Your First AI Automation in Under 30 Minutes
- How to Create AI Workflows with Make.com
- Zapier alternatives AI: best AI automation tools
- Best AI Tools for Brand Monitoring
- ChatGPT Pricing Breakdown: Is Plus Worth $20/Month
- Top Fireflies.ai Alternatives for Transcription
What is the cheapest AI automation stack I can build?
A minimal self-hosted stack can begin with a small VPS, usage-based LLM API access, and free data tools, but there is no universal production cost. Price hosting, backups, model usage, integrations, monitoring, and operator time from your own workload before committing.
Is n8n better than Zapier for AI automation?
For AI automation specifically, n8n is significantly better value. n8n offers unlimited executions on self-hosted, built-in AI nodes that connect to LLM APIs natively, and costs $5-10/month compared to Zapier's $19.99-49/month for comparable functionality. Zapier wins on ease of setup for simple single-step automations, but n8n or Make are better choices once you need multi-step AI workflows.
How much does the Claude API cost for automation workflows?
Claude API cost depends on the selected model and measured token mix. Anthropic's May 2026 list prices put Haiku 4.5 at $1 per million input tokens and Sonnet 4.6 at $3 per million input tokens, with output priced separately. Route lightweight work to the lowest-cost model that passes your evaluation, then monitor real usage.
Can I build AI automations without coding?
Yes. Both n8n and Make are visual workflow builders that require no coding for most automations. You drag and drop nodes, configure connections, and set up logic visually. Basic automations like email triage, lead routing, and content repurposing can be built entirely without writing code. You'll only need light coding (JavaScript or Python snippets) for custom data transformations or edge cases.
How many hours can AI automation save a small business?
There is no defensible universal hours-saved figure for a small business. Measure the manual baseline, automated handling time, human review, exceptions, and failures for each workflow. That gives you a credible monthly savings estimate and an actual payback period.
Should I use ChatGPT Plus or the OpenAI API for automations?
Use API access for programmatic automations; a chat subscription is a separate interactive product and does not substitute for API billing. Price the exact model and token mix on OpenAI's current API page, set a budget alert, and compare the measured monthly API cost with the value of the workflow.
