AI-powered B2B lead intelligence platform.
This repository contains:
artifacts/api-server: API backend (TypeScript)artifacts/lead-intelligence: Web frontend (Vite + React)lib/*: shared packages (DB, API client, API spec, AI integrations)docker-compose.yml: local development stackdocker-compose.prod.yml: production deployment stack
- Docker Desktop (or Docker Engine + Compose plugin)
cp .env.example .env
docker compose up --build -d- Web:
http://localhost:3000 - API:
http://localhost:8080
docker compose down- Never commit real
.env*files. - Use
.env.exampleas the template. - Store production secrets in GitHub Actions Secrets and on the target VPS only.
For production setup and CI/CD details, see:
docs/README_DEPLOY.md
A full internal operation README is kept at:
README.internal.backup.md
This file is intended for your private operational workflows when you clone the repo.
Add your preferred license before publishing publicly.