diff --git a/docs/catalog/blocks/yt-lcd-background.mdx b/docs/catalog/blocks/yt-lcd-background.mdx
new file mode 100644
index 000000000..270cc28b5
--- /dev/null
+++ b/docs/catalog/blocks/yt-lcd-background.mdx
@@ -0,0 +1,44 @@
+---
+title: "Scanline Board Background"
+description: "Textured paper board: scanlines with slow drift, optional pixel grid, static grain, and display text with a blur-focus entrance and chromatic-fringe title"
+---
+
+# Scanline Board Background
+
+Textured paper board: scanlines with slow drift, optional pixel grid, static grain, and display text with a blur-focus entrance and chromatic-fringe title
+
+`background` `texture` `creator`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add yt-lcd-background
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 10s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `yt-lcd-background.html` | `compositions/yt-lcd-background.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/yt-lcd-background/registry-item.json b/registry/blocks/yt-lcd-background/registry-item.json
new file mode 100644
index 000000000..7cf536849
--- /dev/null
+++ b/registry/blocks/yt-lcd-background/registry-item.json
@@ -0,0 +1,24 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "yt-lcd-background",
+ "type": "hyperframes:block",
+ "title": "Scanline Board Background",
+ "description": "Textured paper board: scanlines with slow drift, optional pixel grid, static grain, and display text with a blur-focus entrance and chromatic-fringe title",
+ "tags": [
+ "background",
+ "texture",
+ "creator"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 10,
+ "files": [
+ {
+ "path": "yt-lcd-background.html",
+ "target": "compositions/yt-lcd-background.html",
+ "type": "hyperframes:composition"
+ }
+ ]
+}
diff --git a/registry/blocks/yt-lcd-background/yt-lcd-background.html b/registry/blocks/yt-lcd-background/yt-lcd-background.html
new file mode 100644
index 000000000..d6ad229a4
--- /dev/null
+++ b/registry/blocks/yt-lcd-background/yt-lcd-background.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/registry.json b/registry/registry.json
index 14e272152..b78841767 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -563,6 +563,10 @@
"name": "vfx-liquid-glass",
"type": "hyperframes:block"
},
+ {
+ "name": "yt-lcd-background",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"