feat: Replace web project skeleton with AI briefing and framework documentation, and remove various development-related files.
This commit is contained in:
38
framework/FRAMEWORK.md
Normal file
38
framework/FRAMEWORK.md
Normal 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.
|
||||
Reference in New Issue
Block a user