diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index d45ae42..1d46ef5 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3824,5 +3824,24 @@ export const svgs: iSVG[] = [
dark: '/library/powersync-wordmark-dark.svg'
},
url: 'https://powersync.com/'
+},
+{
+ title: 'n8n',
+ category: ['Platform', 'Automation', 'AI'],
+ route: '/library/n8n.svg',
+ wordmark: {
+ dark: '/library/n8n-wordmark-dark.svg',
+ light: '/library/n8n-wordmark-light.svg'
+ },
+ url: 'https://n8n.io/'
+ },
+ {
+ title: 'Kibo UI',
+ category: 'Library',
+ route: {
+ light: '/library/kibo-ui-light.svg',
+ dark: '/library/kibo-ui-dark.svg'
+ },
+ url: 'https://kibo-ui.com/'
}
];
diff --git a/src/types/categories.ts b/src/types/categories.ts
index a2b55a9..2109caf 100644
--- a/src/types/categories.ts
+++ b/src/types/categories.ts
@@ -33,3 +33,5 @@ export type tCategory =
| 'IaC'
| 'Analytics'
| 'Sync Engine';
+ | 'Platform'
+ | 'Automation';
\ No newline at end of file
diff --git a/static/library/kibo-ui-dark.svg b/static/library/kibo-ui-dark.svg
new file mode 100644
index 0000000..5df569c
--- /dev/null
+++ b/static/library/kibo-ui-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/kibo-ui-light.svg b/static/library/kibo-ui-light.svg
new file mode 100644
index 0000000..da202da
--- /dev/null
+++ b/static/library/kibo-ui-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/n8n-wordmark-dark.svg b/static/library/n8n-wordmark-dark.svg
new file mode 100644
index 0000000..5dc682d
--- /dev/null
+++ b/static/library/n8n-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/n8n-wordmark-light.svg b/static/library/n8n-wordmark-light.svg
new file mode 100644
index 0000000..6ff91ea
--- /dev/null
+++ b/static/library/n8n-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/n8n.svg b/static/library/n8n.svg
new file mode 100644
index 0000000..5e64edf
--- /dev/null
+++ b/static/library/n8n.svg
@@ -0,0 +1 @@
+
\ No newline at end of file