diff --git a/docs/catalog/components/yt-avatar-pip.mdx b/docs/catalog/components/yt-avatar-pip.mdx
new file mode 100644
index 000000000..cda8450e7
--- /dev/null
+++ b/docs/catalog/components/yt-avatar-pip.mdx
@@ -0,0 +1,38 @@
+---
+title: "Circle PiP Window"
+description: "Circular or rounded-rect masked picture-in-picture window with ring and shadow for a second video or image; pop in/out helpers"
+---
+
+# Circle PiP Window
+
+Circular or rounded-rect masked picture-in-picture window with ring and shadow for a second video or image; pop in/out helpers
+
+`pip` `overlay` `creator`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add yt-avatar-pip
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Component |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `yt-avatar-pip.html` | `compositions/components/yt-avatar-pip.html` | hyperframes:snippet |
+
+## Usage
+
+Read the installed file and copy its CSS, markup pattern, and helper functions into your host composition — the parent timeline owns all timing. The file's header comment documents the wiring calls.
diff --git a/registry/components/yt-avatar-pip/registry-item.json b/registry/components/yt-avatar-pip/registry-item.json
new file mode 100644
index 000000000..b28d3945b
--- /dev/null
+++ b/registry/components/yt-avatar-pip/registry-item.json
@@ -0,0 +1,19 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "yt-avatar-pip",
+ "type": "hyperframes:component",
+ "title": "Circle PiP Window",
+ "description": "Circular or rounded-rect masked picture-in-picture window with ring and shadow for a second video or image; pop in/out helpers",
+ "tags": [
+ "pip",
+ "overlay",
+ "creator"
+ ],
+ "files": [
+ {
+ "path": "yt-avatar-pip.html",
+ "target": "compositions/components/yt-avatar-pip.html",
+ "type": "hyperframes:snippet"
+ }
+ ]
+}
diff --git a/registry/components/yt-avatar-pip/yt-avatar-pip.html b/registry/components/yt-avatar-pip/yt-avatar-pip.html
new file mode 100644
index 000000000..16528cf02
--- /dev/null
+++ b/registry/components/yt-avatar-pip/yt-avatar-pip.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/registry.json b/registry/registry.json
index 9e1665bca..d31d294fc 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -582,6 +582,10 @@
{
"name": "yt-camera-move",
"type": "hyperframes:component"
+ },
+ {
+ "name": "yt-avatar-pip",
+ "type": "hyperframes:component"
}
]
}