An AI-powered learning platform that delivers real-time, voice-driven, and interactive educational experiences through conversational AI tutors.
Final Year Mini Project
Developed by Nitin Govardhane & Jitesh Borse
MIT-WPU | Master of Computer Applications | 2024-2026
Converso is a customizable AI-powered learning platform delivered as a Software as a Service (SaaS). It enables users to engage in personalized, real-time conversations with AI tutors, making complex topics accessible through interactive voice-driven learning sessions.
- Voice-driven lessons with customizable AI tutors
- Secure authentication via Clerk (Email/Google sign-in)
- Flexible subscription plans with Stripe integration
- Real-time transcripts and session history
- Companion Builder for creating personalized learning sessions
- Companion Library with search and filtering
- User profile and progress tracking
- Responsive design across all devices
- Automated error tracking with Sentry
- Next.js - React framework with server-side rendering
- TypeScript - Static typing for reliability
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - Component library built on Radix UI
- Lottie React - Animations
- Supabase - PostgreSQL database and authentication
- Clerk - User management and Stripe billing integration
- Vapi - Voice AI platform for conversational agents
- Sentry - Error tracking and performance monitoring
- React Hook Form - Form validation
- Zod - Schema validation
- Node.js 18+ installed
- npm or yarn package manager
- Supabase account
- Clerk account
- Vapi API key
- Sentry account (optional)
# Clone the repository
git clone https://github.com/GovardhaneNitin/converso.git
# Navigate to project directory
cd converso
# Install dependencies
npm install
# Set up environment variables
# Create a .env.local file with your credentials
# Run development server
npm run devVisit http://localhost:3000 to see the application.
# Create optimized production build
npm run build
# Start production server
npm startNitin Govardhane - GitHub
Jitesh Borse - Co-Developer
MIT World Peace University (MIT-WPU)
Master of Computer Applications | 2024-2026


