SuView

Design & explore your infrastructure
Infrastructure diagram as code showing relationships and the flow of data
Get started for free

Simple text declaration

Describe your infrastructure and watch the diagram update immediately.

Never worry about re-arranging or moving things pixel-by-pixel. Everything will be rendered perfectly every time.

{
    ...
    "Resources": {
        ...
        "ImageServiceLambda": {
            "DisplayName": "Lambda Function",
            "Icon": "AWS.LambdaFunction",
            "Metadata": {
                "Repository": {
                    "Value": "https://github.com/acme/image-service",
                    "Icon": "Github"
                }
            }
        }
    },

    "Groups": {
        "Api": {
            "DisplayName": "GraphQL API",
            "Children": [
                "ApiGateway",
                "ApiServices"
            ]
        },
        "ApiServices": {
            "DisplayName": "Services",
            "Orientation": "Horizontal",
            "Children": [
                "UserService",
                "BillingService",
                "ImageService"
            ]
        }
        ...
    }
    ...
}
            

View basic relationships

See your infrastructure layed out according to your mental model.

At a glance, determine what actually makes up each part, large and small.

Information at your finger tips

Let your team find what they're looking for, quickly and easily.

View relationships

Gain the confidence to make changes.

Quickly and easily inspect which resources are communicating.

Powerful details

Find all of the details about every interaction when you need it.

Data sequences can be composed together. Describe individual workflows and how they connect together. No repetition and an incredibly powerful resource enabling your team to empower themselves.