diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 694dc64..f33e3ae 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3812,6 +3812,17 @@ export const svgs: iSVG[] = [
route: '/library/eslint.svg',
url: 'https://eslint.org/'
},
+ {
+ title: 'Apache Kafka',
+ category: 'Analytics',
+ route: '/library/apache-kafka-logo.svg',
+ wordmark: {
+ light: '/library/apache-kafka-wordmark-light.svg',
+ dark: '/library/apache-kafka-wordmark-dark.svg'
+ },
+ url: 'https://kafka.apache.org/',
+ brandUrl: 'https://kafka.apache.org/brand'
+ },
{
title: 'PlainSignal',
category: 'Analytics',
@@ -3839,8 +3850,8 @@ export const svgs: iSVG[] = [
dark: '/library/powersync-wordmark-dark.svg'
},
url: 'https://powersync.com/'
-},
-{
+ },
+ {
title: 'n8n',
category: ['Platform', 'Automation', 'AI'],
route: '/library/n8n.svg',
diff --git a/static/library/apache-kafka-logo.svg b/static/library/apache-kafka-logo.svg
new file mode 100644
index 0000000..305d876
--- /dev/null
+++ b/static/library/apache-kafka-logo.svg
@@ -0,0 +1 @@
+
diff --git a/static/library/apache-kafka-wordmark-dark.svg b/static/library/apache-kafka-wordmark-dark.svg
new file mode 100644
index 0000000..8bd6396
--- /dev/null
+++ b/static/library/apache-kafka-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/apache-kafka-wordmark-light.svg b/static/library/apache-kafka-wordmark-light.svg
new file mode 100644
index 0000000..f3d2eb2
--- /dev/null
+++ b/static/library/apache-kafka-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file