Create print-ready photo zines directly in your browser.
Pick 8 photos, arrange them in a beautiful layout, and export a print-ready A4 PDF. Your photos never leave your device.
- Privacy First: Photos are processed locally and never uploaded to a server.
- Easy Layout: Drag and drop to arrange your photos.
- Print Ready: Exports a high-quality A4 PDF optimized for printing.
- Folding Guide: Includes instructions on how to fold your A4 sheet into a zine booklet.
- Framework: Nuxt 4
- UI: Nuxt UI & Tailwind CSS 4
- Language: TypeScript
This project uses Yarn 4.
# Install dependencies
yarn installStart the development server on http://localhost:3000:
yarn devBuild the application for production:
yarn buildPreview the production build locally:
yarn preview