Docs

illustrations illustrations illustrations illustrations illustrations illustrations illustrations

User Guide

On this guide we will learn how to create our first workflow using Kaoto in a no-code way.

Read More
Architecture

Architecture

Kaoto is designed following an Hexagonal Architecture1. We have a domain defined in the model project .

Read More
Add a Custom View

Add a Custom View

Kaoto’s frontend is extendable, allowing you to create custom views. You can configure Kaoto to show a specific view instead of the generic form to configure properties in a step.

Read More

Add a New DSL

Kaoto’s frontend is agnostic of the DSL (Domain Specific Language) used, so to add support for a new DSL we just have to implement the specific endpoints on the API .

Read More
client-logo