Skip to content

Pratham22R/EvalMeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ₯πŸ’¬ EvalMeet β€” Technical Interview Platform

Project Banner





Real-Time Interviews. Collaboration. Scheduling. Recording. All in One Platform.

πŸ”₯ Live Demo

Table of Contents


1. Introduction

EvalMeet is a powerful, modern platform designed for seamless technical interviews with:

  • Real-time video calls
  • Collaborative coding
  • Commenting & feedback
  • Scheduling workflows
  • Automatic recording & playback
  • Admin dashboards
  • Beautiful UI powered by Tailwind + Shadcn

Built with Next.js 14, Convex, Clerk, and Stream Video SDK, EvalMeet provides a production-ready interview environment for teams, bootcamps, and organizations.


2. Tech Stack

Frontend

  • Next.js 14 (App Router)
  • Shadcn/UI
  • TailwindCSS
  • TypeScript

Backend

  • Convex (realtime DB + functions)
  • Stream Video SDK
  • Clerk Authentication

Infrastructure

  • Vercel (hosting)
  • Convex Cloud
  • Stream Cloud Services

3. Features

Real-Time Video Rooms

  • HD Stream-powered video
  • Auto device setup
  • Participant state tracking
  • Smooth join/leave UX

Interview Tools

  • Integrated collaborative code editor
  • Comment dialogs
  • Realtime updates via Convex

Scheduling System

  • Create/edit interview sessions
  • Dashboard for upcoming meetings
  • Unified meeting management

Recordings

  • Automatic session recording
  • Playback UI
  • Timestamps + metadata

Admin Dashboard

  • Manage interviews
  • View recordings
  • Track user activity

Dark/Light Theme

  • Built-in theme switch using Shadcn

4. Quick Start

  • Clone the Repository

git clone https://github.com/Pratham22R/EvalMeet.git
cd pratham22r-evalmeet
  • Install Dependencies

npm install
  • Add Environment Variables

#Create a .env.local file:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
CLERK_WEBHOOK_SECRET=
NEXT_PUBLIC_CLERK_FRONTEND_API_URL=

CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=

NEXT_PUBLIC_STREAM_API_KEY=
STREAM_SECRET_KEY=
  • Start Development Server

npm run dev
  • Link on which app is running

http://localhost:3000

5. Architecture Overview

Frontend (Next.js)

  • App Router
  • Server + client components
  • Shadcn UI

Backend (Convex)

  • Realtime queries/mutations
  • Data models for interviews, comments, recordings

Video Layer (Stream)

  • Room creation
  • Recording pipeline
  • Device & participant lifecycle

Auth Layer (Clerk)

  • User identity
  • Route protection

6. Directory Overview

pratham22r-evalmeet/
β”œβ”€β”€ convex/
β”‚   β”œβ”€β”€ auth.config.ts
β”‚   β”œβ”€β”€ comments.ts
β”‚   β”œβ”€β”€ interview.ts
β”‚   β”œβ”€β”€ users.ts
β”‚   └── schema.ts
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ app/
β”‚   β”‚   β”œβ”€β”€ (auth)/sign-in
β”‚   β”‚   β”œβ”€β”€ (auth)/sign-up
β”‚   β”‚   β”œβ”€β”€ (admin)/dashboard/
β”‚   β”‚   β”œβ”€β”€ meeting/
β”‚   β”‚   β”œβ”€β”€ recordings/
β”‚   β”‚   └── schedule/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ CodeEditor.tsx
β”‚   β”‚   β”œβ”€β”€ MeetingRoom.tsx
β”‚   β”‚   β”œβ”€β”€ RecordingCard.tsx
β”‚   β”‚   └── ui/
β”‚   β”œβ”€β”€ providers/
β”‚   β”œβ”€β”€ constants/
β”‚   └── hooks/
β”œβ”€β”€ public/
└── package.json

7. Deployment

EvalMeet is optimized for:

  • Vercel β†’ Frontend
  • Convex Cloud β†’ Backend
  • Stream Cloud β†’ Video + Recording

Deploy Your Own

  • Fork repo
  • Import to Vercel
  • Add environment variables
  • Deploy

8. Contributing

Contributions welcome!

Steps:

  • Fork
  • Create feature branch
  • Commit
  • Open PR

9. Contact


10. ⭐ Show Support

If you like EvalMeet, consider giving the repo a star 🌟 Your support helps the project grow!


Made with ❀️ by Pratham

Releases

No releases published

Packages

 
 
 

Contributors