006 — Open Source

Your Lead Discovery Engine. Your Infrastructure. Your Control.

Built for developers who want control over their data workflows. Whether you're building a sales workflow for your startup or experimenting with your own lead discovery system, LeadRadar gives you a foundation you can run, inspect, and extend.

  • Self-host with Docker and your own Postgres
  • Repository-based setup with environment API keys
  • Modular discovery engine and API routes
  • Drizzle ORM migrations — transparent schema evolution

Workflow

  1. 1Clone Repository
  2. 2Configure Environment Variables
  3. 3Connect Google APIs
  4. 4Run Locally
  5. 5Discover Businesses
# 1 · clone
git clone https://github.com/GuixJoy/leadradar.git

# 2 · configure
cp .env.example .env.local

# 3 · database + run
docker compose up -d
npm install && npm run db:migrate
npm run dev

Start Building Your Own Lead Discovery Workflow.

Clone LeadRadar, configure your environment, and explore a customizable approach to geographical business discovery.

Star LeadRadar on GitHub — it keeps the project alive