diff --git a/docs/catalog/blocks/yt-logo-intro.mdx b/docs/catalog/blocks/yt-logo-intro.mdx
new file mode 100644
index 000000000..7d7a51de9
--- /dev/null
+++ b/docs/catalog/blocks/yt-logo-intro.mdx
@@ -0,0 +1,44 @@
+---
+title: "Logo Intro Sequence"
+description: "Logo stamp pops on a lined board, a kicker line gives way to the title with an accent arrow chip; seeded line distortion"
+---
+
+# Logo Intro Sequence
+
+Logo stamp pops on a lined board, a kicker line gives way to the title with an accent arrow chip; seeded line distortion
+
+`logo` `intro` `creator`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add yt-logo-intro
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 6s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `yt-logo-intro.html` | `compositions/yt-logo-intro.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/yt-logo-intro/registry-item.json b/registry/blocks/yt-logo-intro/registry-item.json
new file mode 100644
index 000000000..0ef82fd89
--- /dev/null
+++ b/registry/blocks/yt-logo-intro/registry-item.json
@@ -0,0 +1,24 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "yt-logo-intro",
+ "type": "hyperframes:block",
+ "title": "Logo Intro Sequence",
+ "description": "Logo stamp pops on a lined board, a kicker line gives way to the title with an accent arrow chip; seeded line distortion",
+ "tags": [
+ "logo",
+ "intro",
+ "creator"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 6,
+ "files": [
+ {
+ "path": "yt-logo-intro.html",
+ "target": "compositions/yt-logo-intro.html",
+ "type": "hyperframes:composition"
+ }
+ ]
+}
diff --git a/registry/blocks/yt-logo-intro/yt-logo-intro.html b/registry/blocks/yt-logo-intro/yt-logo-intro.html
new file mode 100644
index 000000000..cf8681808
--- /dev/null
+++ b/registry/blocks/yt-logo-intro/yt-logo-intro.html
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/registry.json b/registry/registry.json
index 25c8c87c1..289743d12 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -575,6 +575,10 @@
"name": "yt-prism-title",
"type": "hyperframes:block"
},
+ {
+ "name": "yt-logo-intro",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"