finish android task suite

This commit is contained in:
2026-06-02 08:14:00 -04:00
parent 6c4d77bbec
commit 36b087ae92
57 changed files with 7566 additions and 459 deletions

View File

@@ -0,0 +1,147 @@
# Kordant Promo Video Storyboard
**Duration:** 45 seconds
**Format:** 1080p (1920×1080), 30fps
**Style:** Clean, modern, security-focused
**Music:** Royalty-free electronic ambient (search "cybersecurity ambient" on Artlist/Epidemic Sound)
---
## Scene 1: Hook (0:000:05)
**Visual:** Dark screen. A smartphone receives a call. The caller ID shows "Your Daughter" — but a red AI-voice detection alert overlays the screen.
**Text Overlay:** "AI voice scams are real."
**Voiceover (or text-only):** "What if the voice on the other end isn't who they say they are?"
**Transition:** Quick zoom into the Kordant shield logo.
---
## Scene 2: Brand Reveal (0:050:08)
**Visual:** Kordant logo animates in with brand gradient (#4F46E5#06B6D4). Tagline fades in.
**Text Overlay:** "Kordant — AI-Powered Identity Protection"
**Transition:** Smooth fade to feature showcase.
---
## Scene 3: DarkWatch (0:080:15)
**Visual:** Dashboard screen recording showing DarkWatch scanning the dark web. Animated radar/pulse effect. A breach alert pops up: "Email found in recent breach."
**Text Overlay:** "DarkWatch"
**Subtext:** "Real-time dark web monitoring"
**Voiceover/Text:** "DarkWatch monitors the dark web 24/7, alerting you the moment your data surfaces."
**Transition:** Swipe right.
---
## Scene 4: VoicePrint (0:150:22)
**Visual:** VoicePrint enrollment screen. Waveform animation as user speaks. Voice signature created. Incoming call screen shows "VoicePrint Verified ✓" vs. "AI Voice Detected ⚠".
**Text Overlay:** "VoicePrint"
**Subtext:** "Detect AI voice clones in real time"
**Voiceover/Text:** "VoicePrint analyzes every call, detecting AI-generated voices before you're scammed."
**Transition:** Swipe right.
---
## Scene 5: SpamShield (0:220:29)
**Visual:** Phone ringing with unknown number. SpamShield intercepts and labels: "Spam — Known Scam Number." Call auto-blocked. Log shows blocked calls list.
**Text Overlay:** "SpamShield"
**Subtext:** "Intelligent spam and scam blocking"
**Voiceover/Text:** "SpamShield intercepts spam calls and SMS before they reach you."
**Transition:** Swipe right.
---
## Scene 6: HomeTitle (0:290:35)
**Visual:** HomeTitle dashboard showing property status. Green checkmark: "No unauthorized changes detected." Animated county record scan.
**Text Overlay:** "HomeTitle"
**Subtext:** "Property fraud monitoring"
**Voiceover/Text:** "HomeTitle monitors county records to protect your property from fraud."
**Transition:** Swipe right.
---
## Scene 7: Unified Dashboard (0:350:40)
**Visual:** Kordant dashboard showing all services at a glance. Threat score gauge. Family members protected. Clean, modern UI.
**Text Overlay:** "One app. Complete protection."
**Voiceover/Text:** "Everything you need in one powerful app."
**Transition:** Fade to CTA.
---
## Scene 8: CTA (0:400:45)
**Visual:** Kordant logo centered. "Download on Google Play" badge appears below. Brand gradient background.
**Text Overlay:** "Download Kordant today."
**CTA Badge:** "GET IT ON Google Play"
**Voiceover/Text:** "Kordant. Protect what matters."
**End screen:** Hold for 2 seconds.
---
## Production Notes
### Recording
- Use Android emulator (Pixel 6, API 34) for screen recordings
- Record at 1080p, 30fps
- Use clean test data (no real user info)
- Enable dark mode for consistent branding
### Editing
- **Software:** DaVinci Resolve, Premiere Pro, or CapCut
- **Transitions:** Smooth swipes between scenes, fade for brand moments
- **Text overlays:** Inter font, brand colors (#FFFFFF for text, #67E8F9 for accents)
- **Animations:** Subtle scale/fade for text overlays, pulse effects for alerts
- **Background music:** Low-volume ambient electronic track
- **Color grading:** Slight cool/blue tint to match brand
### YouTube Upload
- **Title:** "Kordant — AI-Powered Identity Protection | Official Promo"
- **Description:** "Protect yourself from AI voice scams, dark web breaches, spam calls, and property fraud. Kordant combines DarkWatch, VoicePrint, SpamShield, and HomeTitle into one powerful app."
- **Tags:** kordant, identity protection, AI scam detection, voice clone detection, dark web monitoring, spam blocking, cybersecurity
- **Visibility:** Unlisted (for Play Store embedding) or Public
- **Thumbnail:** Feature graphic (1024×500) or custom 1280×720 thumbnail
### Play Store
- Upload video URL to Play Console → Store presence → Video
- Video appears as playable trailer on listing page
- Ensure video thumbnail is compelling (use Scene 2 or Scene 7 frame)
---
## Localized Versions
| Language | Tagline | Notes |
|----------|---------|-------|
| English | "AI-Powered Identity Protection" | Primary version |
| Spanish | "Protección de Identidad con IA" | Add Spanish subtitles |
| French | "Protection d'Identité par IA" | Add French subtitles |
For localized versions, create subtitle tracks (.srt files) and upload to YouTube as closed captions.

View File

@@ -0,0 +1,73 @@
# Kordant Play Store Marketing Assets
## Feature Graphics
All feature graphics are **1024×500 pixels** in 24-bit PNG format, meeting [Google Play Store requirements](https://support.google.com/googleplay/android-developer/answer/9859152).
| File | Language | Tagline |
|------|----------|---------|
| `feature-graphic.png` | English (default) | AI-Powered Identity Protection |
| `feature-graphic-es.png` | Spanish | Protección de Identidad con IA |
| `feature-graphic-fr.png` | French | Protection d'Identité par IA |
### Design Specifications
- **Dimensions:** 1024×500 pixels
- **Format:** 24-bit PNG (no alpha)
- **Background:** Gradient from indigo (#1E1B4B) to navy (#0F172A)
- **Typography:** Inter Bold (app name), Inter SemiBold (tagline), Inter Regular (features)
- **Elements:** Shield icon with checkmark, app name, tagline, accent line, feature list
- **Decorative:** Subtle accent band, concentric rings (right side)
- **Readable on:** Both light and dark Play Store themes
### Regenerating Graphics
```bash
# Requires: Python 3 with Pillow
# Fonts: /tmp/inter_fonts/Inter-{Regular,SemiBold,Bold}.ttf
python3 /tmp/create_graphics.py
```
## Promo Video
See [PROMO-VIDEO-STORYBOARD.md](./PROMO-VIDEO-STORYBOARD.md) for the complete storyboard, production notes, and upload instructions.
### Key Details
- **Duration:** 45 seconds
- **Format:** 1080p (1920×1080), 30fps
- **Scenes:** Hook → Brand → DarkWatch → VoicePrint → SpamShield → HomeTitle → Dashboard → CTA
- **CTA:** "Download on Google Play"
### Upload Checklist
- [ ] Record Android screen captures (Pixel 6 emulator, dark mode)
- [ ] Edit with transitions, text overlays, background music
- [ ] Export in 1080p MP4
- [ ] Upload to YouTube (unlisted or public)
- [ ] Add title, description, tags
- [ ] Add Spanish and French subtitle tracks
- [ ] Copy video URL to Play Console
- [ ] Verify video plays correctly in Play Store preview
## Play Console Upload
1. Go to [Play Console](https://play.google.com/console) → Kordant
2. Navigate to **Store presence****Main store listing**
3. Upload `feature-graphic.png` as **Feature graphic**
4. Add YouTube video URL as **Video**
5. For localized versions:
- Go to **Store presence****Store listing resources**
- Add language-specific feature graphics
- Add localized text as needed
6. **Preview** on mobile and desktop
7. **Save** and **Review** changes
## Brand Compliance
All assets follow [Kordant Brand Guidelines](../../../docs/BRAND_GUIDELINES.md):
- **Colors:** Primary #4F46E5, Accent #06B6D4, Light #818CF8
- **Typography:** Inter (Bold 700, SemiBold 600, Regular 400)
- **Style:** Security-focused, empowering, clear, trustworthy
- **No:** All-caps body text, italic weights, arbitrary spacing

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB