diff --git a/collections/_posts/2025/10/2025-10-05-introducing-shape-builder-extension.md b/collections/_posts/2025/10/2025-10-05-introducing-shape-builder-extension.md
new file mode 100644
index 0000000000..c0b877eae9
--- /dev/null
+++ b/collections/_posts/2025/10/2025-10-05-introducing-shape-builder-extension.md
@@ -0,0 +1,62 @@
+---
+title: Introducing the Shape Builder Extension for Meshery
+subheading: Creating Custom Polygon Shapes for Cloud Native Infrastructure Visualization
+author: Lee Calcote
+date: 2025-10-04 12:00:00 -0500
+categories:
+ - community
+ - extension
+featured-image: /assets/images/posts/2025/shape-builder/shape-builder-banner.png
+redirect_from: /blog/shape-builder-extension
+---
+
+Meshery is proud to announce the release of the Shape Builder extension—a powerful tool that allows you to create custom polygon shapes to visually design and manage your cloud native infrastructure. This extension further enriches the Meshery platform, empowering users to craft detailed architecture diagrams that are tailored to their unique deployments.
+
+
+
+### 1. What is Shape Builder?
+
+This Meshery extension offers an easy way to visually create polygons, outputting the format necessary for Kanvas to recognize and render your custom polygon shape. As a best practice, users are encouraged to select an existing or create a custom shape for their components to best visually signify the function of their component. See the [Components Shape Guide](https://docs.meshery.io/extensions/component-shape-guide) for a list of the built-in component shapes in Meshery.
+
+Interactively, explore existing component shapes easily by looking in [Meshery Playground](https://play.meshery.io) in the Kanvas extension's on the dock at the bottom of the screen. You will see the different types of component shapes in the "Shapes" model as examples.
+
+### 2. Features Overview
+
+- **Custom Polygon Creation:** Draw and modify unique polygon shapes to encapsulate services or infrastructure components.
+- **Component Grouping:** Organize related Meshery components visually with easy drag-and-drop layout support.
+- **Seamless Integration:** Works natively within Meshery's dashboard for instant access with your existing cloud native observability tools.
+- **Export & Share:** Export your shapes and diagrams for documentation, presentations, or team collaboration.
+
+### 3. Getting Started
+
+The Shape Builder extension is open source and can be enabled in the Meshery extensions marketplace. To start designing your custom infrastructure shapes, simply install and activate the extension from your Meshery dashboard.
+
+## Usage
+
+Once you have created your custom shape, export your matrix notation and use within a `polygon` shape in your Meshery Component. For example, the following is a plus icon:
+
+#### Custom Shape Example
+
+
+```
+-0.33 -1 0.33 -1 0.33 -0.33 1 -0.33 1 0.33 0.33 0.33 0.33 1 -0.33 1 -0.33 0.33 -1 0.33 -1 -0.33 -0.33 -0.33
+```
+
+
+### Additional Details
+
+Anyone can create new components. When they do, they can use a predefined shape to represent their new component. Alternatively, they can define their own polygon; their own shape. The manner in which shapes are defined is based on a number matrix from negative one to positive one.
+
+