This repository is a starter template for a full-stack lead generation and outreach platform without n8n.
- FastAPI backend for scraping, enrichment, and lead management.
- Next.js dashboard for real-time lead viewing and outreach.
- Pluggable scrapers: LinkedIn, IndieHackers, Clutch, etc.
- PostgreSQL/Supabase for storage and realtime updates.
- Celery or BullMQ for background scraping tasks.
- Email outreach via SMTP/Gmail/SES.
docker-compose upto run backend and Postgres.cd dashboard && npm install && npm run devto start the dashboard.- Implement scrapers in
backend/app/scrapers/.
- Add real database models (SQLAlchemy or Prisma).
- Implement Celery/BullMQ for distributed scraping and scheduling.
- Connect email outreach services.
