Generate App Store and Google Play screenshot assets using each::sense AI. Create device-framed screenshots, feature highlights, localized versions, and promotional visuals optimized for iOS App Store and Google Play Store requirements.
# App Store Screenshot Generation
Generate high-converting App Store and Google Play screenshot assets using each::sense. This skill creates images optimized for app store requirements, featuring device frames, feature callouts, and promotional visuals that drive downloads.
## Features
- **iOS App Store Screenshots**: iPhone and iPad device frames with proper dimensions
- **Google Play Screenshots**: Android device frames optimized for Play Store
- **Feature Highlights**: Screenshots with callout text and visual emphasis
- **Lifestyle Context**: App shown in real-world usage scenarios
- **Localized Screenshots**: Multi-language versions for global markets
- **App Preview Thumbnails**: Video preview poster frames
- **Before/After Comparisons**: Transformation showcases for utility apps
- **Onboarding Flows**: Multi-screen app walkthrough sequences
- **Dark/Light Mode Variants**: Both theme versions for completeness
- **A/B Test Variations**: Multiple creative approaches for optimization
## Quick Start
```bash
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an iPhone App Store screenshot for a fitness tracking app showing the workout dashboard with an iPhone 15 Pro device frame, 1320x2868 pixels",
"mode": "max"
}'
```
## Screenshot Specifications
| Platform | Device | Dimensions | Aspect Ratio | Use Case |
|----------|--------|------------|--------------|----------|
| iOS App Store | iPhone 6.7" | 1320x2868 | ~1:2.17 | iPhone 15 Pro Max, 14 Pro Max |
| iOS App Store | iPad 12.9" | 2064x2752 | ~3:4 | iPad Pro screenshots |
| Google Play | Phone | 1080x1920 | 9:16 | Standard Android phone |
## Use Case Examples
### 1. iOS App Store Screenshot with Device Frame
```bash
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/even...