From 7cdf0571f27370762d1ece0a4d0a474953cc8439 Mon Sep 17 00:00:00 2001 From: Priyadarshi Annupam Date: Tue, 8 Sep 2026 07:49:28 +0530 Subject: [PATCH] Add Apogee to project list --- src/data/projects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..780f386f 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,12 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, + { + name: "Apogee", + imageSrc: "https://avatars.githubusercontent.com/u/122383401?s=200&v=4", + projectLink: "https://github.com/darshi1337/apogee", + description: "Private AI summarizer browser extension for articles, videos, PDFs, and DOCX files. Runs fully local on WebGPU, WebAssembly, Ollama, or llama.cpp.", + loadIssues: true, + tags: ["JavaScript", "Browser Extension", "AI", "Privacy", "Good First Issue"], + }, ]; \ No newline at end of file