Editor that turns screenshots + text into showcase cards (App Store / editorial look). Pick a template, fill the slots, export.
Cards are real HTML/CSS, not canvas. One source, exports to PNG and SVG (HTML and React come later).
React 19, TypeScript, Vite, zustand, html-to-image. No backend, state lives in localStorage.
npm install
npm run dev
npm run build