diff --git a/docs/catalog/blocks/hw-path-text.mdx b/docs/catalog/blocks/hw-path-text.mdx
new file mode 100644
index 000000000..bb6119d0d
--- /dev/null
+++ b/docs/catalog/blocks/hw-path-text.mdx
@@ -0,0 +1,44 @@
+---
+title: "Text Along a Path"
+description: "Handwriting flowing along any SVG path with a per-character reveal; the path is the only geometry input"
+---
+
+# Text Along a Path
+
+Handwriting flowing along any SVG path with a per-character reveal; the path is the only geometry input
+
+`handwritten` `typography` `path`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-path-text
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 6s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-path-text.html` | `compositions/hw-path-text.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/hw-path-text/assets/fonts/Caveat-700-latin.woff2 b/registry/blocks/hw-path-text/assets/fonts/Caveat-700-latin.woff2
new file mode 100644
index 000000000..5a3423426
Binary files /dev/null and b/registry/blocks/hw-path-text/assets/fonts/Caveat-700-latin.woff2 differ
diff --git a/registry/blocks/hw-path-text/hw-path-text.html b/registry/blocks/hw-path-text/hw-path-text.html
new file mode 100644
index 000000000..713a1812d
--- /dev/null
+++ b/registry/blocks/hw-path-text/hw-path-text.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/blocks/hw-path-text/registry-item.json b/registry/blocks/hw-path-text/registry-item.json
new file mode 100644
index 000000000..cfff0249a
--- /dev/null
+++ b/registry/blocks/hw-path-text/registry-item.json
@@ -0,0 +1,29 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-path-text",
+ "type": "hyperframes:block",
+ "title": "Text Along a Path",
+ "description": "Handwriting flowing along any SVG path with a per-character reveal; the path is the only geometry input",
+ "tags": [
+ "handwritten",
+ "typography",
+ "path"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 6,
+ "files": [
+ {
+ "path": "hw-path-text.html",
+ "target": "compositions/hw-path-text.html",
+ "type": "hyperframes:composition"
+ },
+ {
+ "path": "assets/fonts/Caveat-700-latin.woff2",
+ "target": "assets/fonts/Caveat-700-latin.woff2",
+ "type": "hyperframes:asset"
+ }
+ ]
+}
diff --git a/registry/registry.json b/registry/registry.json
index a4db985d2..c01a97a00 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -575,6 +575,10 @@
"name": "hw-pipeline",
"type": "hyperframes:block"
},
+ {
+ "name": "hw-path-text",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"