Lesson 4. Minimal Beginner Stack#
Why This Matters#
You don't need to connect 20 tools at once. Start with a minimal stack and expand as you grow.
Key Idea#
Minimal stack = platform + data + communications
That's enough for first projects.
Beginner Stack (free or almost free)#
Option 1: "Quick Start" Stack
Task: build a simple FAQ bot or booking agent
Tools:
-
Zapier — platform for agent and automation (free start)
-
Google Sheets — data storage (free)
-
Telegram — communication channel (free)
Connection:
-
scenarios and AI steps in Zapier
-
request handling in Zapier (FAQ)
-
saving data to Google Sheets via Zapier/Make or API
-
publishing to Telegram
What you can build:
-
FAQ bot for business
-
booking agent for services
-
lead qualification
Cost: $0–10 (free if you stay within limits)
Option 2: "Advanced Beginner" Stack
Task: agent with automation and notifications
Tools:
-
Zapier — platform for agent and automation
-
Airtable — flexible database (free up to 1000 records)
-
Telegram — communication channel
-
Make — automation (free up to 1000 operations/month)
-
Tally — forms for data collection (free)
Connection:
-
client fills form in Tally
-
Make sends data to Airtable and triggers agent in Telegram
-
agent asks follow-up questions
-
data saved to Airtable
-
notification to manager in Telegram
What you can build:
-
lead qualification funnel
-
agent with multi-step scenarios
-
automatic notifications
Cost: $0/month (within free limits)
How to Grow Your Stack#
Principle: add a tool when you hit a limit of the current one.
Examples:
-
Google Sheets too slow → switch to Airtable
-
Zapier free tier exhausted → switch to Make or n8n
-
Need subscriptions → connect Stripe
-
Need a showcase → add Tilda or Carrd