Files
aza/AzA march 2026 - Kopie (8)/web/README.md

65 lines
1.0 KiB
Markdown
Raw Normal View History

2026-04-16 13:32:32 +02:00
# AZA Web MVP (aza-medwork.ch)
## Zweck
Dieser Ordner enthält die minimale öffentliche Website für AZA Medical AI Assistant.
Aktuell umfasst der Web-MVP:
- Landing Page
- Download Page
- Basis-Styling
---
## Dateien
### index.html
Öffentliche Landing Page mit Kurzbeschreibung und Link zur Download-Seite.
### download.html
Download-Seite für die Desktop-App.
Lädt Versionsinformationen dynamisch aus:
`../release/version.json`
Verwendete Felder:
- `version`
- `download_url`
- `release_notes`
### style.css
Minimales Styling für Landing und Download-Seite.
---
## Datenquelle
Die Download-Seite verwendet aktuell:
`release/version.json`
Diese Datei ist die gemeinsame Quelle für:
- Website Download
- Backend `/version`
- Backend `/download`
- spätere Update-Logik
---
## Hosting-Idee
Der Web-MVP für `aza-medwork.ch` kann später statisch ausgeliefert werden, z. B. via:
- Caddy
- Nginx
- einfache Static Hosting Umgebung
---
## MVP-Ziel
Einfacher, stabiler und wartbarer Web-Auftritt ohne Framework-Abhängigkeit.