primusfabrum-leadgen-api - PrimusFabrum API suite
- TypeScript 95.7%
- JavaScript 4.3%
| src | ||
| .gitignore | ||
| AGENTS.md | ||
| ecosystem.config.cjs | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
PrimusFabrum Lead Gen API
Fastify-based lead generation and management API.
Port: 3003 Stack: Fastify + TypeScript + in-memory store
Endpoints
POST /v1/leads— Capture new leadGET /v1/leads— List leads (filterable by status/source)GET /v1/leads/:id— Get lead detailPATCH /v1/leads/:id— Update lead (status, score, notes)GET /v1/health— Health check
Pricing
- Free: 100 leads/month
- Pro ($19.99/mo): 10,000 leads/month, CSV export
- Enterprise ($99.99/mo): Unlimited, API key rotation, webhooks
Dev
npm install
npm run dev
npm run build