{"id":50379647,"url":"https://github.com/aerialist/paua-ripple","last_synced_at":"2026-05-30T11:03:10.559Z","repository":{"id":356342661,"uuid":"1232018014","full_name":"aerialist/paua-ripple","owner":"aerialist","description":"Browser-based voice dictation powered by the Aqua Voice Avalon API.","archived":false,"fork":false,"pushed_at":"2026-05-07T16:37:40.000Z","size":65,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-07T17:40:26.854Z","etag":null,"topics":["aquavoice","browser-audio","nextjs","openai","transcription","voice-dictation"],"latest_commit_sha":null,"homepage":"https://paua-ripple.shunpy.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aerialist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-07T14:05:19.000Z","updated_at":"2026-05-07T16:09:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aerialist/paua-ripple","commit_stats":null,"previous_names":["aerialist/paua-ripple"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aerialist/paua-ripple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialist%2Fpaua-ripple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialist%2Fpaua-ripple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialist%2Fpaua-ripple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialist%2Fpaua-ripple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aerialist","download_url":"https://codeload.github.com/aerialist/paua-ripple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerialist%2Fpaua-ripple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33689565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aquavoice","browser-audio","nextjs","openai","transcription","voice-dictation"],"created_at":"2026-05-30T11:03:08.539Z","updated_at":"2026-05-30T11:03:10.549Z","avatar_url":"https://github.com/aerialist.png","language":"TypeScript","funding_links":["https://ko-fi.com/Z8Z11Z232Z"],"categories":[],"sub_categories":[],"readme":"# PauaRipple\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Z8Z11Z232Z)\n\n**Live: [paua-ripple.shunpy.net](https://paua-ripple.shunpy.net)**\n\nBrowser-based voice dictation powered by the [Aqua Voice Avalon API](https://aquavoice.com/avalon-api).\n\n\u003e Unofficial BYOK client — your API keys stay in your browser and are sent directly to Aqua Voice and OpenAI. This site never proxies your keys.\n\n## What it does\n\n- Record your voice with a push-to-talk or toggle button\n- Transcribe via the Aqua Voice Avalon API directly from the browser\n- Insert dictation at the cursor position in an editable transcript\n- Optionally select a span of text and dictate an edit instruction — OpenAI rewrites the selection in place\n- Live mic waveform and dB meter while recording\n- History pane to restore any previous transcript state\n\n## Getting your API keys\n\n### Aqua Voice Avalon API key (required)\n\n1. Go to [app.aquavoice.com/api-dashboard](https://app.aquavoice.com/api-dashboard)\n2. Sign in or create an account\n3. Generate an API key\n\nAqua Voice Avalon API pricing: $0.39 per hour of audio.\n\n### OpenAI API key (optional — for AI edit-on-selection only)\n\n1. Go to [platform.openai.com/api-keys](https://platform.openai.com/api-keys)\n2. Sign in or create an account\n3. Create a new secret key\n\nOpenAI pricing: the default model (`gpt-4.1-nano`) is very cheap for edit use.\n\n## Setup\n\n```bash\nnpm install\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000).  \nClick **⚙️ Settings** and enter your API keys.\n\n## Static build\n\n```bash\nnpm run build\n# Output is in out/ — deploy anywhere that can serve static files\n```\n\nSuitable for GitHub Pages, nginx, Apache, or any static file host.\n\n## Using the app\n\n1. Open **⚙️ Settings** and enter your Aqua Voice Avalon API key\n2. Choose a language (Auto-detect / English / Japanese)\n3. Record:\n   - **Hold to talk** — hold the blue button while speaking, release to transcribe\n   - **Toggle record** — click the teal button to start, click again to stop\n4. Transcript appears in the textarea and is automatically copied to clipboard\n   - If textarea has a cursor, dictation inserts at that position\n   - If textarea is empty or unfocused, dictation replaces the content\n5. To AI-edit: select a span of text, then record an edit instruction\n\n## Settings\n\nAll settings are stored in your browser only (`localStorage`).\n\n| Setting | Description |\n|---|---|\n| Aqua Voice Avalon API key | Required for transcription |\n| OpenAI API key | Optional — used for selection-based AI edit |\n| Language | Auto-detect, English, or Japanese |\n| Aqua model | Default: `avalon-v1.5` |\n| OpenAI model | Default: `gpt-4.1-nano` |\n| Aqua base URL | Default: `https://api.aquavoice.com/api/v1` |\n| OpenAI base URL | Default: `https://api.openai.com/v1` |\n\n## Support\n\nIf PauaRipple is useful to you, consider buying me a coffee:\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Z8Z11Z232Z)\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerialist%2Fpaua-ripple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faerialist%2Fpaua-ripple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerialist%2Fpaua-ripple/lists"}