I built an open-source tool to manage enterprise AI architecture patterns using the ABB/SBB/PBC framework (TOGAF Architecture & Solution Building Blocks + Gartner Packaged Business Capabilities). Built entirely with Claude Code as my AI pair programmer.
Key features:
- Graph visualization of pattern relationships (ABB→SBB→Technology)
- AI-powered pattern advisor with exclusion reasoning and ADR governance
- Pattern health scoring across 4 dimensions
- AI deep analysis
- Export to HTML, PowerPoint, Word, JSON
- Role-based access control with team ownership
Docker images on Docker Hub — one command to run:
docker compose up -d
Would love feedback from anyone working with enterprise architecture or pattern catalogues.
azaddjan•1h ago
Stack: React + Vite frontend, FastAPI backend, Neo4j graph database. Supports multiple LLM providers (Anthropic, OpenAI, AWS Bedrock, Ollama).
Key features: - Graph visualization of pattern relationships (ABB→SBB→Technology) - AI-powered pattern advisor with exclusion reasoning and ADR governance - Pattern health scoring across 4 dimensions - AI deep analysis - Export to HTML, PowerPoint, Word, JSON - Role-based access control with team ownership
Docker images on Docker Hub — one command to run: docker compose up -d
Would love feedback from anyone working with enterprise architecture or pattern catalogues.