Abhinay Ambati
I design and build software that sits at the intersection of AI, security, and infrastructure. My work ranges from agentic systems that manage cloud resources through natural language, to full-stack web and mobile applications, to open-source npm packages that harden authentication at the protocol level.
I care about shipping things that are useful, well-structured, and built to last.
Projects
AVIIS (AI-Powered AWS Infrastructure Agent)
An AI-driven DevOps assistant that enables teams to monitor, configure, and provision AWS infrastructure (EC2, S3, RDS, Lambda) using natural language through Telegram messages. It is paired with a Next.js web application console that displays real-time resource state visualizations, live deployment logs, and system audit history.
Fraud Detection System
A comprehensive transaction audit platform combining machine learning risk classification with administrative oversight. It evaluates transactions using an XGBoost risk classification model, presents explainability metrics using SHAP value analysis, runs deterministic business policies through a rule engine, and provides a RAG-based chat interface for risk analysts.
SlideForage (ppt-agent)
An intelligent agentic presentation builder that generates structured, styled PowerPoint presentations from simple text prompts. It coordinates multi-server Model Context Protocol (MCP) servers (4 specialized servers, 16 tools) to plan slide decks, scrape web content, structure points, and format slides with custom layouts and styles.
DPoP Auth (dpop-auth)
An npm package offering secure web authentication by implementing OAuth 2.0 Demonstration of Proof-of-Possession (DPoP) tokens. It cryptographically binds JWT access tokens to client-side private keys and device fingerprints to protect APIs against token theft, session replay exploits, and scraper bots.
Offly (offly)
A lightweight developer tool and plugin that automatically transforms web applications (React, Vue, Next.js, Astro, Svelte, or Vanilla JS) into offline-first applications. It manages static asset caching, buffers database writes locally in IndexedDB when offline, and synchronizes failed network requests automatically when connection is restored.
Secured Web Application
A security-first web application engineered to protect enterprise endpoints from scraper bots, token hijacking, and automated credential abuse. Integrates DPoP authentication, device fingerprinting, IndexedDB tampering detection, and real-time security alerts.
UrlShortner
A high-performance URL shortening microservice designed to study backend caching and traffic redirection. Utilizes Redis caching to achieve sub-millisecond URL lookups and redirection, combined with MongoDB for persistent metadata and click tracking.
NexBank (Banking Application)
A next-generation personal banking application showcasing secure transactions, user authentication, multi-account overview, transfer histories, and financial management charts.
myvibe
A personal music streaming platform featuring a clean audio player, playlist creation, track skipping, search capability, and dynamic audio state synchronization across multiple open browser tabs.
anon-nearby
A location-based anonymous chat application that matches users within a 500m - 5km radius for ephemeral chat rooms and peer-to-peer file sharing. It implements a secure file relay system that transfers files directly between users without server-side persistence.
Attendance App
An attendance management application developed for the Calibo AI Academy. It enables students to check into academy sessions, monitors class participation, and provides check-ins audit logs for instructors and managers.