diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 7e4a98f..1d46ef5 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3816,6 +3816,16 @@ export const svgs: iSVG[] = [
url: 'https://unjs.io/'
},
{
+ title: 'PowerSync',
+ category: ['Sync Engine', 'Database', 'Library'],
+ route: '/library/powersync.svg',
+ wordmark: {
+ light: '/library/powersync-wordmark-light.svg',
+ dark: '/library/powersync-wordmark-dark.svg'
+ },
+ url: 'https://powersync.com/'
+},
+{
title: 'n8n',
category: ['Platform', 'Automation', 'AI'],
route: '/library/n8n.svg',
diff --git a/src/types/categories.ts b/src/types/categories.ts
index 3c2a83a..2109caf 100644
--- a/src/types/categories.ts
+++ b/src/types/categories.ts
@@ -32,5 +32,6 @@ export type tCategory =
| 'Secrets'
| 'IaC'
| 'Analytics'
+ | 'Sync Engine';
| 'Platform'
- | 'Automation';
+ | 'Automation';
\ No newline at end of file
diff --git a/static/library/powersync-wordmark-dark.svg b/static/library/powersync-wordmark-dark.svg
new file mode 100644
index 0000000..82dfc7e
--- /dev/null
+++ b/static/library/powersync-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/powersync-wordmark-light.svg b/static/library/powersync-wordmark-light.svg
new file mode 100644
index 0000000..f5c0423
--- /dev/null
+++ b/static/library/powersync-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/powersync.svg b/static/library/powersync.svg
new file mode 100644
index 0000000..6130bc3
--- /dev/null
+++ b/static/library/powersync.svg
@@ -0,0 +1 @@
+
\ No newline at end of file