Other Projects
/// Gmail Chrome Extension
A Chrome extension designed to improve productivity by assisting users in drafting email subjects and content automatically.
/// Chat GPT Clone
A personal project recreating the core experience of ChatGPT using the OpenAI API to deliver real-time responses in a simplified front-end interface.
/// Gmail Chrome Extension
The extension uses the OpenAI API to analyze the content of an email body and generate a fitting subject line and/or response suggestion. It streamlines email writing, especially for repetitive or formal tasks.
/// Chat GPT Clone
The goal was to understand how conversational UIs work under the hood and how to handle dynamic content loading, streaming responses, and message threading.
/// Gmail Chrome Extension
Built entirely in JavaScript, compatible with the Gmail DOM structure.
Captures the email body using DOM selectors, sends the data to OpenAI’s API, and injects the result into the subject field.
Uses an API key token for secure access and real-time interaction with ChatGPT.
Lightweight and fully integrated with the Gmail UI for seamless use.
/// Chat GPT Clone
Developed with JavaScript, focusing on front-end logic and API communication.
Users can input a message which is sent to the OpenAI API, and receive a contextual response.
Built a basic chat interface that mimics the flow of ChatGPT, including scroll tracking and input focus behavior.
/// Gmail Chrome Extension
Users can input a message which is sent to the OpenAI API, and receive a contextual response.
/// Chat GPT Clone
Learn how to connect a front-end chat interface to an LLM (Large Language Model) and manage conversational context.
/// Gmail Chrome Extension
An AI-powered assistant embedded directly within Gmail, improving efficiency and reducing friction in day-to-day email management.
/// Chat GPT Clone
A minimal, functioning ChatGPT-like experience built from scratch, providing insight into prompt engineering, token management, and conversational UI.





