
I Built an AI Agent That Finds Clients, Builds Their Website, & Emails It Automatically
Cold outreach is broken. Sending "Hey, I can build your website" emails gets ignored. So I built a system that does the work first . I created an n8n automation pipeline that finds local businesses, generates a custom website for them using AI, deploys it live, and then sends them the link. Here's how the system works in plain English: 🔄 The 5-Step Pipeline Find High-Value Leads The system scans Google Maps (via Apify) for businesses with good ratings (4.5+) but no website. It also scrapes Reddit and IndieHackers for business opportunities. Score the Lead It filters out the bad leads. Only businesses with 20+ reviews and high ratings get through. We want clients who can pay. Build the Asset (AI Magic) This is the core. It sends the business data to DeepSeek AI . Prompt: "Build a complete 5-section HTML website using Tailwind CSS." Output: A fully coded index.html file + a personalized email draft. Deploy Instantly The workflow automatically: Creates a GitHub Repository . Commits the co
Continue reading on Dev.to Webdev
Opens in a new tab

