diff --git a/docs/catalog/components/yt-camera-move.mdx b/docs/catalog/components/yt-camera-move.mdx
new file mode 100644
index 000000000..587102ad0
--- /dev/null
+++ b/docs/catalog/components/yt-camera-move.mdx
@@ -0,0 +1,38 @@
+---
+title: "Camera Punch-In"
+description: "Dynamic zoom, slide, and 3D tilt-pan helpers for any wrapper (video, include, card) with cubic-easing defaults and an edge-defocus pulse overlay"
+---
+
+# Camera Punch-In
+
+Dynamic zoom, slide, and 3D tilt-pan helpers for any wrapper (video, include, card) with cubic-easing defaults and an edge-defocus pulse overlay
+
+`camera` `zoom` `effect` `creator`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add yt-camera-move
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Component |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `yt-camera-move.html` | `compositions/components/yt-camera-move.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-camera-move/registry-item.json b/registry/components/yt-camera-move/registry-item.json
new file mode 100644
index 000000000..933b0b2b5
--- /dev/null
+++ b/registry/components/yt-camera-move/registry-item.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "yt-camera-move",
+ "type": "hyperframes:component",
+ "title": "Camera Punch-In",
+ "description": "Dynamic zoom, slide, and 3D tilt-pan helpers for any wrapper (video, include, card) with cubic-easing defaults and an edge-defocus pulse overlay",
+ "tags": [
+ "camera",
+ "zoom",
+ "effect",
+ "creator"
+ ],
+ "files": [
+ {
+ "path": "yt-camera-move.html",
+ "target": "compositions/components/yt-camera-move.html",
+ "type": "hyperframes:snippet"
+ }
+ ]
+}
diff --git a/registry/components/yt-camera-move/yt-camera-move.html b/registry/components/yt-camera-move/yt-camera-move.html
new file mode 100644
index 000000000..33f370b09
--- /dev/null
+++ b/registry/components/yt-camera-move/yt-camera-move.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/registry.json b/registry/registry.json
index 5513973ee..14e272152 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -570,6 +570,10 @@
{
"name": "parallax-unzoom",
"type": "hyperframes:component"
+ },
+ {
+ "name": "yt-camera-move",
+ "type": "hyperframes:component"
}
]
}