diff --git a/docs/catalog/blocks/mk-background.mdx b/docs/catalog/blocks/mk-background.mdx
new file mode 100644
index 0000000000..1eef00c071
--- /dev/null
+++ b/docs/catalog/blocks/mk-background.mdx
@@ -0,0 +1,44 @@
+---
+title: "Keynote Background"
+description: "Apple-keynote-style procedural gradient backdrop: two soft radial blobs drifting over a base color, with an animatable rounded-card bar mask and optional frosted-glass mode"
+---
+
+# Keynote Background
+
+Apple-keynote-style procedural gradient backdrop: two soft radial blobs drifting over a base color, with an animatable rounded-card bar mask and optional frosted-glass mode
+
+`background` `gradient` `minimal` `professional` `keynote`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add mk-background
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 10s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `mk-background.html` | `compositions/mk-background.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/mk-background/mk-background.html b/registry/blocks/mk-background/mk-background.html
new file mode 100644
index 0000000000..9b35990601
--- /dev/null
+++ b/registry/blocks/mk-background/mk-background.html
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/blocks/mk-background/registry-item.json b/registry/blocks/mk-background/registry-item.json
new file mode 100644
index 0000000000..659ddb012a
--- /dev/null
+++ b/registry/blocks/mk-background/registry-item.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "mk-background",
+ "type": "hyperframes:block",
+ "title": "Keynote Background",
+ "description": "Apple-keynote-style procedural gradient backdrop: two soft radial blobs drifting over a base color, with an animatable rounded-card bar mask and optional frosted-glass mode",
+ "tags": ["background", "gradient", "minimal", "professional", "keynote"],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 10,
+ "files": [
+ {
+ "path": "mk-background.html",
+ "target": "compositions/mk-background.html",
+ "type": "hyperframes:composition"
+ }
+ ]
+}
diff --git a/registry/registry.json b/registry/registry.json
index 5513973ee9..ed5fa5a4a2 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -563,6 +563,10 @@
"name": "vfx-liquid-glass",
"type": "hyperframes:block"
},
+ {
+ "name": "mk-background",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"