diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx
index 02d5a4e9..cade5153 100644
--- a/components/CompatibilitySection.tsx
+++ b/components/CompatibilitySection.tsx
@@ -139,6 +139,12 @@ const agents: AgentEntry[] = [
url: "https://jetbrains.com/junie",
imageSrc: "/logos/junie.svg",
},
+ {
+ name: "Qoder",
+ url: "https://docs.qoder.com/user-guide/rules#agents-md-compatibility",
+ imageSrcLight: "/logos/qoder-light.svg",
+ imageSrcDark: "/logos/qoder-dark.svg",
+ },
];
const shuffleAgents = (items: AgentEntry[]) => {
diff --git a/public/logos/qoder-dark.svg b/public/logos/qoder-dark.svg
new file mode 100644
index 00000000..828f1218
--- /dev/null
+++ b/public/logos/qoder-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/logos/qoder-light.svg b/public/logos/qoder-light.svg
new file mode 100644
index 00000000..c628c435
--- /dev/null
+++ b/public/logos/qoder-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file