Your private, on-device dating coach powered by local AI.
A micro-app that runs 100% on your device - no cloud, no data sharing. Just you and a local AI wingman helping you navigate dating conversations.
ββββββββββββββββββββββββ ββββββββββββββββββββββββββββββββ
β Dating Apps β β Wingman App β
β (Tinder, Bumble, β β β
β Hinge, etc.) β β ββββββββββββββββββββββββββ β
β β β β Tactical HUD β β
β ββββββββββββββββββ β β β β β
β β Conversation βββscreenshotββΊβ β’ Analyze convo β β
β β with Match β β β β β’ Strategic advice β β
β ββββββββββββββββββ β β β β’ Translate (ENβES) β β
β β² β β β β’ Generate response β β
β β β β β β’ [COPY] β β
β paste β β ββββββββββββββββββββββββββ β
β β β β β β
β ββββββββ΄ββββββββββ β β βΌ β
β β Send Message βββcopyβββββββ ββββββββββββββββββββββββββ β
β ββββββββββββββββββ β β β Dossier β β
β β β β (Intel on each match) β β
ββββββββββββββββββββββββ β β β’ Name, age, facts β β
β β β’ Wingman's notes β β
β β β’ Conversation historyβ β
β ββββββββββββββββββββββββββ β
ββββββββββββββββββββββββββββββββ
| Screen | Purpose |
|---|---|
| Home | Dashboard with your matches/targets |
| Tactical HUD | Chat with Wingman - share screenshots, get advice |
| Dossier | Per-person profile with notes and intel |
| Settings | Model download and preferences |
| Model | Context | Capabilities |
|---|---|---|
| Gemma 3n E2B π· | 32K | Vision + Audio + Tools |
| DeepSeek R1 π§ | 32K | Reasoning + Thinking + Tools |
| Phi-4 Mini π¬ | 128K | Best context window + Tools |
| Gemma 3 1B π | 32K | Recommended chat quality |
| Qwen 2.5 1.5B π | 32K | Multilingual + Tools |
- All AI runs on-device via LiteRT (MediaPipe).
- No data leaves your phone. No accounts. No cloud.
- Emotional intelligence insights & pattern tracking.
- Cultural translation (Latino/Slang context).
- "WINGMAN" persona: Direct, WITTY, and honest.
- Flutter - Cross-platform UI.
- flutter_gemma - On-device inference engine.
- LiteRT (TFLite) - Modern edge ML runtime.
- Hive - Secure local database for dossier intel.
- Riverpod - Enterprise state management.
- iOS 17.2+ (Recommended for best LiteRT support).
- 4GB+ RAM (8GB+ for Heavyweight models).
- ~3GB free storage.
- Clone the repo and run
flutter pub get. - Ensure you have your
HF_TOKENin a.envfile. - Launch the app and head to Settings.
- Download Gemma 3 1B β (Recommended) for the best balance of speed and vibe.
lib/
βββ main.dart # App entry, routing
βββ screens/
β βββ home_screen.dart # Dashboard
β βββ tactical_hud_screen.dart # Chat with AI
β βββ dossier_screen.dart # Target profiles
β βββ settings_screen.dart # Model & prefs
βββ services/
β βββ llm_service.dart # Gemma 3n E2B wrapper
β βββ speech_service.dart # Voice input/output
βββ models/
βββ model_config.dart # AI model config
- Screenshot detection/auto-import
- Dating app integrations (if APIs available)
- Multi-language expansion
- Profile photo analysis
- Voice conversation mode
Built with β€οΈ for nerds who want to level up their dating game.