Documentation
Welcome to the Archinsight documentation! Archinsight is a lightweight yet powerful solution for architecture modeling, built around the Insight language. We designed it to help you get started quickly, with enough flexibility to handle even the most complex projects.
Begin by visiting the Installation Guide for on-premise setup, then head to the Developer Guide if you’re looking to join the project as a contributor. For hands-on instruction, see Archinsight Editor to learn how to work with our online code editor. And if you want a deeper dive into the modeling language itself, don’t miss the Insight Language documentation.
Installation Guide
This document provides installation instructions for deploying Archinsight using Docker. It outlines the available configuration options and environment variables needed to run the service.
Read the docDeveloper Guide
This guide provides step-by-step instructions for setting up and running Archinsight in a local development environment. It covers required dependencies, environment configuration, and application execution.
Read the docInsight Language
Insight is a domain-specific language (DSL) for modeling IT architecture using the C4 notation. Currently, it supports only the first two levels of C4: Context and Container.
Read the doc