Welcome to the AI Interview Prep Platform β a full-stack application that allows users to simulate job interviews using AI voice agents and receive real-time feedback. Built with Next.js, Firebase, TailwindCSS, Vapi, Google Gemini, and shadcn/ui.
π₯ Watch Demo
- βοΈ Next.js β React Framework for Production
- π TypeScript β Strongly typed development
- π₯ Firebase β Auth & Backend Services
- π¨ Tailwind CSS β Utility-first CSS framework
- π§ Vapi AI β AI voice agent integration
- π¬ Google Gemini β Interview question & feedback generation
- π§© shadcn/ui β Beautiful UI components
- π Zod β Schema validation
-
π Authentication
Secure email/password auth using Firebase. -
π§βπΌ Create Interviews
Generate personalized interviews using voice input. -
π§ AI Feedback
Get voice & text feedback using Google Gemini and Vapi. -
π» Modern UI/UX
Sleek, accessible, and responsive design. -
π Interview Page
Take interviews with real-time transcripts and summaries. -
π§ Dashboard
View, track, and manage all interviews in one place. -
π± Responsive Design
Fully optimized for desktop, tablet, and mobile devices. -
π Reusable Codebase
Built with scalability and maintainability in mind. -
π₯Download & Share Feedback Report
Export your feedback as a professionally formatted PDF
Make sure you have the following installed:
git clone git clone https://github.com/Harshi-max/AI-Interviewer.git
cd AI-Interviewer
npm installSet Up Environment Variables
NEXT_PUBLIC_VAPI_WEB_TOKEN=your_vapi_web_token NEXT_PUBLIC_VAPI_WORKFLOW_ID=your_vapi_workflow_id
GOOGLE_GENERATIVE_AI_API_KEY=your_google_gemini_api_key
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_bucket NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id NEXT_PUBLIC_FIREBASE_APP_ID=your_app_id
FIREBASE_PROJECT_ID=your_project_id FIREBASE_CLIENT_EMAIL=your_service_account_email FIREBASE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_CONTENT\n-----END PRIVATE KEY-----\n"
Running the Project
npm run devOpen http://localhost:3000 in your browser to view the project.