Avatar

Priyanshu Dhawan

Full Stack Developer · MERN

Call Louder

Back to Projects

A production-grade full-stack Sales CRM platform managing 2,000+ leads across 20+ sales agents with real-time data streaming.

Key Features & Contribution

Architected real-time data streaming using Server-Sent Events (SSE) to update sales agents instantly on lead assignments.

Offloaded heavy background computations to Node.js Worker Threads to prevent main thread blocking during lead generation.

Integrated Web Push Notifications to alert agents on new assignments and follow-ups without requiring them to keep the tab active.

Built granular role-based access control, appointment scheduling, and optimistic UI updates via React Query and Zustand.

call-louder.dev
Call Louder Sales CRM Dashboard Mockup

Technologies Used

React.js
Node.js
Express.js
MongoDB
React Query
Zustand
shadcn/ui
Server-Sent Events (SSE)
Worker Threads