diff --git a/src/constants/Categories.ts b/src/constants/Categories.ts
index d1b0543..1e7c583 100644
--- a/src/constants/Categories.ts
+++ b/src/constants/Categories.ts
@@ -1,5 +1,5 @@
// Highlighted sidebar items
-export const NEW = ['Target Cursor', 'Ripple Grid', 'Magic Bento', 'Galaxy', 'Text Type', 'Glass Surface', 'Sticker Peel', 'Scroll Stack'];
+export const NEW = ['Target Cursor', 'Ripple Grid', 'Magic Bento', 'Galaxy', 'Text Type', 'Glass Surface', 'Sticker Peel', 'Scroll Stack', 'Faulty Terminal'];
export const UPDATED = [];
// Used for main sidebar navigation
@@ -95,6 +95,7 @@ export const CATEGORIES = [
'Dither',
'Dot Grid',
'Hyperspeed',
+ 'Faulty Terminal',
'Ripple Grid',
'Silk',
'Lightning',
diff --git a/src/constants/Components.ts b/src/constants/Components.ts
index e1590c7..c7d2540 100644
--- a/src/constants/Components.ts
+++ b/src/constants/Components.ts
@@ -97,6 +97,7 @@ const backgrounds = {
'grid-distortion': () => import('../demo/Backgrounds/GridDistortionDemo.vue'),
'ripple-grid': () => import('../demo/Backgrounds/RippleGridDemo.vue'),
'galaxy': () => import('../demo/Backgrounds/GalaxyDemo.vue'),
+ 'faulty-terminal': () => import('../demo/Backgrounds/FaultyTerminalDemo.vue'),
};
export const componentMap = {
diff --git a/src/constants/code/Backgrounds/faultyTerminalCode.ts b/src/constants/code/Backgrounds/faultyTerminalCode.ts
new file mode 100644
index 0000000..3a5a89b
--- /dev/null
+++ b/src/constants/code/Backgrounds/faultyTerminalCode.ts
@@ -0,0 +1,33 @@
+import code from '@content/Backgrounds/FaultyTerminal/FaultyTerminal.vue?raw';
+import { createCodeObject } from '../../../types/code';
+
+export const faultyTerminal = createCodeObject(code, 'Backgrounds/FaultyTerminal', {
+ installation: `npm install ogl`,
+ usage: `
+
+
+
+
+
+`
+});
diff --git a/src/content/Backgrounds/FaultyTerminal/FaultyTerminal.vue b/src/content/Backgrounds/FaultyTerminal/FaultyTerminal.vue
new file mode 100644
index 0000000..95f037c
--- /dev/null
+++ b/src/content/Backgrounds/FaultyTerminal/FaultyTerminal.vue
@@ -0,0 +1,439 @@
+
+
+
+
+
diff --git a/src/demo/Backgrounds/FaultyTerminalDemo.vue b/src/demo/Backgrounds/FaultyTerminalDemo.vue
new file mode 100644
index 0000000..caaf0a6
--- /dev/null
+++ b/src/demo/Backgrounds/FaultyTerminalDemo.vue
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+