📝 docs: update COMMANDS.md and add APP-IDEAS.md

- Add finance app to command list
- Add comprehensive app overview (31 apps total) to COMMANDS.md
- Add APP-IDEAS.md with prioritized suggestions for new apps

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-04 17:28:16 +01:00
parent 1b11ebc998
commit c93aca0cce
2 changed files with 170 additions and 0 deletions

View file

@ -13,6 +13,7 @@ pnpm dev:clock:app
pnpm dev:mail:app
pnpm dev:storage:app
pnpm dev:calendar:app
pnpm dev:finance:app
pnpm dev:picture:app
pnpm dev:manacore:app
pnpm dev:zitare:app
@ -374,3 +375,53 @@ pnpm build:packages
# Oder spezifisches Package
pnpm --filter @manacore/shared-ui build
```
---
## App-Übersicht (31 Apps gesamt)
### Aktive Apps (apps/) - 14 Apps
calendar - Kalender-App für persönliches und geteiltes Zeitmanagement mit wiederkehrenden Terminen, CalDAV/iCal-Sync und Erinnerungen
chat - KI-Chat-Anwendung mit verschiedenen KI-Modellen und Konversationsverlauf
clock - Uhren-App mit Weltzeituhr, Wecker, Timer, Stoppuhr und Pomodoro-Timer
contacts - Kontaktverwaltung mit Import/Export und Google-Synchronisation
finance - Budget-Tracker & Finanzübersicht mit Multi-Currency-Konten, Transaktionen, Budgets und Reports
mail - E-Mail-Client mit KI-Unterstützung für intelligentes Sortieren und Antworten
manacore - Multi-App Ecosystem Platform - zentrales Dashboard für alle Mana-Apps
manadeck - Karteikarten-/Lernkarten-Management für Spaced Repetition Learning
moodlit - Ambient Lighting & Mood App für Stimmungsbeleuchtung
picture - KI-Bildgenerierung mit verschiedenen Modellen und Galerie-Verwaltung
presi - Präsentations-Tool für Slides und Vorträge
storage - Cloud-Speicher-App für Dateiverwaltung (ähnlich Dropbox/Google Drive)
todo - Task-Management mit Projekten, Subtasks, Labels und wiederkehrenden Aufgaben
zitare - Tägliche Inspirations-Zitate mit Favoriten und personalisierten Empfehlungen
### Archivierte Apps (apps-archived/) - 8 Apps
bauntown - Community-Website für Entwickler mit News, Projekten und Tutorials
maerchenzauber - KI-gestützte Kindermärchen-Generierung mit illustrierten Geschichten
memoro - Sprachnotizen-App mit KI-Transkription und Analyse
news - News-Aggregator für personalisierte Nachrichten
nutriphi - KI-gestützter Ernährungs-Tracker mit Foto-Analyse via Google Gemini
reader - Text-to-Speech App mit Google Chirp Voices für Offline-Wiedergabe
uload - URL-Shortener und Link-Management-Platform (Live: ulo.ad)
wisekeep - KI-gestützte Wissensextraktion aus YouTube-Videos mit Transkription
### Games (games/) - 4 Games
figgos - Collectible Figure Game mit KI-generierten Fantasy-Figuren zum Sammeln
mana-games - Browser-Spieleplatform mit 22+ Spielen und KI-Spielgenerierung
voxel-lava - 3D Voxel Building & Platforming Game mit Level-Editor und Sharing
whopixels - Pixel-Art-Editor-Spiel mit Phaser.js
### Services (services/) - 1 Service
mana-core-auth - Zentraler Authentifizierungs-Service für alle Apps (Better Auth + EdDSA JWT)
### Shared Packages (packages/) - 4 Kern-Packages
shared-ui - Gemeinsame UI-Komponenten für alle Web-Apps
shared-auth - Client-seitige Auth-Integration für Web/Mobile
shared-nestjs-auth - NestJS Guards/Decorators für JWT-Validierung
shared-storage - S3-kompatible Storage-Abstraktion (MinIO/Hetzner)