I built an AI app store screenshot generator because Figma made me cry — looking for brutal feedback
Rishab Sharma developed an AI app store screenshot generator called SnapMonk to simplify the process of creating App Store screenshots. Frustrated by existing design tools, he aimed to provide a more accessible solution for developers. Currently, SnapMonk has gained 33 signups and two paid users since its launch five weeks ago.
- ▪SnapMonk allows users to drop in a raw screenshot and automatically generates layouts and taglines using AI.
- ▪The tool offers a free tier with no watermark and a pro version with additional features.
- ▪Rishab is seeking feedback on the editor flow, pricing, and promotion strategies for indie developers.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3947582) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Rishab Sharma Posted on May 23 I built an AI app store screenshot generator because Figma made me cry — looking for brutal feedback #ai #mobile #showdev #sideprojects I'm Rishab. Every time I shipped an iOS app, I'd lose 2 days fighting Figma trying to make App Store screenshots that didn't look amateur. I'm a dev, not a designer, and the existing tools were either $200/mo Figma plug-ins or $500 design gigs per launch.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).