You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>Find businesses without websites. Generate personalized outreach. Automate via email.</strong></p>
11
11
<p>A complete lead generation platform that finds local businesses lacking an online presence, crafts targeted cold emails using smart templates, and automates delivery through Google Sheets + Apps Script.</p>
12
12
13
13
<p>
14
14
<a href="#features">Features</a> •
15
-
<a href="#demo">Demo</a> •
16
15
<a href="#quick-start">Quick Start</a> •
17
16
<a href="#deployment">Deployment</a> •
18
17
<a href="#usage">Usage</a> •
@@ -32,15 +31,7 @@
32
31
-**Apps Script Automation** — Copy-paste script sends batch emails from your Gmail (8 per 20 min, designed with opt-out footer)
33
32
-**Duplicate Prevention** — Dedup by Google Place ID across all campaigns
34
33
-**Background Processing** — Search runs asynchronously; poll campaign status from the dashboard
35
-
-**Live Deployment** — Backend on Railway, frontend on Vercel, auto-deploys from GitHub
36
-
37
-
## Demo
38
-
39
-
| Service | URL | Status |
40
-
|---------|-----|--------|
41
-
| Frontend |[frontend-alpha-teal-72.vercel.app](https://frontend-alpha-teal-72.vercel.app)| ✅ Live |
42
-
| Backend |[leadforge-production-126b.up.railway.app](https://leadforge-production-126b.up.railway.app)| ✅ Live |
43
-
| Health |[leadforge-production-126b.up.railway.app/api/health](https://leadforge-production-126b.up.railway.app/api/health)|`{"status":"ok"}`|
34
+
-**CI/CD** — GitHub Actions runs backend + frontend tests on every push
44
35
45
36
## Architecture
46
37
@@ -86,6 +77,8 @@ Search Form → POST /api/search → Grid Search (Places API)
86
77
|**APIs**| Google Places API (New), Google Sheets API v4 |
87
78
|**Automation**| Google Apps Script (Gmail send, quota-aware) |
0 commit comments