diff --git a/docs/catalog/blocks/hw-pipeline.mdx b/docs/catalog/blocks/hw-pipeline.mdx
new file mode 100644
index 000000000..79be56e88
--- /dev/null
+++ b/docs/catalog/blocks/hw-pipeline.mdx
@@ -0,0 +1,44 @@
+---
+title: "Hand-Drawn Flowchart"
+description: "Wobbled boxes with handwritten labels joined by curved connectors, drawing on in sequence from a node list"
+---
+
+# Hand-Drawn Flowchart
+
+Wobbled boxes with handwritten labels joined by curved connectors, drawing on in sequence from a node list
+
+`handwritten` `diagram` `data-viz`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-pipeline
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 7s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-pipeline.html` | `compositions/hw-pipeline.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/hw-pipeline/assets/fonts/Caveat-700-latin.woff2 b/registry/blocks/hw-pipeline/assets/fonts/Caveat-700-latin.woff2
new file mode 100644
index 000000000..5a3423426
Binary files /dev/null and b/registry/blocks/hw-pipeline/assets/fonts/Caveat-700-latin.woff2 differ
diff --git a/registry/blocks/hw-pipeline/hw-pipeline.html b/registry/blocks/hw-pipeline/hw-pipeline.html
new file mode 100644
index 000000000..9fa69f470
--- /dev/null
+++ b/registry/blocks/hw-pipeline/hw-pipeline.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/blocks/hw-pipeline/registry-item.json b/registry/blocks/hw-pipeline/registry-item.json
new file mode 100644
index 000000000..e33b1ae11
--- /dev/null
+++ b/registry/blocks/hw-pipeline/registry-item.json
@@ -0,0 +1,29 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-pipeline",
+ "type": "hyperframes:block",
+ "title": "Hand-Drawn Flowchart",
+ "description": "Wobbled boxes with handwritten labels joined by curved connectors, drawing on in sequence from a node list",
+ "tags": [
+ "handwritten",
+ "diagram",
+ "data-viz"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 7,
+ "files": [
+ {
+ "path": "hw-pipeline.html",
+ "target": "compositions/hw-pipeline.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 5da470f84..a4db985d2 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -571,6 +571,10 @@
"name": "hw-title",
"type": "hyperframes:block"
},
+ {
+ "name": "hw-pipeline",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"