
Stop guessing which businesses need you — LeadHunter AI finds them for you. It scans real local businesses, exposes exactly what’s broken on their websites, and scores each one as a lead so you know who’s worth chasing first. Then AI writes the outreach message for you, grounded in real evidence — turning cold prospecting into a warm, ready-to-send pitch.
Extract the zip file into a folder
Install Node.js (18+) if you don’t have it
Open a terminal in that folder
Run npm install
Run npx prisma db push
Run npm run dev
Open http://localhost:3000 — works immediately, no keys needed
Get a Google Places key at console.cloud.google.com/google/maps-apis/credentials,
enable “Places API (New)”, then paste it into the app’s Settings → Google Places API page and click Connect & Test
Get an Anthropic key at console.anthropic.com/settings/keys, paste it into the .env file after ANTHROPIC_API_KEY=, save, restart with Ctrl+C then npm run dev again