managarten/chat/apps/mobile
2025-11-26 01:31:12 +01:00
..
app feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
assets feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
components feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
config feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
context add mana core 2025-11-25 18:56:35 +01:00
hooks feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
readme feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
scripts feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
services make auth working 2025-11-26 01:31:12 +01:00
supabase/.temp feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
theme feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
types feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
utils feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
.env.example add mana core 2025-11-25 18:56:35 +01:00
.gitignore feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
app-env.d.ts feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
app.json feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
babel.config.js feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
cesconfig.json feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
CLAUDE.md feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
eas.json feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
global.css feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
metro.config.js feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
nativewind-env.d.ts feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
package.json feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
prettier.config.js feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
README.md feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
tailwind.config.js feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
test-api.js feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
test-openai.js feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
tsconfig.json feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
types.ts feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
VEREINFACHUNG.md feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
VEREINFACHUNG_STATUS.md feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00

Chat App

Eine moderne mobile Chat-Anwendung zur Interaktion mit verschiedenen KI-Sprachmodellen.

Funktionen

  • 💬 Chat mit verschiedenen KI-Modellen (GPT-4, GPT-3.5, Claude 3)
  • 🔄 Verschiedene Konversationsmodi (frei, geführt, vorlagenbasiert)
  • 👤 Benutzerauthentifizierung (Registrierung, Anmeldung, Passwort-Reset)
  • 📱 Cross-Platform (iOS, Android, Web) mit Expo
  • 🎨 Modernes UI mit NativeWind (Tailwind CSS)

Technologie-Stack

  • Frontend: React Native mit Expo SDK 52
  • Routing: Expo Router v4
  • Styling: NativeWind (Tailwind CSS)
  • Backend: Supabase (Auth, PostgreSQL)
  • API: Azure OpenAI API

Einrichtung

  1. Repository klonen

    git clone <repository-url>
    cd chat
    
  2. Abhängigkeiten installieren

    npm install
    
  3. Umgebungsvariablen konfigurieren

    cp .env.example .env
    

    Dann .env mit deinen Supabase- und Azure OpenAI-Zugangsdaten bearbeiten.

  4. Entwicklungsserver starten

    npm run start
    

Projektstruktur

  • /app - Hauptanwendungslogik (Expo Router)
  • /components - Wiederverwendbare UI-Komponenten
  • /services - Business-Logik und API-Dienste
  • /utils - Hilfsfunktionen
  • /context - React Context Provider

Nutzung

Nach dem Start kannst du:

  • Dich registrieren oder anmelden
  • Ein KI-Modell auswählen
  • Eine neue Konversation starten
  • Zwischen verschiedenen Konversationsmodi wechseln

Lizenz

MIT