diff --git a/src/content/changelogs/images.yaml b/src/content/changelogs/images.yaml
new file mode 100644
index 00000000000000..a760ed887ad126
--- /dev/null
+++ b/src/content/changelogs/images.yaml
@@ -0,0 +1,19 @@
+---
+link: "/images/platform/changelog/"
+productName: Images
+productLink: "/images/"
+productArea: Developer platform
+productAreaLink: /workers/platform/changelog/platform/
+entries:
+ - publish_date: "2024-04-04"
+ title: Images upload widget
+ description: |-
+ Use the upload widget to integrate Cloudflare Images into your application by embedding the script into a static HTML page or installing a package that works with your preferred framework. To try out the upload widget, [sign up for the the closed beta](https://forms.gle/vBu47y3638k8fkGF8).
+ - publish_date: "2024-04-04"
+ title: Face cropping
+ description: |-
+ Crop and resize images of people's faces at scale using the existing gravity parameter and saliency detection, which sets the focal point of an image based on the most visually interesting pixels. To apply face cropping to your image optimization, [sign up for the closed beta](https://forms.gle/2bPbuijRoqGi6Qn36).
+ - publish_date: "2024-01-15"
+ title: Cloudflare Images and Images Resizing merge
+ description: |-
+ Cloudflare Images and Images Resizing merged to create a more centralized and unified experience for Cloudflare Images. To learn more about the merge, refer to the [blog post](https://blog.cloudflare.com/merging-images-and-image-resizing/).
\ No newline at end of file
diff --git a/src/content/docs/images/platform/changelog.mdx b/src/content/docs/images/platform/changelog.mdx
new file mode 100644
index 00000000000000..5efd69f78d1128
--- /dev/null
+++ b/src/content/docs/images/platform/changelog.mdx
@@ -0,0 +1,12 @@
+---
+pcx_content_type: changelog
+title: Changelog
+changelog_file_name:
+ - images
+---
+
+import { ProductChangelog } from "~/components";
+
+{/* */}
+
+
\ No newline at end of file
diff --git a/src/content/docs/images/platform/index.mdx b/src/content/docs/images/platform/index.mdx
new file mode 100644
index 00000000000000..f103eb2a29f465
--- /dev/null
+++ b/src/content/docs/images/platform/index.mdx
@@ -0,0 +1,12 @@
+---
+pcx_content_type: navigation
+title: Platform
+sidebar:
+ group:
+ hideIndex: true
+
+---
+
+import { DirectoryListing } from "~/components"
+
+
\ No newline at end of file