diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 829699a..dd52494 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3455,5 +3455,18 @@ export const svgs: iSVG[] = [
light: '/library/ghostty_wordmark_light.svg'
},
url: 'https://ghostty.org/'
+ },
+ {
+ title: 'Better Auth',
+ category: ['Authentication', 'Library'],
+ route: {
+ light: '/library/better-auth_light.svg',
+ dark: '/library/better-auth_dark.svg'
+ },
+ wordmark: {
+ dark: '/library/better-auth_wordmark_dark.svg',
+ light: '/library/better-auth_wordmark_light.svg'
+ },
+ url: 'https://www.better-auth.com/'
}
];
diff --git a/static/library/better-auth_dark.svg b/static/library/better-auth_dark.svg
new file mode 100644
index 0000000..f0dee60
--- /dev/null
+++ b/static/library/better-auth_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/better-auth_light.svg b/static/library/better-auth_light.svg
new file mode 100644
index 0000000..731a425
--- /dev/null
+++ b/static/library/better-auth_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/better-auth_wordmark_dark.svg b/static/library/better-auth_wordmark_dark.svg
new file mode 100644
index 0000000..85d6d12
--- /dev/null
+++ b/static/library/better-auth_wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/better-auth_wordmark_light.svg b/static/library/better-auth_wordmark_light.svg
new file mode 100644
index 0000000..40e5a8b
--- /dev/null
+++ b/static/library/better-auth_wordmark_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file