Rene 00bda54695
Build & Auto-Repair / build (push) Has been cancelled
Add Lead Scoring ML + Email Sequences/Drip Campaigns
Lead Scoring:
- lead_scoring_config table with configurable feature weights
- Scoring engine: boolean, keyword, and range-based feature scoring
- Settings tab: configure scoring features, run scoring on all leads
- ml_score + ml_score_details columns on leads table
- API: /api/leads/score, /api/leads/score/config
- mlScore returned in lead detail and list APIs

Email Campaigns:
- email_campaigns, email_campaign_steps, subscribers, logs tables
- Campaign list page with status badges and subscriber counts
- Campaign detail with step management, subscriber search/add, send
- Drip logic: steps with configurable delay days, template variables
- Variable replacement ({{name}}, {{email}}) in email bodies
- Sidebar: Campaigns nav item
2026-07-01 13:33:24 +02:00
2026-07-01 10:08:32 +02:00
2026-06-26 14:31:38 +02:00
2026-06-30 11:55:44 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 21:36:09 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-26 14:31:38 +02:00
2026-06-29 15:26:44 +02:00
2026-06-26 14:31:38 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

Install

  • Jose
  • Node.js
  • Add emoji pakages
  • Install postgres for databases
  • Typescript

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

S
Description
No description provided
Readme 9.9 MiB
Languages
TypeScript 65.2%
CSS 14.6%
Python 5.5%
PLpgSQL 4.8%
JavaScript 4.3%
Other 5.6%