Key Features
Platform
React 18+ with Node.js backend
Lead Capture
Forms, landing pages, webhooks
Pipeline Stages
Customizable sales pipeline
Lead Scoring
AI-powered qualification
Automation
Trigger-based workflows
Email Sequences
Automated follow-up emails
Quick Start
Setup Example
Preview of LeadHarbor integration:
JavaScript
import { LeadHarbor } from 'lead-harbor';
const crm = new LeadHarbor({
apiKey: process.env.LEADHARBOR_KEY
});
// Create a new lead
const lead = await crm.leads.create({
name: 'John Smith',
email: 'john@company.com',
source: 'website',
score: 85
});
// Move to pipeline stage
await crm.pipeline.move(lead.id, 'qualified');
Pipeline Stages
| Stage | Actions | Automations |
|---|---|---|
| New Lead | Capture, Assign | Welcome Email |
| Qualified | Score, Enrich | Notify Sales |
| Proposal | Send Quote | Follow-up Sequence |
What's Included
- Lead capture forms
- Pipeline stage management
- AI lead scoring
- Email sequence automation
- Webhook integrations
- Conversion analytics
- Full source code access
- Lifetime updates
- Email support