Skip to content

Releases: ea-toolkit/architecture-catalog

v1.4.0

01 May 17:41
1efa7ea

Choose a tag to compare

1.4.0 (2026-05-01)

Features

  • add /crawl-apis skill for API discovery and registry entry generation (#72) (6f4a56b), closes #39
  • add /crawl-data skill for data model discovery and registry entry generation (#73) (6b8e558), closes #40
  • add /deploy skill for Firebase Hosting deployment (#70) (f1ef533), closes #48
  • add Piece 2 meta-model generator (draw.io → registry-mapping.yaml) (#74) (0372f49)

v1.3.0

21 Apr 07:06
2a42ce7

Choose a tag to compare

1.3.0 (2026-04-21)

Features

  • discover page improvements — search, domain filter, sort, URL sync (#68) (8304872), closes #60

v1.2.0

16 Apr 14:10
190324a

Choose a tag to compare

1.2.0 (2026-04-16)

Features

  • visual differentiation for planned, deprecated, and external elements in graphs (#65) (7c6c7b8), closes #58

Bug Fixes

  • graph node key respects dark mode and uses clearer label (#67) (937a8d2)

v1.1.0

12 Apr 10:40
b28d1ee

Choose a tag to compare

1.1.0 (2026-04-12)

Features

  • add cross-domain architecture landscape view (#62) (dbbdf9b)

v1.0.0 — First Stable Release

01 Apr 16:41
2c2a587

Choose a tag to compare

Architecture Catalog v1.0.0

A schema-driven, Git-native architecture catalog that turns Markdown files into an interactive static site.

Highlights

  • Schema-driven — one YAML file defines all types, layers, relationships, and branding. Zero code changes to add new element types.
  • Interactive graphs — context maps, event flow diagrams, and capability heatmaps built with ReactFlow + dagre
  • Vocabulary-agnostic — works with ArchiMate, TOGAF, C4, or any custom vocabulary
  • Dark mode — default dark theme with light mode toggle
  • White-label — configure company name, logo, accent color in YAML
  • Static output — deploy anywhere (Firebase, S3, GitHub Pages, Netlify)

What's Included

  • Astro 5 + React 18 catalog UI with 7 view types (dashboard, domain overview, element detail, context map, event flow, heatmap, discover)
  • Diagram viewer for PlantUML, BPMN, and draw.io
  • Python validation and dashboard scripts
  • Claude Code extensions (5 skills, 4 agents, 3 hooks)
  • 81 frontend tests + Python test suite
  • Documentation site with 25 pages and 8 demo videos
  • Example dataset: 6 domains, 180+ elements across 4 layers

Links

Quick Start

git clone https://github.com/ea-toolkit/architecture-catalog.git
cd architecture-catalog/catalog-ui
npm install
npm run dev