From 1744ae70571b42537dc80822aedf599007040e5b Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:12:25 -0500 Subject: [PATCH] add Open WebUI project suggestion --- src/data/projects.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..770008d9 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"], }, -]; \ No newline at end of file + { + name: "Open WebUI", + imageSrc: "https://avatars.githubusercontent.com/u/158137808?v=4", + projectLink: "https://github.com/open-webui/open-webui/contribute", + description: + "Open WebUI is a user-friendly AI interface for running and managing self-hosted AI workflows.", + tags: ["Python", "Svelte", "TypeScript", "AI", "Self Hosted"], + }, +];