Zum Inhalt springen

Architecture

Architecture

Repo-Aufteilung und Build-Pipeline — vollständig im MASTERPLAN.

Die Neon-Architektur lebt im Repo addxion-neon als Single Source of Truth:

MASTERPLAN.md — Neon Repo-Architektur

Dort findest du Package-Struktur, AI-ready Stack, CSS-Schichten (brand.css / site.css / neon.css), Build-Commands und Phasen-Roadmap.

Kurzüberblick:

  • @addxion/neon — Consumer-Einstieg (Tokens, tw: Prefix, dist/neon.css; Engine intern: @addxion/core)
  • @addxion/components — Astro Primitives und versionierte Sections
  • @addxion/mcp — Cursor MCP (list_tokens, get_component, …)
  • Docs und Demos — addxion-docs unter addxion.com/docs/neon/ (Marketing-Demos auf addxion.com/neon/)
IDWahrheit
T-PKG-NEONConsumer-Einstieg: @addxion/neon, nicht @addxion/core
T-NEON-BRANDMarkenwerte in Consumer brand.css
T-TRUTHS-SSOTTruths-Registry — referenzieren, nicht duplizieren

Scope: Neon Package-Struktur und Engine vs. Consumer-Einstieg.

  • @addxion/core = interne Engine; Consumer nutzen @addxion/neon
  • Keine App-Logik in addxion-neon