ConvoKaro is an AI-powered conversation confidence training app for Indian men aged 18-30. Users practice real conversations with an AI, get instant feedback on their confidence, tone, and grammar, and track their growth over time.
- Clone or download this project.
- Install dependencies:
npm install
- Copy
.env.exampleto.envand fill in your keys:cp .env.example .env
- Run locally:
npm run dev
VITE_SUPABASE_URL: Your Supabase Project URLVITE_SUPABASE_ANON_KEY: Your Supabase API KeyVITE_GEMINI_API_KEY: Your Gemini API Key from Google AI StudioVITE_RAZORPAY_KEY_ID: Your Razorpay Key ID
This app can be deployed to Vercel easily. Just connect your GitHub repo and add the environment variables in the Vercel dashboard.