Files
Brancheneinstufung2/gtm-architect
Floke 05753edbb1 fix(gtm-architect): Stabilize Docker environment and fix frontend
- Refactor Docker build process for gtm-app to ensure reliability
- Correct volume mounts and build context in docker-compose.yml to prevent stale code
- Fix frontend 404 error by using relative paths in index.html
- Ensure API key is correctly mounted into the container
- Stabilize Node.js to Python data passing via explicit --data argument
- Update gtm_architect_documentation.md with extensive troubleshooting guide
2026-01-01 08:36:48 +00:00
..

GTM Architect Frontend

Dies ist das React-Frontend für die GTM Architect Engine.

Tech Stack

  • React 19
  • Vite
  • TypeScript
  • Tailwind CSS
  • Lucide React (Icons)

Entwicklung

Das Frontend ist darauf ausgelegt, im Docker-Container gtm-app gebaut und serviert zu werden. Es kommuniziert ausschließlich mit dem lokalen Backend unter /api/gtm.

Struktur

  • App.tsx: Hauptlogik und State-Management.
  • components/: UI-Komponenten (Layout).
  • types.ts: TypeScript Definitionen für die API-Payloads.

Für die vollständige Systemdokumentation siehe ../gtm_architect_documentation.md.