A second-year CS student from Pune built a working Vite + React POC replacing Jenkins' Gatsby-based Contributor Spotlight pipeline, and is reaching out to mentors for feedback before writing a formal GSoC 2026 proposal

Hello everyone, I’m Jayraje Shinde, a Second year Computer Science student at AISSMS College of Engineering, Pune, India ,and I’m considering applying for the GSoC 2026 project: Retooling the Jenkins Contributor Spotlight. Before drafting a formal proposal, I wanted to create something solid to better grasp the problem space. I’ve created a functional proof of concept that uses Vite + React in place of the current Gatsby pipeline, which aligns with the project’s direction.

What the POC currently does:

A few specific questions worth asking:

  1. The existing .adoc files use attributes like page-name, page-location, and page-intro — are those enough or should I add more attributed for searching?
  2. Is client-side fuzzy search the right approach, or would the project prefer a static search index at build time (e.g. pagefind)?

Open for Constructive criticism and also happy to hear feedback on what I’m up to