Make App Store screenshots your way — simply.
English · 한국어 · 日本語 · 简体中文 · 繁體中文 · Español · Français · Deutsch · Português (Brasil)
StoreReady is a free, browser-based editor for App Store marketing screenshots. Lay out a headline, subheadline and device mockups (phones, tablets, watches), drop in your own screenshots, and export pixel-exact PNGs at App Store sizes. No account, no backend — your work stays in your browser.
- Build it all yourself — Place devices, text, shapes and backgrounds, upload your real screenshots, and export. You can make a fully designed app promo page entirely on your own — no AI needed.
- Hand the design to an AI — Place phone placeholders, name each screen, and generate a prompt containing the exact layout spec (positions, colors, fonts). Paste it into Claude Code, Cursor or any AI coding agent to produce the finished images.
- Multiple pages, each edited independently
- Phone / tablet / watch mockups with selectable models, plus a tilted 3D phone
- Split templates: one big phone across two screenshots
- Several screenshots in one phone, split into diagonal bands with a divider line
- Per-letter text colors, shapes, solid and gradient backgrounds
- Exact PNG / ZIP export at App Store sizes
- 17 languages, including right-to-left Arabic
npm install
npm run dev # start the Vite dev server
npm run build # type-check and build for production
npm run preview # preview the production build
npm run lint # run OxlintReact + TypeScript, Konva / react-konva for the canvas, Zustand (+ Immer) for state, IndexedDB for local persistence, Tailwind CSS, framer-motion. No backend for the editor.
The Reference page showcases real apps whose screenshots were made with StoreReady. Adding your app is a pull request that only adds a folder — no code changes:
- Create
src/reference/apps/<your-app>/. - Add
app.json(name, optionaltaglineandlink), anicon.svg(or png/webp), and your finished screenshots inscreenshots/(1.png,2.png, …). - Check it at
/referencewithnpm run dev, then open a pull request.
Full guide: src/reference/README.md. Please only submit apps you own or have permission to show.
Bug reports and ideas are welcome as GitHub Issues. Pull requests are welcome too — for anything larger than a small fix, please open an issue first so we can agree on the approach.
StoreReady is free. Supporters on Buy Me a Coffee are listed at the bottom of the Reference page, and sponsorship can include a featured app spot on the main page (see below).
The sponsors list is read from Buy Me a Coffee by a small serverless function, api/sponsors.js (Vercel-style). Set the BMC_ACCESS_TOKEN environment variable on your host; without it the list is simply empty. Set SPONSOR_URL in src/config.ts to show the "Become a sponsor" button.
Want your app featured on the main page, or have a partnership, sponsorship or advertising idea? Email hello@app-ready.store. For bugs and feature requests, please use GitHub Issues.