-
Notifications
You must be signed in to change notification settings - Fork 714
Add Shape Builder extension blog post #2362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AasthathecoderX
wants to merge
7
commits into
meshery:master
Choose a base branch
from
AasthathecoderX:blog-shape-builder-extension
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
5256d3d
Add Shape Builder extension blog post
AasthathecoderX b6772aa
Update collections/_posts/2025/10/2025-10-05-introducing-shape-builde…
AasthathecoderX 6a44696
Update collections/_posts/2025/10/2025-10-05-introducing-shape-builde…
AasthathecoderX dcb2747
Save local changes before pull
AasthathecoderX 9029bca
Changed the link to images
AasthathecoderX 34a4e72
Merge branch 'master' into blog-shape-builder-extension
AasthathecoderX 74adec2
Merge branch 'master' into blog-shape-builder-extension
Namanv0509 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
collections/_posts/2025/10/2025-10-05-introducing-shape-builder-extension.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<img src="https://raw.githubusercontent.com/meshery-extensions/shape-builder/98531eecdd2c5b01895f1d818f824bf186bf6077/.github/assets/images/site.png" width="100%" align="center" /> | ||
|
||
### 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. | ||
|
||
<div> </div> | ||
|
||
### 4. Why Use Shape Builder? | ||
|
||
Visual management is more than aesthetics — it's about clarity in complexity. Whether you're documenting microservices architecture or mapping dependencies, Shape Builder turns complex topologies into understandable visuals. This reduces operational overhead and speeds up troubleshooting and decision-making. | ||
|
||
### 5. Join the Community and Contribute | ||
|
||
Shape Builder is a community-driven effort. Contributions to code, documentation, and new features are warmly welcomed. To contribute, visit the [Shape Builder GitHub repository](https://github.com/meshery-extensions/shape-builder), follow the contributing guide, and jump into discussions on the Meshery Slack and forums. | ||
|
||
### 6. Learn More | ||
|
||
For detailed installation instructions, feature guides, and community resources, check out the official documentation at the [Shape Builder repository](https://github.com/meshery-extensions/shape-builder) and visit [shapes.meshery.io](https://shapes.meshery.io) for interactive examples. You can also explore the main [Meshery website](https://meshery.io/) for comprehensive platform documentation. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.