diff --git a/docs/catalog/blocks/yt-comment-card.mdx b/docs/catalog/blocks/yt-comment-card.mdx
new file mode 100644
index 000000000..116281e49
--- /dev/null
+++ b/docs/catalog/blocks/yt-comment-card.mdx
@@ -0,0 +1,44 @@
+---
+title: "Comment Cards"
+description: "Social comments typing on over footage: avatar pop, username and time, per-character typewriter, likes row; image avatars or initials chips"
+---
+
+# Comment Cards
+
+Social comments typing on over footage: avatar pop, username and time, per-character typewriter, likes row; image avatars or initials chips
+
+`social` `comments` `creator` `overlay`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add yt-comment-card
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 8s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `yt-comment-card.html` | `compositions/yt-comment-card.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/yt-comment-card/registry-item.json b/registry/blocks/yt-comment-card/registry-item.json
new file mode 100644
index 000000000..97a5bdefd
--- /dev/null
+++ b/registry/blocks/yt-comment-card/registry-item.json
@@ -0,0 +1,25 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "yt-comment-card",
+ "type": "hyperframes:block",
+ "title": "Comment Cards",
+ "description": "Social comments typing on over footage: avatar pop, username and time, per-character typewriter, likes row; image avatars or initials chips",
+ "tags": [
+ "social",
+ "comments",
+ "creator",
+ "overlay"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 8,
+ "files": [
+ {
+ "path": "yt-comment-card.html",
+ "target": "compositions/yt-comment-card.html",
+ "type": "hyperframes:composition"
+ }
+ ]
+}
diff --git a/registry/blocks/yt-comment-card/yt-comment-card.html b/registry/blocks/yt-comment-card/yt-comment-card.html
new file mode 100644
index 000000000..de9ad5720
--- /dev/null
+++ b/registry/blocks/yt-comment-card/yt-comment-card.html
@@ -0,0 +1,312 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/registry.json b/registry/registry.json
index b78841767..9e1665bca 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -567,6 +567,10 @@
"name": "yt-lcd-background",
"type": "hyperframes:block"
},
+ {
+ "name": "yt-comment-card",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"