diff --git a/docs/images/logos/bub/bub-dark.svg b/docs/images/logos/bub/bub-dark.svg
new file mode 100644
index 0000000..b661dd3
--- /dev/null
+++ b/docs/images/logos/bub/bub-dark.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/docs/images/logos/bub/bub-light.svg b/docs/images/logos/bub/bub-light.svg
new file mode 100644
index 0000000..9fd9048
--- /dev/null
+++ b/docs/images/logos/bub/bub-light.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx
index 3047118..28163f7 100644
--- a/docs/snippets/clients.jsx
+++ b/docs/snippets/clients.jsx
@@ -331,6 +331,15 @@ export const clients = [
instructionsUrl: "https://fast-agent.ai/agents/skills/",
sourceCodeUrl: "https://github.com/evalstate/fast-agent",
},
+ {
+ name: "bub",
+ description: "Bub is a lightweight, hook-first Python framework for channel-native agents that live alongside people.",
+ url: "https://bub.build/",
+ lightSrc: "/images/logos/bub/bub-light.svg",
+ darkSrc: "/images/logos/bub/bub-dark.svg",
+ instructionsUrl: "https://bub.build/docs/build/skills/",
+ sourceCodeUrl: "https://github.com/bubbuild/bub",
+ },
{
name: "Tabnine",
description: "Tabnine is an AI engineering platform that combines code assistants, agentic workflows, and enterprise context to help development teams build, review, and maintain software with context-aware AI—while keeping code private, secure, and fully under your control.",