Loading repository data…
Loading repository data…
yuvrajSingh-rajput / repository
Meet AI is an AI-powered video meeting platform where users can create custom AI agents, run real-time video/chat calls, and automatically get transcripts and summaries after calls.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
AI-powered video call application with real-time agents, meeting summaries, and post-call features.
# Install dependencies (use --legacy-peer-deps for React 19 compatibility)
npm install --legacy-peer-deps
# Start development servers
npm run dev # Start Next.js development server
npm run dev:webhook # Start webhook server (requires ngrok static domain in package.json)
npx inngest-cli@latest dev # Start Inngest development server
# Database
npm run db:push # Push database changes
npm run db:studio # Open database studio
# Production
npm run build # Build for production
npm run start # Start production server
Note: For
dev:webhookto work, you need to add your ngrok static domain to the script inpackage.json:"dev:webhook": "ngrok http --url=[YOUR_NGROK_STATIC_DOMAIN] 3000"