Easily generate modern App Store & Google Play screenshots with customizable mockups.

- Mockup generation for iOS and Android
- Custom backgrounds, text, images, and templates
- Drag-and-drop support to organize screenshots
- High-resolution export (PNG, WebP, AVIF)
- Real-time preview
- Multiple templates and formats supported
Create a .env.local
file by copying and filling the file env.example
NEXT_PUBLIC_BASE_URL=http://0.0.0.0:3000
NEXT_PUBLIC_API_URL=http://0.0.0.0:3000/api
** To ensure proper image upload use http://0.0.0.0:3000
instead of http://localhost:3000
**
Install dependencies and start the app:
yarn
yarn dev
To build for production:
yarn build
yarn start
- Select a template (iOS, Android, Open Graph, etc.)
- Add your screenshots or images
- Customize background, text, and colors
- Reorder images with drag-and-drop
- Export your ready-to-publish mockups
app/
: Next.js pages and main logiccomponents/
: UI components and formslib/
: utilities, templates, SEOpublic/
: static assets (icons, images, examples)stores/
: state management (template stores)types/
: TypeScript types
MIT License