Skip to content

A comprehensive call management and analysis system for Sattva Human that handles call recording ingestion, transcription, AI-powered analysis, and provides dashboards for different user roles (Admin, Manager, Employee).

Notifications You must be signed in to change notification settings

Tasknova/Sattva-Sales-Call-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sattva Call Analysis

This is a project developed by Tasknova for Sattva Human. It manages calls and their analysis.

Overview

A comprehensive call management and analysis system that handles call recording ingestion, transcription, AI-powered analysis, and provides dashboards for different user roles (Admin, Manager, Employee).

Tech Stack

  • Frontend: Vite + React + TypeScript
  • Styling: Tailwind CSS + shadcn/ui
  • Backend: Supabase (PostgreSQL + Edge Functions)
  • Authentication: Custom authentication system

Getting Started

Prerequisites

  • Node.js 18+ recommended
  • npm

Installation

npm install

Environment Setup

Create a .env file in the project root:

VITE_SUPABASE_URL=your_supabase_project_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key

Development

npm run dev

Build

npm run build

Project Structure

  • src/components/ - React components and dashboards
  • src/pages/ - Page components
  • src/lib/ - Supabase client and utilities
  • supabase/ - Database migrations and Edge Functions
  • db/ - Additional database scripts

Features

  • Call recording capture and storage
  • Automated transcription
  • AI-powered call analysis
  • Role-based dashboards (Admin, Manager, Employee)
  • Client and job management
  • Employee productivity tracking

About

A comprehensive call management and analysis system for Sattva Human that handles call recording ingestion, transcription, AI-powered analysis, and provides dashboards for different user roles (Admin, Manager, Employee).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages