Jigar Bhoye Logo

selected projects

stuff i work on and play around a bit


Projects

Detailed Project Descriptions

MatlabMCP

MatlabMCP is a bridge between traditional engineering software and modern AI models. It allows Large Language Models (LLMs) like Claude to directly run MATLAB code via the MATLAB Engine API. Useful for AI-driven simulations, autonomous reasoning, or offloading numerical tasks to MATLAB - all without manually switching platforms. It's a tiny protocol with big potential.


Subscription Tracking API

Subscription Tracking API is your backend’s accountant - never miss a subscription renewal again. Built using Node.js, Express.js, and MongoDB in a clean monolithic design, it handles all the CRUD and business logic to keep your active services in check. Think of it as Notion meets finance automation.


Multi-threaded Proxy Web Server

Multi-threaded Proxy Server is a low-level networking project where C meets concurrency. It’s a performant proxy server that handles multiple client requests simultaneously with proper security considerations - a real workout in socket programming, threading, and systems-level thinking.


Pitch Perfect - Empowering Startups to Shine

Pitch Perfect is a modern web platform made for dreamers and doers. Built with Next.js, TypeScript, Sanity CMS, and TailwindCSS, it allows startup founders to showcase their projects, network with peers, and pitch ideas virtually. If Shark Tank had a sleek online version, this would be it.


Interactive Pixel Pattern Generator

Pixel Pattern Generator is creative coding at its quirkiest. Using plain HTML/CSS/JS (no Canvas, no WebGL), this web toy lets users generate weirdly satisfying pixel grids and patterns. A fun visual sandbox and a nod to the beauty of front-end minimalism.


Differential Drive Robot Simulation

Differential Drive Robot Simulation is a MATLAB-based simulation showcasing how two-wheeled robots navigate complex environments. Includes obstacle avoidance, target chasing, and basic localization. Perfect if you're curious how Roombas or Mars rovers “think” before they move.


Hotel Management System

Hotel Management System is a console-based Java application built with object-oriented principles. It supports room bookings, food orders, and customer data management using file I/O and serialization. Classic OOP exercise, still useful and nostalgic if you ever built hotel apps in your first year.