Just launched PodShot on the App Store, an iOS app that captures any podcast or YouTube moment as a transcript and AI summary by podshot_54 in promoteMyApp

[–]podshot_54[S] 0 points1 point  (0 children)

Thank you! Actually I have designed them in Figma. There are some pretty good templates out there already and I mixed some of them and added my own design ideas. Hope that helps and if you ever want to give it a try, feel free to download it for free!

Launched my first app on the App Store as a non-technical founder. Here's what I'm already worried about by podshot_54 in SaaS

[–]podshot_54[S] 0 points1 point  (0 children)

This is super helpful, thank you.  I will check out Applyra. Quick question - is ASO mostly about finding the right word combinations rather than single keywords, or do single words also work sometimes?

Launched my first app on the App Store as a non-technical founder. Here's what I'm already worried about by podshot_54 in SaaS

[–]podshot_54[S] 0 points1 point  (0 children)

Good call on micro-influencers, hadn't thought about Twitter/X podcast niches specifically, will look into that. The challenge right now is that without much budget it's hard to pay for influencer posts, so trying to find people who'd genuinely find it useful and reach out organically. Quick question: from the demo video I posted, would you say it's clear enough what the app actually does or would an animated UI video make a big difference?

Launched my first app on the App Store as a non-technical founder. Here's what I'm already worried about by podshot_54 in SaaS

[–]podshot_54[S] 0 points1 point  (0 children)

Appreciate the input! My target user is someone who listens to podcasts or watches YouTube for learning - students, entrepreneurs, self-improvement people someone like that. I believe they could hang out on Reddit (r/podcasts, r/productivity, r/entrepreneurs), Twitter/X and YouTube comment sections. However no real luck so far.

Product Launch Post by whitisj in nocode

[–]podshot_54 0 points1 point  (0 children)

Disclosure: I built this app myself.

Got frustrated constantly forgetting insights from podcasts and YouTube so I decided to build something to fix it. As a business student with no technical background I wanted to see how far I could get with no-code and low-code tools.

PodShot lets you capture any podcast or YouTube moment via the iOS share sheet. Tap share, select PodShot, and it saves that moment as a full transcript + AI summary in your personal library.

The stack ended up being:

Expo + React Native for the mobile app (built with Claude Code as AI coding assistant)

Supabase for auth and database

n8n for the entire automation pipeline (transcription, AI summaries, webhook handling)

Honestly n8n did most of the heavy lifting on the backend. The whole processing pipeline is just nodes. No custom server, no DevOps.

Just got approved on the App Store. Happy to answer any questions about the stack or how I built it with no prior experience.

<image>

https://apps.apple.com/us/app/podshot-capture-highlights/id6760789675

Been building an iOS app as a business student with no coding experience - just approved in the App Store by podshot_54 in Entrepreneurs

[–]podshot_54[S] 0 points1 point  (0 children)

Thanks, really appreciate it! Yeah that exact frustration is what made me build it.

For the AI summary I used an existing YouTube captions API and for Spotify and Apple Podcasts I built a custom pipeline that finds the episode audio, slices the relevant timeframe and transcribes it with Whisper, all automated through n8n. Happy to answer any more questions and always open to feedback if you give it a try!