Projects

A showcase of my technical journey and building experience.

6 PROJECTS TOTAL
1

SiteShelf

SiteShelf is a personal web knowledge base that lets users save URLs, auto-extract and embed their content, and query the collected knowledge using natural language. It uses semantic retrieval with vector search and re-ranking to surface the most relevant context quickly.

Key Features

  • Built an AI-powered semantic retrieval system for web content where users save URLs and query extracted knowledge using natural language.
  • Designed an end-to-end pipeline for web scraping, content extraction, embedding generation, and vector indexing to enable fast semantic search.
  • Implemented vector similarity search with re-ranking to improve accuracy and contextual relevance of results.
  • Developed a scalable edge architecture using Cloudflare Workers to support fast ingestion and low-latency queries at scale.
  • Built a clean, responsive UI for saving links, managing a library, and searching across stored content.

Tech Stack

HonoCloudflare WorkerSupabaseVector DBPostgresOpenAI
2

LogoGenie AI

LogoGenie AI is an AI-powered logo generation platform that allows users to create professional logos from simple text prompts. The system leverages generative AI to transform brand descriptions into unique visual identities, enabling startups, developers, and businesses to design logos instantly without design expertise.

Key Features

  • Built an AI-powered logo generator that creates brand logos from inputs like brand name, industry, description, and color preferences.
  • Implemented prompt engineering logic to generate multiple logo variations aligned with brand identity.
  • Enabled multi-format downloads (PNG, SVG, PDF) allowing logos to be used for both digital and print branding.
  • Designed a clean and responsive UI to simplify the workflow from brand input to logo generation.
  • Optimized the generation pipeline to produce logos within seconds, improving user experience.
  • Developed a modular and scalable architecture to efficiently handle multiple logo generation requests.

Tech Stack

NextJSTailwind CSSGemini AIAWS