Malavya MankarPortfolio

AI & Full-Stack Developer

Lead Developer
Hackathon 20262026

HireMind

AI-powered hiring intelligence platform that combines explainable AI, skill-gap analysis, GitHub profiling, LeetCode evaluation, and blind screening.

HireMind — project screenshot

Overview

HireMind is an AI-powered hiring intelligence platform designed to move recruiters beyond traditional, manual resume screening. Developed for the Summer Hackathon 2026, it addresses the challenges of manual sorting and lack of transparency in traditional Applicant Tracking Systems (ATS) by introducing explainable AI, skill-gap heatmaps, and multi-source profiling.

Problem Statement

Recruiters spend hours manually scanning resumes, while standard ATS solutions offer opaque ranking scores without context. This lack of transparency and visual analysis leads to bias, missed candidates, and inefficient screening workflows.

Project Context

Summer Hackathon 2026 — AI-Powered Resume Screening & Candidate Ranking System (Problem Statement 3)

Architecture

React + TypeScript frontend built with Vite, connected to an Express.js backend through REST APIs. Firebase Authentication handles role-based access control (Recruiter, Hiring Manager, Admin), Firestore stores candidate and application data, and Firebase Storage hosts uploaded resumes. AI evaluations are powered by Featherless AI, and React Query + Zustand manage application and server states.

Technical Decisions

  • Firebase Authentication instead of custom auth — accelerated development while providing secure role-based access control.
  • Firestore over relational databases — enabled rapid iteration on candidate and recruiter data models during hackathon development.
  • Featherless AI for candidate evaluation — provided explainable AI-generated ranking and recommendation workflows.
  • Blind Screening Mode — intentionally hides personally identifiable information (PII) to reduce unconscious bias during candidate evaluation.
  • Multi-source Candidate Analysis — combines resume content, GitHub activity, and LeetCode performance for more holistic hiring decisions.
  • React Query + Zustand — separated server-state management from application state, improving frontend scalability and responsiveness.

Key Outcomes & Contributions

Developed a complete AI recruitment platform featuring resume parsing, job description intelligence, explainable candidate ranking, GitHub/LeetCode analysis, blind screening, and hiring analytics dashboards.

Challenges

  • !Resume Parsing Accuracy — extracting structured information from varied PDF and DOCX formats required robust parsing and validation logic.
  • !Explainable AI Recommendations — generating recruiter-friendly explanations while maintaining ranking consistency across candidates.
  • !Candidate Ranking Fairness — balancing resume data with external developer signals such as GitHub and LeetCode profiles without introducing bias.
  • !Blind Screening Implementation — ensuring sensitive candidate information remained hidden while preserving enough context for evaluation.
  • !Multi-source Data Aggregation — normalizing data from resumes, GitHub, and coding platforms into a unified scoring model.

Learnings

  • Explainability is often more valuable to recruiters than raw AI scores because it builds trust in automated decisions.
  • Blind screening mechanisms can significantly improve fairness without reducing evaluation quality.
  • Combining multiple candidate signals (resume, GitHub, coding profiles) produces more reliable assessments than resume-only screening.
  • Firebase enables rapid deployment of authentication, storage, and database functionality, making it highly effective for hackathon-scale products.
  • Separating AI analysis, ranking logic, and recruiter feedback loops creates a foundation for continuously improving hiring recommendations over time.

Official Certificate

HireMind — Official Certificate by Malavya Mankar

Tech Stack

ReactTypeScriptViteExpressFirebase AuthFirestoreFirebase StorageFeatherless AIReact QueryZustand
Year: 2026
Role: Lead Developer