Portfolio
Selected work across full-stack web apps, frontend products, and standalone HTTP APIs—shipped with TypeScript and production-ready tooling.
Collaborative editor with live presence and secure sharing (Liveblocks + Clerk). Shipped end-to-end UI, auth, and persistence—focused on low-latency typing and clear UX under concurrent edits.
Discover dishes from a large recipe catalog with trending picks and cuisine-style browsing. Describe what you want in plain English and AI turns it into search filters (cuisine, diet, intolerances, time, and more). On every recipe, Recipe Copilot is page-aware—ask about substitutions, scaling, simpler steps, or allergy-minded swaps—with requests handled on a backend so API keys stay off the client.
DocuPilot AI is an AI-powered document automation SaaS that eliminates the friction of creating professional documents. Generate resumes, cover letters, proposals, contracts, and more with Gemini AI — then edit, export, and share them instantly.
NutriMind AI is a full-stack AI nutrition SaaS that adapts to your body, preferences, and lifestyle. Get personalized 7-day meal plans, scan your fridge with AI vision, track macros with real analytics, chat with a 24/7 health assistant, and generate workout plans — all powered by Google Gemini.
CoverFlow AI is an AI-powered cover letter generation platform built to simplify one of the most frustrating parts of the job application process — writing personalized cover letters for every role.
SlideForge transforms any topic into a polished, editable PowerPoint deck in under 30 seconds. Powered by Google Gemini AI and a Python FastAPI backend, it handles multi-language slide generation, async job polling, and one-click .pptx download — all without requiring an account. 🌐💬
🌐 Précis is an AI-powered article summarization web application that transforms long-form online content into concise, easy-to-read summaries in seconds.⏳
SlideTube-AI transforms any YouTube video into a professional, editable presentation🌐💬
Full-stack Next.js + Express + MongoDB: listings, applications, and discovery flows with React Query on the client. Emphasis on responsive UX and reliable API integration.
Manage Patient's records, appointments, and more—all in one place
Manage your finances effortlessly with AI-powered insights and personalized financial advice
Creatify_AI empowers businesses, marketers, and creators with high-quality, SEO-friendly contents in seconds
MotoHub - the hottest spot on the web to explore sleek, stylish, and cutting-edge cars from around the globe! 🌐🔥
Shelterium is your AI-powered real estate platform for discovering, renting, and buying properties in Dubai. With intelligent search, smart price analysis, and verified listings — Shelterium makes finding your next home or investment effortless.
Explore detailed information on a wide range of coins, from market capitalization to trading volume.
Shopoholics, an open-source Fullstack ecommerce app designed to revolutionize your online shopping experience! 🛒
Organize, prioritize, and conquer your to-dos with ease, whether it’s work, personal tasks, or long-term goals.
AI-powered application designed to revolutionize the way you enhance and restore your photos.
Versioned Express REST API (`/api/v1`) for posts, nested comments, likes, and bookmarks on MongoDB. Users register and verify email via OTP email (Nodemailer); JWT protects mutations, with an extra database-backed verified-email check for write operations. List endpoints support query pagination (`page`), and auth-sensitive routes use express-rate-limit. Vitest and Supertest cover HTTP behavior against MongoDB when available.
REST API for job postings and applications built with Express and TypeScript. Mongoose models link users to jobs they create and jobs they apply to, with JWT-based sessions and role checks for admin-only user deletion. Request bodies for registration and login are validated with Joi; passwords are hashed with bcrypt. Routes are grouped under /api and /api/auth. No OpenAPI spec or health-check route is present in the repository.
SlideForge is a production-grade RESTful API built with FastAPI and Python 3.12 that automates AI-powered PowerPoint generation. It exposes an async job-queue pattern — clients POST a topic and receive a job ID immediately (202 Accepted), then poll for completion before downloading the generated .pptx file. Slide content is synthesized by the Google Gemini API (JSON-mode, gemini-2.0-flash-preview) with configurable language, theme, and slide count. The generated files are assembled using python-pptx with three built-in themes (Professional, Minimal, Vibrant) and served as binary file responses with server-side path-traversal protection. The service layer follows dependency injection via LRU-cached FastAPI dependencies, structured JSON logging, custom exception hierarchy with typed error codes, per-IP rate limiting via slowapi, and a multi-stage Docker build running as a non-root user. No OpenAPI/Swagger UI is exposed in production (docs are disabled). A GitHub Actions CI/CD pipeline covers linting (ruff), static type checking (mypy), test coverage (pytest + httpx), and Docker image build.