A full-stack interview preparation platform that combines voice-based interview simulations with AI-powered feedback.
- frontend/ - React + TypeScript web application (Vite)
- backend/ - Python FastAPI server
- Node.js and npm (for frontend)
- Python 3.x (for backend)
Navigate to the frontend directory and start the development server:
cd frontend
npm run devThe frontend will be available at http://localhost:5173
Run the Python backend server:
python backend/main.pyThe backend API will be available at http://localhost:5000
When creating an account, make sure to check your inbox to confirm your account creation before log in.
- Voice-based interview practice
- Real-time feedback generation
- Interview performance analytics
- Behavioral and technical question modules
- Case study preparation tools
- React
- TypeScript
- Vite
- Tailwind CSS
- Python
- FastAPI
- ElevenLabs
- Gemini API
- SupaBase