Launching today

Aloud
Talk through your app, your coding agents get the plan
25 followers
Talk through your app, your coding agents get the plan
25 followers
Feedback is easier said than written. Aloud records your voice, your screen and a live transcript together while you talk through your app – pointing at things, changing your mind. Then one press: it rewrites the transcript into what you actually meant, asks about anything that could be read two ways, pulls the screenshots you were pointing at, and turns the session into tasks for Claude Code, Cursor or Codex. Whisper runs on-device – your audio and video never leave the Mac.
Products used by Aloud
Explore the tech stack and tools that power Aloud. See what products Aloud uses for development, design, marketing, analytics, and more.
LLMs 1
LLMs 1
Hugging FaceThe AI community building the future.
5.0 (91 reviews)
transformers.js runs Whisper ONNX inside Electron on WebGPU, which is the only
reason Aloud can transcribe without sending anything anywhere. A cloud speech
API would have been a day of work instead of a week — and it would have cost
me the whole promise. My privacy page says audio and video never leave your
Mac, and that sentence is true because of this.
Engineering & Development 2
Engineering & Development 2

SupabaseThe open source Firebase alternative
5.0 (861 reviews)
Auth, Postgres and one edge function, and I never stood up a backend. Sign-in
is an email and a six-digit code, so Aloud ships with no passwords to leak,
and the function keeps the inference key off the client entirely. The
alternative was a separate service for each of those three things, each with
its own deploy. This was one project and one workflow.
General 1
General 1

Motion DevToolsInspect, edit, export.
5.0 (6 reviews)
Every animation in the app and on the landing page: the onboarding sequence,
the transcript lines shimmering on their own phase while a model reads them.
CSS transitions couldn't hold that together. It also ships as a UMD bundle I
can vendor, which matters under a CSP that forbids CDNs.
