CX analytics dashboard built to visualize company, employee, and project metrics from Google Sheets data.
https://livechat-dashboard.vercel.app
- Company Performance: High-level overview of total chats, leads, and global averages
- Employee Performance: Deep dive into individual agent metrics with a dedicated sidebar filter
- Project Performance: Analyze specific project verticals (for example, Automotive and Merchandise)
- Glassmorphism UI: Translucent cards with backdrop blur
- Neon Color Coding:
- Company: Cyan (
#00f3ff) - Employee: Purple (
#bc13fe) - Project: Lime Green (
#39ff14)
- Company: Cyan (
- Gold Standard: Critical FRT (First Response Time) metrics highlighted in Gold (
#FFD700) for visibility
- Real-time Sync: Fetches live CSV data from Google Sheets
- Smart Aggregation: Automatically sums volumes and averages rates based on the active view
- Sanitization: Handles noisy data (for example, strips
s,%, and text from number fields)
Live chat operations need fast visibility into response time, volume, leads, and agent performance. When the data lives in spreadsheets, leaders often lose time manually preparing reports.
The dashboard reads Google Sheets CSV data and turns it into operational views for company, employee, and project performance. It focuses on the metrics a CX lead needs to scan quickly.
- Framework: React + Vite
- Styling: Vanilla CSS (custom design system with CSS variables)
- Charts: Recharts
- Data Fetching: PapaParse
- Domain knowledge in CX operations
- Dashboard design for operational decision-making
- Data cleaning and aggregation from spreadsheet sources
- Chart-based reporting with React and Recharts
- Deployed frontend app with live demo
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/abhilashrajjan-555/Livechat_Dashboard.git
- Navigate to the directory:
cd Livechat_Dashboard - Install dependencies:
npm install
- Start the development server:
npm run dev
- Create a Vercel account
- Click Add New Project
- Select this GitHub repository
- Click Deploy
- Vercel will detect a Vite project and configure build settings automatically
This project is proprietary software of Xtreme Online Solutions.