Settings

Configuration & system status.

Discovery & enrichment

  • GOOGLE_PLACES_API_KEYconfigured · Google Maps channel
  • CRAWL4AI_SNAPSHOT_IDmissing · Pre-built Sandbox snapshot (faster cold starts)
  • SERPER_API_KEYmissing · Optional — overrides Sandbox ddgs for search

On Vercel: discovery search runs ddgs inside a Sandbox VM; enrichment runs real crawl4ai (Python + headless Chromium) in the same session. Locally: python3 scripts. No Firecrawl.

Lead scoring

  • SEO opportunity (issues to pitch)up to 60
  • Reachability (email / phone / socials / people)up to 35
  • Live working site bonusup to 5

Edit weights in src/lib/score.ts; SEO checks in src/lib/seo.ts.

Data

63
Leads
2
Runs
2
Active searches

SQLite at data/leadgen.db. Swap for Postgres (Neon) in src/lib/db.ts before serverless deploy.