AI-Powered Screenshot Manager — Personal Project, Remote
github.com/larbisahli/AI-Powered-Screenshot-Manager-Sharing-Platform December 2024 – May 2025
Tech: React, Next.js, Node.js, AWS (Lambda, S3, CloudFront, SQS), PostgreSQL, Redis, OpenAI GPT-4.
Built a serverless screenshot management platform with AI-based captioning, tagging, and semantic search.
Integrated GPT-4 Vision and vector search to significantly improve screenshot discoverability.
Reduced upload latency by optimizing parallel image processing pipelines on S3 + Lambda.
Implemented team spaces, password-protected sharing, and a Chrome extension for instant capture., Document Editor (PandaDoc-Inspired) — Personal Project, Remote
pandadoc-document-editor.vercel.app July 2025 – September 2025
Developed a feature-rich document editor from scratch with drag-and-drop blocks and rich text editing.
Designed an event-sourced architecture supporting versioning and future collaboration patterns.
Implemented autosave, undo/redo history, and PDF export for consistent print-ready layouts.
Optimized rendering with memoization and virtualization, reducing re-renders in complex documents., Chrome Extension Toolkit — Personal Project, Remote
github.com/larbisahli/AI-Powered-Screenshot-Manager-Sharing-Platform/tree/main/chrome-extension December 2024 – May 2025
Built a Chrome extension for AI-powered screenshot capture and auto-tagging, integrated with the main platform.
Used AWS Lambda + SQS for background image processing and metadata extraction.
Implemented secure OAuth-based auth and offline-first behavior (queue locally, sync on reconnect)., AI Description Generator
github.com/larbisahli/AI-Powered-Screenshot-Manager-Sharing-Platform/tree/main/serverless-functions December 2024 – May 2025
Engineered a high-throughput AI captioning pipeline, capable of processing 1,000+ images per minute.
Used a fully serverless architecture (Lambda + SQS) to keep latency low and costs predictable.
Exposed clean APIs for the web app and Chrome extension to consume captioning and tagging services.