diff --git a/docs/catalog/blocks/yt-prism-title.mdx b/docs/catalog/blocks/yt-prism-title.mdx
new file mode 100644
index 000000000..6de55589a
--- /dev/null
+++ b/docs/catalog/blocks/yt-prism-title.mdx
@@ -0,0 +1,44 @@
+---
+title: "Chromatic Fringe Title"
+description: "Display title on a transparent root: blur-focus entrance, red/blue fringe that settles then breathes, perspective bow, slow scale drift"
+---
+
+# Chromatic Fringe Title
+
+Display title on a transparent root: blur-focus entrance, red/blue fringe that settles then breathes, perspective bow, slow scale drift
+
+`typography` `title-card` `creator`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add yt-prism-title
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 6s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `yt-prism-title.html` | `compositions/yt-prism-title.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/yt-prism-title/registry-item.json b/registry/blocks/yt-prism-title/registry-item.json
new file mode 100644
index 000000000..90f632b15
--- /dev/null
+++ b/registry/blocks/yt-prism-title/registry-item.json
@@ -0,0 +1,24 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "yt-prism-title",
+ "type": "hyperframes:block",
+ "title": "Chromatic Fringe Title",
+ "description": "Display title on a transparent root: blur-focus entrance, red/blue fringe that settles then breathes, perspective bow, slow scale drift",
+ "tags": [
+ "typography",
+ "title-card",
+ "creator"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 6,
+ "files": [
+ {
+ "path": "yt-prism-title.html",
+ "target": "compositions/yt-prism-title.html",
+ "type": "hyperframes:composition"
+ }
+ ]
+}
diff --git a/registry/blocks/yt-prism-title/yt-prism-title.html b/registry/blocks/yt-prism-title/yt-prism-title.html
new file mode 100644
index 000000000..af1ba4a16
--- /dev/null
+++ b/registry/blocks/yt-prism-title/yt-prism-title.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/registry.json b/registry/registry.json
index d31d294fc..25c8c87c1 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -571,6 +571,10 @@
"name": "yt-comment-card",
"type": "hyperframes:block"
},
+ {
+ "name": "yt-prism-title",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"