https://github.com/fbclh/client-intake-dashboard
Internal lead intake and qualification dashboard built with Next.js, TypeScript, Tailwind CSS, and shadcn/ui.
https://github.com/fbclh/client-intake-dashboard
dashboard lead-management nextjs react-form-hook shadcn-ui tailwindcss typescript zod
Last synced: 22 days ago
JSON representation
Internal lead intake and qualification dashboard built with Next.js, TypeScript, Tailwind CSS, and shadcn/ui.
- Host: GitHub
- URL: https://github.com/fbclh/client-intake-dashboard
- Owner: fbclh
- License: mit
- Created: 2026-05-13T01:38:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-18T15:52:49.000Z (about 2 months ago)
- Last Synced: 2026-05-18T17:38:38.572Z (about 2 months ago)
- Topics: dashboard, lead-management, nextjs, react-form-hook, shadcn-ui, tailwindcss, typescript, zod
- Language: TypeScript
- Homepage: https://client-intake-dashboard-ten.vercel.app/
- Size: 2.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Client Intake Dashboard
A lead intake and qualification dashboard built for internal ops teams managing inbound service requests. Capture structured client details across a guided multi-step form, automatically score each lead on budget and urgency fit, and track pipeline status from first contact through qualification — all in one lightweight, self-hosted tool.
Delivered in layers — intake form, scoring logic, dashboard, and analytics — as a self-contained Next.js app. Demo data persists in the browser via localStorage; the project runs and evaluates fully without a backend.
### Home

### Intake

### Dashboard

---
## Live demo
**[View live demo →](https://client-intake-dashboard-fbclh.vercel.app/)**
Opens with 12 pre-loaded demo leads — no setup required.
---
## Features
- Multi-step intake form with client-side validation
- Filterable lead table with KPI summary cards
- Score leads from budget, urgency, and timeline
- Pipeline charts for submissions, status, and scores
- Lead detail page with notes and activity history
---
## Tech stack
Next.js · TypeScript · Tailwind CSS · shadcn/ui · Zod · React Hook Form · Recharts
---
## Running locally
Install dependencies:
```bash
pnpm install
```
Run the development server:
```bash
pnpm dev
```
Then open:
http://localhost:3000
---
## Author
Fabio Coelho
---
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.