AI App Store Screenshot Generator for iOS
AI App Store Screenshot Generator: Production-Ready Assets in Minutes
Transform Your iOS App Marketing with AI
Need compelling App Store screenshots that actually convert? This open-source App Store Screenshots Generator is a game-changer for iOS developers. Designed as a skill for AI coding agents (Claude Code, Cursor, Windsurf, and 40+ others), it creates advertisement-style screenshots that Apple approves—automatically exported at all required resolutions.
Live example: Bloom Coffee app used these exact screenshots.
🚀 One Command Installation
npx skills add ParthJadhav/app-store-screenshots
Works globally across projects or for specific agents like claude-code. No complex setup required.
🎯 What Makes It Different
Most screenshot tools show UI dumps. This generator creates marketing screenshots that sell:
- Asks about your brand: Colors, fonts, style preferences
- Writes compelling copy: Proven App Store patterns
- iPhone mockups: Pre-measured frames
- All 4 sizes: 6.9", 6.5", 6.3", 6.1" exports
- Multi-language: Locale folders + RTL support
- Theme presets: Swap art direction instantly
💬 Example Prompts That Work
"Build App Store screenshots for my habit tracker. Clean/minimal style, warm neutrals, 6 slides."
"Generate screenshots for my finance app. Sharp modern style, high contrast, 7 slides."
"Create Arabic + English screenshots for language app. RTL-native layouts required."
🛠️ What Gets Built
The skill scaffolds a complete Next.js project:
project/
├── public/mockup.png (iPhone frame)
├── public/screenshots/en/, de/, ar/ (locale folders)
├── src/app/page.tsx (screenshot generator)
└── package.json
Single file generator: Open browser → click to export PNGs.
🌍 Advanced Features
- Multi-locale:
en/home.png,ar/home.png,de/home.png - RTL-aware: Proper Arabic/Hebrew layouts
- Design tokens:
```ts
const THEMES = {
"clean-light": { bg: "#F6F1EA", accent: "#5B7CFA" },
"dark-bold": { bg: "#0B1020", accent: "#8B5CF6" }
};
4. **Bulk export**: All locales × devices × themes ## 📱 Export Specifications | Display | Resolution | |---------|------------| | 6.9" | 1320×2868 | | 6.5" | 1284×2778 | | 6.3" | 1206×2622 | | 6.1" | 1125×2436 | ## ✨ Key Design Principles ✅ **Screenshots = Ads**: Each slide sells one idea ✅ **One-second rule**: Readable at thumbnail size ✅ **Varied layouts**: No adjacent slides look the same ✅ **User-driven**: Your colors/fonts, not presets ## 🎯 Perfect For - **Indie iOS developers** saving design costs - **AI agent users** extending workflow capabilities - **Multi-language apps** needing locale screenshots - **A/B testing** art directions quickly ## 📈 GitHub Traction ⭐ **3.2K stars** · 🍴 **213 forks** · 5 contributors ## 🚀 Get Started Now ```bash npx skills add ParthJadhav/app-store-screenshots echo "Build App Store screenshots for my app" | claude
Pro tip: Use 6.1" simulator for base screenshots—saves resizing later.