First Commit

This commit is contained in:
2026-04-29 16:58:09 +01:00
parent c451e72807
commit 523d5531e1
145 changed files with 6615 additions and 0 deletions

57
docs/06_prompts_gemini.md Normal file
View File

@@ -0,0 +1,57 @@
# Prompts para Gemini (Estruturados)
## Regra base
Sempre:
- Ler /docs
- Seguir arquitetura
- Não inventar features
---
## Prompt 1 — Setup
Setup Flutter + Firebase + Auth + Localization
---
## Prompt 2 — Music Upload
Create MusicService:
- upload audio to Firebase Storage
- store metadata in Firestore
---
## Prompt 3 — Player
Create audio player using just_audio:
- play
- pause
- seek
---
## Prompt 4 — Playlists
Implement CRUD playlists with Firestore
---
## Prompt 5 — AI Tagging
Send song metadata to AI and store genre/mood
---
## Prompt 6 — Chat IA
Create chat UI + AI integration
---
## Prompt 7 — Messaging
Create DMs system:
- text messages
- send songId
---
## Prompt 8 — Themes
Implement:
- system theme
- custom colors