nowfound

Life & fun · May 3, 2026

PA

Parrot – a fun, skeuomorphic audio recorder to hear yourself

Hello HN, This is my first Show HN and hopefully a fun one for y'all. Parrot is a web app for easily recording throwaway audio clips. It was originally intended for pronunciation practice but may find other uses. I got the idea to work on Parrot after reading the Launch HN of Issen [1]. Thinking about ways to help language learners improve their pronunciation, I remembered an easy method I've humbled myself with in the past: listening to a recording of my own voice. The idea is to repeatedly record and listen to yourself, adjusting your pronunciation until you get it right. What makes Parrot…

In plain words

Parrot is a web-based audio recorder designed for language learners practicing pronunciation. Users record themselves speaking, listen back, and re-record repeatedly to refine their delivery. Unlike traditional recording apps that accumulate saved files, Parrot keeps only one audio clip at a time, automatically replacing each new recording with the previous one. This approach eliminates file management clutter while maintaining privacy through local, offline storage on the user's device.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

Hello HN, This is my first Show HN and hopefully a fun one for y'all. Parrot is a web app for easily recording throwaway audio clips. It was originally intended for pronunciation practice but may find other uses. I got the idea to work on Parrot after reading the Launch HN of Issen [1]. Thinking about ways to help language learners improve their pronunciation, I remembered an easy method I've humbled myself with in the past: listening to a recording of my own voice. The idea is to repeatedly record and listen to yourself, adjusting your pronunciation until you get it right. What makes Parrot different from other audio recording apps is that it doesn't save a log of all these throwaway audio clips that you then have to clean up. A recording only exists until it is overwritten by a new one (all "offline" and strictly local to your own device, of course). That seems like a scant premise to justify making a whole new app, but that small change really makes a big difference for this use case. Though I'm not sure I would have made it if that was the only reason; more of a practical excuse. The main reason was for stupid fun. Once I imagined this music gear-like device I knew I wanted to actually make it, in all its skeuomorphic glory (only missing is the wooden table). I don't want to spoil all the fun bits, so play around and see for yourself :) On dark mode being too dark and "unusable": that's an intentional joke. Do try it if you haven't! Tech-wise it's rather basic: a bit of HTML, lots of CSS, some plain JS. The difficulty was in getting all the details dialed in. My biggest takeaway: Surprise surprise, testing and QA are so important! The number of embarrassing bugs and flaws I would have missed had I not tested across all browsers and platforms is surprisingly high. The most basic things you assume to be true might very well not be! (`audio.currentTime = 0.0;` sets audio's play head to the beginning, right? Not in Firefox it doesn't!) I 110% recommend manual testing at various points in development: some things you have to experience for yourself. My hosted version of Parrot is not Free, but there's a GPL'd version with personal touches removed available to download [2]. Inside the tarball is also a standalone version, fully contained in a single HTML file (for use without localhost). I'll conclude on a personal insight. Listening to recorded audio of your voice can help improve your speech (or singing!), yes. It also gets you used to the sound of your own voice, which I've found helps build confidence. Happy to discuss :) [1] https://news.ycombinator.com/item?id=44387828 [2] https://www.zkhrv.com/parrot/free-parrot.tar.xz

Does the same job

all alternatives →
  • Parrot TTS2025 · ▲110

    Make anything an audiobook or podcast

  • Parrot Speech-to-text APIMay 2026 · ringg.ai · ▲194

    Fast, accurate STT for production-grade voice agents

  • yapyapAug 2026 · yap-yap.app · ▲148

    Own your voice again. Local-first voice & meeting recorder.

  • parrot.live2018 · ▲137

    Bringing the Party Parrot to terminals everywhere

  • Echosnap AiNov 2025 · ▲62

    Record, transcribe, and organize

  • Aloud17d ago · aloud.sh · ▲118

    Turn spoken feedback into tasks your coding agent can run

More life & fun this month

the category →
  • TL

    Life & fun · 10d ago · louisabraham.github.io

  • Photosynthesis fires two of your iPhone

    Life & fun · 29d ago · photosynthesis.camera

  • SoloUno310

    Take control of hair pulling, nail biting & skin picking

    Life & fun · 28d ago · solouno.io

  • Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.

    Life & fun · 26d ago · everycube.alen.is

  • The Interactive 3D Encyclopedia

    Life & fun · 21d ago · expeditione.fun

  • Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…

    Life & fun · 27d ago · baselashraf81.github.io

Launched alongside, May 2026

the whole month →
  • Brew 905

    Like Claude design for email marketing

    AI · May 2026 · brew.new

  • Parallel agents, diff reviewer, and multi-model comparisons

    Dev tools · May 2026 · kilo.ai

  • StoreClaw805

    Grow your store profits with agents that know how to sell

    AI · May 2026 · storeclaw.ai

  • Give your agent a real number and voice to make calls.

    AI · May 2026 · pollyreach.ai

  • NW

    Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok&#x2F;s prefill and 1200 tok&#x2F;s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…

    Life & fun · May 2026 · github.com

  • FM

    Dev tools · May 2026 · github.com