The Continuous Architecture Toolkit offers guiding ideas, practices, rituals, and methods. Unlike most existing enterprise architecture or agile-at-scale frameworks, Continuous Architecture:
- Starts from your real-world problems rather than proposing generic organizational or architectural models.
- Supports the transition from project to product-oriented delivery.
- Leverages the power of modern software engineering practices.
- Is truly open and community-driven.
We aim to make contributing to the Continuous Architecture Toolkit a pleasant and enriching experience for everyone, regardless of skill level. Contributions of all kinds are welcome!
Learn more about our governance model and how you can get involved.
To get started, please read our Contribution Guidelines.
We are a collective of passionate architects and open source advocates working to transform the way software architecture is practiced. We occasionally organize physical and virtual events, which may require some funding. Our goal is not to profit but simply to cover expenses.
If you would like to support our efforts, you can do so here.
Thank you 🙏
The Continuous Architecture Toolkit website is built with Hugo, using the Hugoplate template and styled with Tailwind CSS. You can generate or preview the website locally by following the steps below.
Install the following tools based on your operating system:
brew install hugo
brew install node
brew install go
choco install hugo-extended
choco install nodejs
choco install golang
💡 Make sure you restart your terminal or use an elevated shell after installation.
HTTPS:
git clone https://github.com/continuous-architecture/toolkit.git
SSH:
git clone git@github.com:continuous-architecture/toolkit.git
Run the following command inside the project folder:
npm install
-
To build the static site in the
/public
folder:npm run build
-
To serve locally for development (default: http://127.0.0.1:1313):
npm run dev
Or directly with Hugo:
hugo server --disableFastRender
If you're planning to contribute to the website's content or structure, please read the Contribution Guidelines to ensure consistency across the project.
The Continuous Architecture Toolkit is distributed under the Apache License 2.0, except for some illustrations which are shared under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).
The Continuous Architecture Toolkit was initially developed by:
- Thierry Fraudet & Olivier Jauze – Michelin
- Nicolas Chevalier – Gluendo
They were soon joined by a group of enthusiastic contributors from DXC, Société Générale, France Travail, Thales Group, and others who shared the same vision for evolving architecture in the modern software world.
- Frédéric Lé – youragileway.com
- Corentin Moussard – Graphic Designer
- Jérôme Regnier – Société Générale
- Jérémie Grodziski – Adixe
- Romain Chapon – Michelin
- Yoni Boukhobza – Société Générale
- Celia Carceller Kemiche – France Travail
- François Bivaud – France Travail
- Gael Herent – Thales Group
- Olivier Trantoul – Thales Group
In memory of Jean-Marc Bunouf, who sadly passed away before the release of our first MVP. Although he couldn't see the project to its completion, his contributions were invaluable. We are deeply grateful for his input and vision.