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.
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.
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. 🌐💬
SlideTube-AI transforms any YouTube video into a professional, editable presentation🌐💬
Share your moments with friends and the world through stunning images and posts 🌐💬
With the power of AI, Turn your ideas into clean, production-ready code components with just a prompt.
Manage Patient's records, appointments, and more—all in one place
NetChat is an innovative AI-powered app that transforms how you interact with websites.
Discover the future of object detection with Detectify AI.
Manage your finances effortlessly with AI-powered insights and personalized financial advice
Fantastic UI/UX Payment platform that automates billing, invoicing, and subscription management for businesses.
ThankfulArt is a web app designed to help you Create Your Perfect Thank You Card in Seconds
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, the ultimate real estate app for buying, renting, and selling properties. 🏠🔑✨🌟
🌐 QuickSum AI is here to transform how you consume content!, a go-to solution for summarizing long articles in seconds. ⏳
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! 🛒
The ultimate platform for generating, sharing, and discovering prompts for every need
OrbitStaff is a modern staff management solution designed to simplify how businesses manage workforce data.
Organize, prioritize, and conquer your to-dos with ease, whether it’s work, personal tasks, or long-term goals.
TalentMatchAI analyzes your skills, matches them with the best job opportunities, and even helps you apply – all in one seamless experience! 🔍✨
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.