Refactor GTM Architect to v2: Python-driven architecture, 9-phase process, new DB and Docker setup

This commit is contained in:
2026-01-02 19:00:05 +00:00
parent a3dc012da8
commit b47a65eb83
300 changed files with 68128 additions and 4782 deletions

View File

@@ -1,21 +1,20 @@
# GTM Architect Frontend
<div align="center">
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
</div>
Dies ist das React-Frontend für die GTM Architect Engine.
# Run and deploy your AI Studio app
## Tech Stack
* **React 19**
* **Vite**
* **TypeScript**
* **Tailwind CSS**
* **Lucide React** (Icons)
This contains everything you need to run your app locally.
## 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`.
View your app in AI Studio: https://ai.studio/apps/drive/1bvzSOz-NYMzDph6718RuAy1mnCSjjylz
## Struktur
* `App.tsx`: Hauptlogik und State-Management.
* `components/`: UI-Komponenten (Layout).
* `types.ts`: TypeScript Definitionen für die API-Payloads.
## Run Locally
Für die vollständige Systemdokumentation siehe `../gtm_architect_documentation.md`.
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`