feat: Replace web project skeleton with AI briefing and framework documentation, and remove various development-related files.

This commit is contained in:
1elle1
2026-02-04 20:38:52 +01:00
parent 6c7ae06e58
commit 00dbf6b869
47 changed files with 812 additions and 4590 deletions

38
framework/FRAMEWORK.md Normal file
View File

@@ -0,0 +1,38 @@
# Framework
## Technologie-Stack
Die Website wird mit folgendem Stack entwickelt:
- **Framework**: Next.js (App Router)
- **Sprache**: TypeScript
- **Styling**: Tailwind CSS
- **Animation**: Framer Motion (optional)
- **Deployment**: Statisch exportierbar
## Ziel
Eine moderne, performante Website, die:
- Schnell lädt (optimierte Assets)
- SEO-freundlich ist
- Auf allen Geräten funktioniert
- Wartbar und erweiterbar bleibt
## Erlaubte Tools & Libraries
Die KI darf alle Tools verwenden, die zum Erreichen des Ziels sinnvoll sind, solange sie mit dem Hauptstack kompatibel bleiben. Dazu gehören beispielsweise:
- Icon-Libraries
- Bildoptimierung
- Fonts (müssen aber self hostet sein)
- Utility-Bibliotheken
## Was diese Datei NICHT enthält
- Keine konkreten Klassennamen
- Keine Layout-Vorgaben
- Keine Design Tokens
- Keine Komponenten-Definitionen
Die Implementierungsdetails sind vollständig der KI überlassen.