Hey y'all - I've been in the lab over the past 9 months learning this AI coding space, and just yesterday I finally released my first app into the wild, and I'm looking for 10 beta testers to try it free for a month and give me some feedback. hAIro is a virtual scribe tool that: * organizes WA chat export .zip files into an interactive / sortable / filterable chat viewer * translates / transcribes audio/video (using OpenAI Whisper and LLM diarization) * Pastes transcript into the WA chatlog for voice memos and shared media (or just directly transcribes/translates individual A/V files * Uses ffmpeg to convert any A/V file type into any other A/V file type * Uses nconvert to reduce file size or enhance image files It's currently wired up with all my personal API secrets on a VPS, so I'm limiting my beta testing group to 10 users to monitor costs, but all testing will be free. It uses OpenAI API to access Whisper. I use OpenRouterAI to access LLM for processing the transcript to diarize by speaker. ffmpeg and nconvert are both direct access with no cost for now (nconvert requires a license fee if I commercialize, but for testing, it's all good under their personal use policy). This project is something I built as an in-between solution, as I've been working with another dev to build a SaaS version of the WA chat organizer function, that is live-linked to a WA account, sync's in real-time and creates an interactive chat interface that is functional... It's taken a bit longer than I hoped to get the chat tool ready to go, and I needed a local solution, so first I just built it on a local dev server, and it was really really useful. So I decided to deploy to my VPS, and create a user account set up for multiple users. If the testing goes well, and folks see this has some value, I'm going to put a low price one-time fee option for folks that want to bring their own secrets, or a monthly subscription cost, for users that want access but will use the secrets I pay for usage on, with usage limits that I'll add in over time.