diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index e945d48e..05e64141 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3173,5 +3173,15 @@ export const svgs: iSVG[] = [
category: ['Software', 'Library'],
route: '/library/tanstack.svg',
url: 'https://tanstack.com/'
+ },
+ {
+ title: 'Replit',
+ category: 'Software',
+ route: '/library/replit.svg',
+ wordmark: {
+ light: '/library/replit-wordmark.svg',
+ dark: '/library/replit-wordmark_dark.svg'
+ },
+ url: 'https://replit.com/'
}
];
diff --git a/static/library/replit-wordmark.svg b/static/library/replit-wordmark.svg
new file mode 100644
index 00000000..0c76f9c4
--- /dev/null
+++ b/static/library/replit-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/replit-wordmark_dark.svg b/static/library/replit-wordmark_dark.svg
new file mode 100644
index 00000000..ee82ce23
--- /dev/null
+++ b/static/library/replit-wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/replit.svg b/static/library/replit.svg
new file mode 100644
index 00000000..a6278d2c
--- /dev/null
+++ b/static/library/replit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file