From 2cdcd8b2da362db4a57f1484f43f93a36e6f9061 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:34:14 -0500 Subject: [PATCH] add Zed 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..06dac163 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1430,6 +1430,14 @@ export const projectList = [ description: "Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games.", tags: ["C++", "Game Development", "Game Engine", "GDScript"], }, + { + name: "Zed", + imageSrc: "https://avatars.githubusercontent.com/u/79345384?v=4", + projectLink: "https://github.com/zed-industries/zed/contribute", + description: + "Zed is a high-performance, multiplayer code editor built for fast collaborative development.", + tags: ["Rust", "Editor", "Collaboration", "AI"], + }, { name: "Hugo", imageSrc: "https://avatars.githubusercontent.com/u/1048514?s=200&v=4", @@ -1458,4 +1466,4 @@ 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 +];