declare-js

A web-based Declare viewer and editor

Example image
Bootstrap Themes

Quickly visualize and edit your specification

declare-js allows you to visualize your Declare process specifications, modify them, or create new ones from scratch. The visual and textual representations work seamlessly together.

Easy integration

You can embed declare-js in your webpage by downloading the source code and defining a container, as shown in the example on the left.

Download Open the Git Repo
<html>
    <body style="height: 100vh; margin: 0px">
        <div id="declareContainer"></div>
        <script src="declae-js.min.js"></script>
    </body>
</html>