Skip to content

feat: add AI Project Tutor for interview preparation (closes #1733)#1874

Merged
Priyanshu-byte-coder merged 1 commit into
Priyanshu-byte-coder:mainfrom
Bhavy12-cell:main
Jun 3, 2026
Merged

feat: add AI Project Tutor for interview preparation (closes #1733)#1874
Priyanshu-byte-coder merged 1 commit into
Priyanshu-byte-coder:mainfrom
Bhavy12-cell:main

Conversation

@Bhavy12-cell
Copy link
Copy Markdown
Contributor

Closes #1733

Added an AI-powered Project Tutor to help users prepare for
technical interviews about their GitHub projects.

Features:

  • Repository search bar — paste any GitHub repo URL
  • AI-generated project analysis (summary, features, architecture)
  • Interview questions at 3 difficulty levels (Easy, Medium, Advanced)
  • AI chat interface to ask project-specific questions
  • Uses Groq Llama3 API (same as existing AIMentorWidget)
  • Fully responsive layout

Files added:

  • src/app/project-tutor/page.tsx — page with auth guard
  • src/app/api/project-tutor/route.ts — API endpoint
  • src/components/ProjectTutorClient.tsx — client UI component

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

@Bhavy12-cell is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature labels Jun 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

@Priyanshu-byte-coder Priyanshu-byte-coder added gssoc:approved GSSoC: PR approved for scoring level:advanced GSSoC: Advanced difficulty (55 pts) quality:clean GSSoC: Clean quality multiplier (×1.2) labels Jun 3, 2026
@Priyanshu-byte-coder Priyanshu-byte-coder merged commit d9a4193 into Priyanshu-byte-coder:main Jun 3, 2026
11 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

🎉 Merged! Thanks for contributing to DevTrack.

If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers.

Keep an eye on open issues for your next contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved GSSoC: PR approved for scoring gssoc26 GSSoC 2026 contribution level:advanced GSSoC: Advanced difficulty (55 pts) quality:clean GSSoC: Clean quality multiplier (×1.2) type:feature GSSoC type bonus: new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add AI Project Tutor for Project Interview Preparation

2 participants