#10 PROJECT SPRINT

A SELF-INITIATED LINKEDIN TECH CHALLENGE

I am a Software Engineer graduated from New York University in May 2025. The motivation behind joining the #10ProjectSprint challenge isn't just to stack up projects or blindly apply for jobs, it's about genuine upskilling. I want to deepen my skills, explore new technologies, and build a body of work I'm truly proud of.

AI Wellness Multi-Agent System Screenshot

#10AI WELLNESS MULTI-AGENT SYSTEM

An intelligent wellness assistant powered by multiple specialized AI agents that provide personalized fitness, nutrition, and health guidance. Features a multi-agent architecture with router, fitness coach, nutrition specialist, and doctor avatar agents, plus comprehensive tracking, RAG system, and modern Streamlit interface.

FEATURES:
  • ✅ Multi-agent architecture with intelligent query routing
  • ✅ Specialized agents: Router, Fitness Coach, Nutrition Specialist, Doctor Avatar
  • ✅ Comprehensive health tracking: user profiles, meal logging, workout sessions
  • ✅ Analytics dashboard with visual insights and progress tracking
  • ✅ RAG system with FAISS vector search for personalized responses
  • ✅ Modern Streamlit web app with real-time workflow visibility
HOW I BUILT IT:
  • 🤖 Multi-Agent Framework for specialized agent routing and coordination
  • 🧠 RAG System using FAISS vector search for knowledge retrieval
  • 📊 Streamlit for the web interface and dashboard
  • 💾 Database for user profiles, meal logs, and workout tracking
  • 🔍 Vector Database for curated fitness, nutrition, and health content
  • Real-time Processing with live agent routing and workflow visibility
AI Chatbot RAG Screenshot

#9AI CHATBOT (RAG)

An intelligent chatbot that can understand full questions (not just keywords) and retrieve context-rich answers from my actual resume. Built with Retrieval-Augmented Generation (RAG) to provide human-like, specific responses while being honest about data limitations.

FEATURES:
  • ✅ Understand full questions (not just keywords)
  • ✅ Retrieve context-rich answers from my actual resume
  • ✅ Generate human-like, specific responses
  • ✅ Say "I don't know" when the data isn't available, no hallucination!
HOW I BUILT IT:
  • 🔍 LangChain to build the RAG pipeline
  • 📊 Pinecone to store & search vector embeddings
  • 🤖 OpenAI GPT-3.5 to generate natural language responses
  • Flask backend + a clean JavaScript frontend
  • ☁️ Entirely self-hosted on Oracle Cloud!
Goat Latin Screenshot

#8GOAT LATIN

Website: www.goatlatin.com

EVER WANTED DSA TO FEEL LESS PAINFUL (AND ACTUALLY MAKE SENSE)?

GoatLatin is a platform that turns classic LeetCode prep into a visual, interactive experience.

💡 What makes it different?
  • 🧩 40+ handpicked algorithm patterns, broken down into bite-sized categories
  • 📽 Visual demos for things like Binary Search, Two Pointers & Sliding Window
  • 🧪 Try it yourself with step-by-step animations
  • 🔐 Secure login + OTP email verification (or hop in as guest)
  • 📊 Progress tracker + usage analytics to see how you're doing
HOW I BUILT IT:
React TypeScript Tailwind Express PostgreSQL Drizzle ORM
ZLang Screenshot

#7ZLANG

Website: zlang.nikhilpujari.in

EVER WONDERED WHAT CODING WOULD LOOK LIKE IF GEN Z DESIGNED IT?

  • bruh "Hello World" instead of print("Hello World")
  • bet name = "Alex" instead of let name = "Alex"
  • sus (age > 18) instead of if (age > 18)
  • lowkey sus for else-if and no sus for else
  • flex for functions and vibe for return
  • slay for break and no chill for continue
HOW I BUILT IT:
  • 🧩 Lexer: Recognizes slang like "bet", "bruh", "sus" as valid commands
  • 📚 Parser: Understands how the slang fits together (grammar rules)
  • ⚙ Interpreter: Runs the code and makes it actually do stuff
  • 🌐 Web UI: Real-time coding with syntax highlighting in a slick interface
  • 🦀 Built 100% in Rust for speed and memory safety
Culture Quest Screenshot

#6CULTURE QUEST

Website: culturequest.nikhilpujari.in

EVER FELT CULTURE ASSESSMENTS ARE... KINDA DRY?

A story-based game that helps you find your team vibe 🎮

  • 🧩 10 interactive workplace scenarios
  • 🎯 Realistic decisions with real consequences
  • 📊 End-of-game "fit score" to see how well you align

Pick "Most Likely / Least Likely" until your brain melts

HOW I BUILT IT:
  • ⚛ Frontend: React + TypeScript + Tailwind for clean UI
  • ⚡ Vite: Lightning-fast builds
  • 🌐 Backend: Node.js (Express) to handle scenarios & scoring
  • ☁ Hosting: Deployed on Render
  • 🧚 Bonus Flair: GPT-4o-generated Ghibli-style avatars (yes, they slay)
Site Scope Screenshot

#5SITE SCOPE

WHY I BUILT IT?

As a job seeker, I wanted to know if people were actually checking my portfolio, blogs, or projects, so I built SiteScope to take full control of my site analytics, and now others can too.

FEATURES:
  • ✅ No Google Analytics or paid tools
  • ✅ Self-hosted (works on Render, GoDaddy, Docker, etc.)
  • ✅ Lightweight & privacy-friendly (uses SQLite)
  • ✅ Dashboard with: total visits, page views, referrers, and locations
COMES IN 3 VERSIONS:
  • Web apps (Node/React/etc.)
  • Static sites (GoDaddy, Hostinger)
  • Docker-ready version
NYU Inventory Screenshot

#4INVENTORY SYSTEM FOR NYU

BUILT FOR NYU. USED BY NYU

  • Replaced third-party inventory software at NYU Wasserman
  • Led design, architecture, and development of the full platform
  • Modular, extensible, and fully maintainable by future NYU students
  • Big cost savings + full control over data + in-house customization
HOW I BUILT IT:
⚙ Key System Features:
  • Full CRUD for assets and staff
  • QR Code generation for easy tracking
  • Stock analytics with export capability
  • Activity log with historical data
🧪 Tech Stack:
  • Backend: Node.js + Express, Drizzle ORM, PostgreSQL
  • Frontend: React + Vite + TailwindCSS
  • Deployment: Hosted on Heroku
Algo Way Screenshot

#3ALGO WAY

We've all hit that wall on LeetCode, jumping between tabs, StackOverflow, and random blogs. AlgoWay solves that by giving you just enough help, right where you're coding.

WHAT IT DOES:
  • AI Hints (without spoilers) — Get tiered guidance to keep you thinking
  • Complexity Analysis — Instantly break down time and space complexity
  • Auto Sync, Reads the problem title right from your LeetCode tab
HOW I BUILT IT:

POWERED BY: OpenAI + Chrome APIs + pure TypeScript goodness

Neat Read Screenshot

#2NEAT READ

A Chrome extension that summarizes and translates any webpage in seconds using AI — perfect for skimming articles or reading content in another language.

WHAT IT DOES:
  • GPT-4 summaries
  • Google Translate integration
  • Lightweight, secure, and Chrome Store-compliant
HOW I BUILT IT:
  • Frontend: HTML, JS-based popup UI
  • Browser APIs: Chrome Extension APIs (Manifest v3, Content Scripts, Background Scripts)
  • AI & Language Tools: OpenAI GPT-4 API (summarization), Google Cloud Translate API (translation)
  • Security & Optimization: activeTab permissions (Chrome Web Store compliant), No broad host permissions
H1B History Screenshot

#1H1B HISTORY

Helps job seekers understand H1B trends and tailor their resumes using real 2024 employer data.

WHAT IT DOES:
  • Accesses live H1B sponsor data via an API
  • Generates resume keywords specific to company + role using AI
HOW I BUILT IT:
  • Frontend: React.js
  • Backend: Node.js + Express.js
  • Cloud Infrastructure: AWS S3 (data storage), AWS EC2 (server deployment), IAM Roles & Security Groups
  • AI: OpenAI API (keyword generation)
  • Other Tools: PM2 (Node.js process manager), CSV Parser (data cleaning & transformation)