Google Meet but for technical interviews.
Intervue is a real-time, collaborative platform designed specifically for conducting technical interviews. It combines video calls and a collaborative code editor — all in one seamless experience.
-
High-Quality Video & Audio Calls Smooth, low-latency communication optimized for interviews.
-
Collaborative Code Editor Real-time, multi-language code editor with syntax highlighting and instant feedback.
-
Secure & Private End-to-end encrypted calls and temporary interview rooms to ensure confidentiality.
- Frontend: React, TailwindCSS
- Backend: Node.js / tRPC
- Real-Time Communication: WebRTC, WebSockets
- Code Execution: Sandbox container with language runtimes (docker)
- Database: PostgreSQL / Prisma
Clone the repository and install dependencies:
git clone https://github.com/yourusername/intervue.git
cd intervue
npm installStart the development server:
npm run dev- Create a new interview room.
- Share the room link with the candidate.
- Conduct the interview with video call + collaborative code editor.
Contributions are welcome! If you have ideas for new features or improvements, feel free to:
- Open an issue
- Submit a pull request
- Discuss in the project’s Discussions