v0.1.0 — MVP Release
LeadFlow CRM v0.1.0 — MVP
First public release of LeadFlow, an open-source CRM & Time Tracker.
Features
- Authentication — Email/Password + Google Sign-In
- Lead Management — Full CRUD with list view, search, filter, bulk actions
- Kanban Pipeline — Drag-and-drop board with 7 stages
- Time Tracking — Timer, manual entries, billable tracking
- Analytics — 4 KPI cards + 4 chart types (line, donut, bar, pie)
- Dashboard — Real-time lead stats from Firestore
- Dark Mode — Full light/dark theme support
- Responsive — Works on desktop, tablet, mobile
Tech Stack
- Next.js 15.5 + React 19 + TypeScript 5
- Tailwind CSS 4 + shadcn/ui
- Firebase (Auth, Firestore)
- Zustand, Recharts, @dnd-kit
Getting Started
git clone https://github.com/Tabish5858/leadflow-crm.git
cd leadflow-crm
npm install
cp .env.example .env.local # Add your Firebase credentials
npm run dev