Screenshot Studio for App Store & Google Play
Create beautiful, localized screenshots for your app store listings. No account, no upload — everything runs in your browser.
- All store formats — iPhone, iPad, Mac, Android Phone & Tablet in every required size
- Layout presets — Top, Center, Bottom positioning with adjustable spacing
- Customizable design — Fonts, colors, gradients, device frames, shadows
- Multi-language — Add languages and export localized screenshots in one click
- AI translation — Automatic translation powered by Claude API (optional)
- ZIP export — Export all formats and languages at once
- Persistent storage — Your work is saved locally in IndexedDB
- Dark/Light mode — Automatic theme support
- No backend — Everything runs client-side, your data stays in your browser
| App Store | Google Play |
|---|---|
| iPhone 6.9", 6.7", 6.5", 6.3", 6.1", 5.5" | Phone FHD (1080p), QHD (1440p) |
| iPad 13", 12.9", 11" | Tablet 7", 10" |
| Mac 2880, 1280 |
- Select your target platform (iPhone, iPad, Mac, Android)
- Drag & drop your screenshots or click to add
- Pick a layout preset (Top, Center, Bottom)
- Customize title, subtitle, colors and fonts
- Add languages and translate (manually or with AI)
- Select which device sizes to export
- Click Export to download a ZIP with all formats
Screan includes optional AI translation powered by Claude:
- Enter your Claude API key in the Translate tab (stored locally, never sent anywhere except Anthropic)
- Add a new language from the dropdown
- Click the translate button to translate all screenshots at once
Pure HTML, CSS, and JavaScript. No build step, no frameworks.
- JSZip — ZIP export
- Lucide Icons — UI icons
- Claude API — AI translation (optional)
No build required. Just serve the files:
python3 -m http.server 8000
# or
npx serve .Then open http://localhost:8000 in your browser.
This is a personal project. The code is open-source for transparency and learning purposes, but I'm not accepting contributions at this time.

