ai-app-store-screenshots.vercel.app is a canvas-based editor for designing the marketing screenshots that appear on the Apple App Store and Google Play Store listings. Drop in a screenshot of your app, pick a template, and the AI helps with the headline, subheading, and layout โ so you can ship a polished store listing without hiring a designer.
Important Links:
Live web app
hosted on Vercel
GitHub repo
Demo video
The editor is built on Fabric.js for the canvas layer, with a Next.js + React + TypeScript frontend and Shadcn UI components. State is managed with Zustand, server data with TanStack Query, and image uploads run through UploadThing. The AI features call OpenAI to suggest copy and layout based on a short description of your app. The whole project is open source under AGPL v3, so you can self-host with your own OpenAI key.