Hi, I'm Chinmay

Diploma CS Student · Software Developer · Pune, IN

Hiring? or got a project in mind?

Drop a line — I reply fast.

Chinmay Shinde

Chinmay Dattatray Shinde

Diploma CS Student · Software Developer

How it started?

The kid who took things apart

Always been the kid who liked to understand how things work. Started building software independently around 2022. In 2024 I joined Cusrow Wadia Institute of Technology, Pune to pursue a Diploma in Computer Engineering.

Why I build

Building things that actually work

I don't just write code, I ship products. From architecting a multi-model AI chat platform with SSE streaming to packaging a Java desktop app as a Windows EXE — I take ideas all the way to something real people can use.

Experience

Where I've worked

  • Software Developer Intern The Code Culture · 2025 – Present · 4 months
  • Independent Developer Self-Employed · 2022 – Present
Tools

What I build with

JavaJava TypeScriptTypeScript JavaScriptJavaScript PythonPython ReactReact FirebaseFirebase MySQLMySQL VercelVercel GitHubGitHub VS CodeVS Code
Currently

Right now I'm…

  • Interning at The Code Culture
  • Building AI-powered web apps
  • Studying Computer Engineering at CWIT Pune
  • Playing chess to keep the brain sharp
Philosophy

Deconstruct & Rebuild

We are the ancestors of the future. The responsibility of building today is to leave behind a world that is more intuitive and less fragmented than the one we found.

Chinmay Dattatray Shinde

Diploma CS Student · Aspiring Software Developer

Pune, Maharashtra, India chinmayshinde247@gmail.com +91 8209716895 github.com/CSV0ID linkedin.com/in/cs-dev

Objective

Motivated and detail-oriented Diploma student in Computer Engineering at Cusrow Wadia Institute of Technology, Pune, with hands-on experience building and deploying full-stack and desktop applications. Works with Java, Python, JavaScript and TypeScript. Currently doing a 4-month internship at The Code Culture.

Work Experience

Software Developer Intern2025 – Present · 4 months
The Code Culture
Independent Developer2022 – Present
Self-Employed

Projects

CS-AIwadia-ai.vercel.app

Full-stack AI chat platform — Google Sign-In, multi-model AI, per-user token quotas, chat history, file attachments, admin panel. SSE streaming, Firestore-backed chat history, tier-based daily token limits.

Stack: Vanilla JavaScript · Firebase Auth · Firestore · Google Gemini API · OpenRouter API · Vercel Serverless Functions

Notes AIwadia-panel-ai.vercel.app

Dark-themed web app generating structured study notes from any topic, pasted text, or uploaded PDF using Gemini 2.5 Pro. 4 note styles, one-click PDF and Markdown export, zero backend.

Stack: HTML · CSS · Vanilla JavaScript · Google Gemini API · jsPDF · Vercel

Student Data Administration SystemDesktop

Desktop Student Management System in Java packaged as a Windows EXE — BCrypt login, live search, full CRUD, admin user management, class-level restrictions.

Stack: Java AWT/Swing · MySQL · jBCrypt · Launch4j

CS MARTFrontend

Amazon-inspired e-commerce UI built with HTML and CSS.

Education

Diploma in Computer Engineering2024 – 2027
Cusrow Wadia Institute of Technology, Pune

Relevant: Data Structures, OOP, DBMS, Web Technologies, OS, Computer Networks

Certifications

  • Python Development: Getting Started with Programming in Python — Infosys Springboard, Jan 2026
  • Python Concurrent Programming: Multiprocessing in Python — Infosys Springboard, Jan 2026
  • Introduction to Python — Infosys Springboard, Jan 2026
  • KLiC Python Programming — MKCL, Sep 2024

Technical Skills

LanguagesJava, TypeScript, JavaScript, Python, C, C++, HTML, CSS
APIs & ServicesGoogle Gemini API, OpenRouter API, Firebase Authentication, Firestore
ConceptsREST APIs, Server-Sent Events, RBAC, BCrypt
Tools & PlatformsMySQL, Vercel, Git, GitHub, jsPDF, Launch4j, Java Swing/AWT

Languages Known

English · Hindi · Marathi

Hobbies

Chess — Strategic thinking and problem-solving through competitive chess.

← Back Web App

CS-AI

A full-stack AI chat platform with Google Sign-In, multi-model AI (Gemini, NVIDIA Nemotron, OpenRouter), per-user token quotas, chat history, file attachments, and a role-based admin panel.

Full-Stack DevSystem DesignEnd-to-End Shipping
CS-AI screenshot

Overview

CS-AI is a full-stack AI chat application deployed on Vercel with Firebase as the backend. It supports multiple AI models, Google and email authentication, per-user token quotas enforced server-side, persistent chat history, and a full admin panel for managing users and tiers.

Context

I wanted to build something that felt like a real product, not just a demo. The core challenge was making multi-model AI accessible while keeping it controlled. Different users get different access levels and every request is authenticated and rate-limited before it ever reaches an upstream API.

I built the entire stack myself: the chat UI, the serverless API layer that proxies Gemini and OpenRouter, the Firestore schema, the token quota system, and the admin panel. Streaming responses were handled via Server-Sent Events with a filter that strips internal model reasoning before it reaches the user. Rate limiting runs on Upstash Redis at 20 requests per minute per IP.

Tech Stack

FirebaseVercelJavaScriptHTMLCSS
Visit Live Site →
← Back Web App

Notes AI

A web app that turns any topic, pasted text, or uploaded PDF into clean, structured study notes using Google Gemini 2.5 Pro.

Full-Stack DevUI DesignEnd-to-End Shipping
Notes AI screenshot

Overview

Notes AI is a web app that turns any topic, pasted text, or uploaded PDF into clean structured study notes using Google Gemini. It supports four note styles — Structured, Bullet Points, Cornell Method, and Mind Map — and lets you export everything as a formatted PDF or Markdown file in one click.

Context

The problem I kept seeing was students drowning in messy, unstructured notes that were hard to revise from. I wanted to build something that took whatever you had — a topic, a wall of text, a lecture PDF — and gave you something actually usable in under a minute.

The PDF export runs entirely in the browser using jsPDF with dark-themed pages, proper heading hierarchy, and accent-colored markers. The API key is stored in .env only — it never touches any server other than Google's.

Tech Stack

JavaScriptHTMLCSSVercel
Visit Live Site →
← Back Desktop App

Student Data Administration System

A desktop Student Management System built entirely in Java (AWT/Swing), packaged as a signed Windows executable, backed by MySQL.

Full-Stack DevUI DesignSystem ArchitectureEnd-to-End Shipping
Student Admin screenshot

Overview

Student Data Administration System is a desktop application built entirely in Java using AWT and Swing, backed by a MySQL database hosted on Clever Cloud. It provides a clean role-based interface for school and institute administrators to manage student records with access restrictions enforced at the class level.

Context

The goal was to build something that worked like a real internal tool, not a prototype. Authentication uses BCrypt hashing so passwords are never stored in plain text. The dashboard renders all student records in a scrollable, sortable table with live search across name, class, roll number, and mobile.

Student management is gated behind the Admin role with confirmation dialogs to prevent accidental deletions. The Admin Panel lets admins create new user accounts, change roles, reset passwords, delete users, and configure per-user class access restrictions. The entire stack was written and packaged by me as a fat JAR and wrapped into a signed Windows executable. Built and validated against 150+ official Cusrow Wadia Institute of Technology student records.

Tech Stack

JavaMySQLJava Swing/AWT
← Back Frontend

CS MART

A multi-page Amazon-inspired e-commerce frontend built entirely with HTML and CSS — no frameworks, no libraries.

Frontend DevUI DesignResponsive Layout
CS MART screenshot

Overview

CS Mart is a multi-page e-commerce frontend built entirely with HTML and CSS. It is structured as a storefront with a homepage, product listing page, about page, contact page, and a registration form. The product cards display item names, original and discounted prices, percentage-off badges, and a buy button modelled after real shopping platforms.

Context

The goal was to build a complete, navigable website from scratch without any frameworks or libraries — just HTML and CSS. Each page shares a consistent navigation bar. The homepage acts as a landing page. The product listing page renders eight cards across categories like vehicles, electronics, and bikes, each with discount labels.

The registration form collects name, email, phone, address, password, gender, hobbies, department and date of birth with client-side validation via HTML5 attributes. The entire layout uses flexbox for structure.

Tech Stack

HTMLCSS