Work / iPhone · In development

Pod AI

A podcast player for iPhone you can talk back to. Say “take a note” and it pauses, listens, and saves your thought as a bookmark on the moment that sparked it.

How a note works

  1. Listen. Play an episode like you always do.
  2. Say “take a note”. Playback pauses and a rising tone plays. That’s the cue that Pod AI is listening.
  3. Say what you’re thinking. Your iPhone transcribes it with Apple’s on-device speech model, free and offline. A server model, OpenAI Whisper or ElevenLabs Scribe, can act as a backup.
  4. Say “end note”. The note is saved as a bookmark covering the stretch of the episode just before you spoke (you choose how far back in Settings), so it points at the part that made you think of it.
  5. Keep listening. Playback resumes where it stopped.

Hands-free, for everything else

Every other command starts with the wake phrase “pod ai”, so the app only reacts when you mean it. Pause, play, skip ahead, jump back, set the volume or mark an episode as played without touching the phone.

Where your data goes

Your library, bookmarks, audio and transcripts sync to our server, built with Bun, Hono and Postgres. Subscriptions and playback progress also sync through iCloud. Pod AI has a Live Activity and a Dynamic Island presence, so what’s playing stays in view.

Commands

“take a note”
Pauses playback, plays a rising tone and starts listening.
“end note”
Saves your note as a bookmark on the stretch of audio just before it, then resumes playback.
“pod ai, pause”
Pauses the episode.
“pod ai, play”
Resumes the episode.
“pod ai, next episode”
Moves to the next episode.
“pod ai, go back”
Jumps back by your skip-back amount, which you set in Settings.
“pod ai, volume 40”
Sets the volume to 40.
“pod ai, mark as played”
Marks the episode as played.
“pod ai, skip this”
Skips what’s playing.

Under the hood

Transcription
On the iPhone, with Apple’s on-device speech model. Free and offline.
Backup transcription
A server model: OpenAI Whisper or ElevenLabs Scribe.
Sync server
Bun, Hono and Postgres. Library, bookmarks, audio and transcripts.
iCloud
Subscriptions and playback progress.
System surfaces
Live Activity and Dynamic Island.
Status
In active development.

Follow Pod AI