Enterprise Architecture Diagrams Made Simple
Architext is a powerful fork of nomnoml that specializes in generating ArchiMate diagrams from simple text descriptions.
Architext empowers enterprise architects and business analysts to create professional ArchiMate diagrams using an intuitive text-based syntax. Transform complex architectural concepts into clear, visual representations effortlessly.
- 📝 Version Control Friendly - Keep your architecture diagrams in sync with your code
- ⚡ Rapid Prototyping - Generate consistent diagrams in seconds
- 🔄 Automation Ready - Integrate seamlessly into documentation pipelines
- 🎨 Customizable - Tailor styling and layout to match your organization's standards
Create your first ArchiMate diagram with this simple syntax:
[<application:component> Application Component]
[Application Component] --> [<application:data> Data Object]
[<business:actor> Business Actor] .-|> assignment [<business:role> Customer]
- 🏗️ ArchiMate 3.x Support - (Almost) Complete notation coverage
- 📖 Intuitive Syntax - Simple, readable text-based definitions
- 🎨 Flexible Styling - Customizable colors, fonts, and layouts
- 🔧 Easy Integration - Works with your existing toolchain
TODO
This project builds upon the excellent foundation of nomnoml, created by Daniel Kallin.