What We Are Building
A complete automated funnel: stranger โ subscriber โ paying customer โ all powered by AI.
โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ
โ Lead โ โโถ โ Welcome โ โโถ โ Nurture โ โโถ โ Sale โ
โ capture โ โ email โ โ drip 7 โ โ pitch โ
โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ
โ โ โ โ
โ โ AI personali- โ AI writes โ AI predicts
โ โ zes email โ each email โ best timing
โ โ for lead โ based on โ
โ โ โ activity โ
โผ โผ โผ โผ
Landing Send Grid Drip schedule Stripe / Whop
Step 1 ยท Landing Page with Lead-Capture Form
๐ค Prompt (Claude Code)
Create a simple landing page for a lead magnet "Guide: 7 Steps to [your niche topic]".
Stack:
- HTML + Tailwind + alpine.js (minimal)
- Hosted on nginx
- Endpoint POST /api/lead โ accepts email
- Email is written to Google Sheet (via Apps Script webhook)
- In parallel โ send a welcome email via Resend.com (free 100/day)
Steps:
1. Create landing page at /var/www/leads/index.html.
2. Backend FastAPI:
- POST /api/lead {email}
- Validate email
- Write to Google Sheet
- Trigger welcome email
- Return success/error JSON
3. Welcome email โ contains a link to the guide PDF + teaser for the drip series.
Help me set up the Resend account + Google Apps Script.
Step 2 ยท AI-Personalized Welcome Email
A standard welcome email is a generic "thanks for subscribing." Ours is personalized for the lead:
๐ค Prompt
Extend the lead capture with a 1-step form:
"What is the hardest part for you in [your topic]?"
(multiple choice checkboxes + free text)
After submit:
1. Save pain_point in Google Sheet along with the email.
2. LLM writes the welcome email:
- Takes the selected pain_point into account
- Gives 1 specific actionable tip (NOT a PDF)
- Announces that upcoming emails will break down this exact problem
3. Send.
This yields an open rate 1.5-2x higher than a generic welcome.
Step 3 ยท 7-Day Nurture Drip Series
๐ค Prompt
Create a drip series of 6 emails over 14 days:
Day 1: Welcome (already done in step 2)
Day 3: "Real Customer Experience" โ a case study from your niche
Day 5: "Topical Content" โ your valuable post on the topic (an extension of the PDF)
Day 7: "Quick Win" โ what can be done in 15 minutes today
Day 10: "Trust Building" โ your story, why you are in this niche
Day 12: "Soft Pitch" โ announcement of your course/product (no hard selling)
Day 14: "Last Chance" โ 24-hour limited offer
Each email is NOT generic. LLM writes based on:
- the lead's pain_point from the form
- It addresses this specific pain point
- At the end โ CTA "Read it? Message me on Telegram"
Cron job every day at 9:00 AM โ checks the subscribers table, sends an email if it's day N.
Step 4 ยท Soft Sale via AI
On day 12 (soft pitch) โ NOT an impersonal sales letter. AI analyzes the lead's behavior and crafts a personalized pitch:
๐ค Prompt
In drip day 12 โ pitch email.
Logic:
1. LLM looks at:
- Pain point from the form
- Open rate (previous emails)
- Click rate (whether they clicked links)
2. If active (opened 80%+) โ confident pitch with anchor pricing.
3. If average (40-80%) โ soft pitch with a focus on transformation.
4. If cold (<40%) โ re-engagement email, try different angles.
Pitch style โ like your voice memo. Length 400-700 words. CTA to purchase via Whop link.
Step 5 ยท Tracking + Optimization
๐ค Prompt
Create a dashboard for the funnel:
1. Total leads (all-time + last 30 days)
2. Conversion funnel:
- Visitors landing โ submitted email (%)
- Submitted โ opened welcome (%)
- Opened welcome โ opened day 7 (%)
- Day 7 reach โ soft pitch open (%)
- Soft pitch โ click checkout (%)
- Checkout โ purchase (%)
3. Average time for each step
4. Performance by each pain_point (which niche converts better)
Once a week โ Telegram report "Top changes of the week + improvement recommendations."
Realistic Numbers
What you can expect with a properly configured funnel:
| Step | Average | Good |
| Visitor โ email | 3-8% | 15-25% |
| Email opened | 30-40% | 50-60% |
| Click checkout | 2-5% | 8-15% |
| Final purchase | 1-3% | 5-10% |
At 1000 visitors โ 80 email leads โ 4 purchases with average efficiency. For a 49 course = 96 per month from 1000 visitors. Traffic source โ content, ads, SEO.
๐ก This is your capstone
After this lesson, you will have a working funnel. Not just theory. Connect it to existing traffic (even small) to test conversions. After 100 leads, you can fine-tune parameters based on real response.
๐ฏ Capstone 1 Ready
Lead capture + AI-personalized welcome + 7-day drip emails + soft sale + dashboard. A complete AI-driven funnel. In the final lesson โ scaling LLM into a team + cost optimization.