Skip to content

Add Voicefield to Speech Recognition Accessibility#25

Open
tatargabor wants to merge 1 commit into
lukeslp:mainfrom
tatargabor:add-voicefield
Open

Add Voicefield to Speech Recognition Accessibility#25
tatargabor wants to merge 1 commit into
lukeslp:mainfrom
tatargabor:add-voicefield

Conversation

@tatargabor

@tatargabor tatargabor commented May 25, 2026

Copy link
Copy Markdown

Summary

  • Adds Voicefield to the Speech Recognition Accessibility section
  • Voicefield is an open-source (MIT) React library that turns a phone into a wireless microphone for any web form — users scan a QR code, speech recognition runs client-side on the phone, and only text is relayed to the desktop
  • Works with the browser's built-in Web Speech API (no API key needed) or cloud STT providers
  • Enables hands-free text input for users with motor disabilities, RSI, or anyone who benefits from voice-driven form filling
  • Website: voicefield.dev

Why this belongs here

Voicefield directly addresses motor control accessibility by enabling voice-based form input without requiring desktop software installation. The QR-to-phone approach means users can add voice input to any existing web form with minimal setup. Speech recognition runs entirely on the user's phone, preserving privacy.

Checklist

  • Resource is relevant to accessibility
  • Link is working and accurate
  • Description follows the list's style (concise, objective, no marketing language)
  • Placed in the appropriate section (Speech Recognition Accessibility)
  • Open-source with MIT license

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Added Voicefield as a new speech recognition accessibility resource with a link to its website and MIT license information.

Review Change Stack

Voicefield is an open-source React library (MIT) that adds voice input
to any web form by turning a phone into a wireless microphone via QR code.
Speech recognition runs client-side on the phone, enabling hands-free
form filling for users with motor disabilities or RSI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 25, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: afbe147c-a4d7-4679-a6eb-1d272567362d

📥 Commits

Reviewing files that changed from the base of the PR and between c220e9b and 6184820.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

This PR adds a single resource entry for Voicefield to the Speech Recognition Accessibility section of the README, including its website link and MIT license attribution.

Changes

Resource Addition

Layer / File(s) Summary
Voicefield resource entry
README.md
Voicefield project link and MIT license note are inserted into the Speech Recognition Accessibility resource list at line 599.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A voice tool joins the list so fine,
Voicefield shines with access design,
One line added, clear and bright,
Making speech recognition right! 🎤

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and clearly describes the main change: adding Voicefield to the Speech Recognition Accessibility section, matching the actual one-line addition to README.md.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lukeslp

lukeslp commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Thanks for the addition — Voicefield looks like a solid fit for the Speech Recognition Accessibility section. Before I can merge, the DCO check is failing: could you sign off your commit(s)? You can amend with git commit --amend -s (or rebase with git rebase HEAD~1 --signoff for multiple commits) and force-push. Once that's green I'll merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants