diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index ca31efd..61e7c2b 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3058,6 +3058,15 @@ export const svgs: iSVG[] = [
},
url: 'https://polar.sh/'
},
+ {
+ title: 'bolt',
+ category: 'Devtool',
+ route: {
+ light: '/library/bolt-new.svg',
+ dark: '/library/bolt-new_dark.svg'
+ },
+ url: 'https://bolt.new/'
+ },
{
title: 'JSON',
category: 'Language',
diff --git a/static/library/bolt-new.svg b/static/library/bolt-new.svg
new file mode 100644
index 0000000..412b98a
--- /dev/null
+++ b/static/library/bolt-new.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/bolt-new_dark.svg b/static/library/bolt-new_dark.svg
new file mode 100644
index 0000000..b4ad193
--- /dev/null
+++ b/static/library/bolt-new_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file