From dd75cd061e33d8a2c6809776632355fcbb913260 Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 02:19:18 +0000 Subject: [PATCH 1/3] Add Codegen logo SVG to public/logos directory - Copied SVG content from Bug component in cloud repo - Added as codegen.svg in public/logos alongside other tool logos - Logo uses white fill (#ffffff) consistent with other logos in the directory --- public/logos/codegen.svg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/logos/codegen.svg diff --git a/public/logos/codegen.svg b/public/logos/codegen.svg new file mode 100644 index 0000000..07ddf0d --- /dev/null +++ b/public/logos/codegen.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + From 7a3e20ae9a4c0d6f0fe017205e52931226b75af1 Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 02:22:03 +0000 Subject: [PATCH 2/3] Add Codegen to the list of supporting companies in AboutSection - Added Codegen link to the collaborative efforts section - Positioned between Cursor and Factory in the list - Links to https://codegen.com Co-authored-by: Jay Hack --- components/AboutSection.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/AboutSection.tsx b/components/AboutSection.tsx index 521fca9..3b6e2eb 100644 --- a/components/AboutSection.tsx +++ b/components/AboutSection.tsx @@ -8,7 +8,8 @@ const AboutSection = () => ( OpenAI Codex,{" "} Amp,{" "} Jules from Google,{" "} - Cursor, and{" "} + Cursor,{" "} + Codegen, and{" "} Factory.

From 6e3d9a3f9f5e5aeec45fb6db420b0ce04cf5917f Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 02:23:06 +0000 Subject: [PATCH 3/3] Add Codegen logo to CompatibilitySection visual grid - Added Codegen entry to the agents array in CompatibilitySection - Positioned between Cursor and Factory in the visual grid - Uses the codegen.svg logo from /logos/ directory - Links to https://codegen.com Co-authored-by: Jay Hack --- components/CompatibilitySection.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index db13d9f..231ac25 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -36,6 +36,11 @@ export default function CompatibilitySection() { imageSrcLight: "/logos/cursor-light.svg", imageSrcDark: "/logos/cursor-dark.svg", }, + { + name: "Codegen", + url: "https://codegen.com", + imageSrc: "/logos/codegen.svg", + }, { name: "Factory", url: "https://factory.ai",