Rant@
Rant@ logo

Tighten the user feedback loop

Fast voice feedback for mobile apps for the agent era. Your users shake their phone and rant into the mic. Rant@ transcribes and stores every rant behind a simple API. Your coding agent pulls the transcripts and triages them.

Paste to your agent:

"Install rantat.dev (npm install @rantat/rantat), read the instructions, go get an API key, and adapt its theme to match our app. Understand the repository and make sure to run any necessary test and open a PR with the change"
Or install manually
# in your React Native app
npm install @rantat/rantat
<RantProvider appId="acme-ios">
  <App />
</RantProvider>
# screenshots attach automatically; opt out with screenshot={false}
The RantAt dashboard: a list of transcribed rants with status filters, and a detail panel with the recording and device context
Every rant, transcribed and searchable.

How it works

  1. Shake — a native sheet slides up. Users talk.
  2. Store — rants are transcribed (Whisper) and saved with a screenshot of what the user saw, plus screen, device, and app context.
  3. Triage — your agent provisions an API key, reads the queue, groups themes, and files the real bugs.