A simple, lightweight web app that converts your voice into text in real-time. Speak, save, and manage your notes effortlessly.
- Real-time speech recognition - Your words appear instantly as you speak
- Save notes - Store multiple voice notes with one click
- Clean interface - Minimal design, maximum usability
- Works offline - Uses native browser Speech Recognition API
- Cross-browser compatible - Works on Chrome, Edge, and Firefox
Try it now! No installation needed.
- Click π€ Start to begin listening
- Speak clearly into your microphone
- Click βΉ Stop when done
- Click πΎ Save to store your note
- View all saved notes below
- Modern web browser (Chrome, Edge, Firefox)
- Microphone access enabled
- No dependencies - pure vanilla JavaScript
# Clone the repository
git clone https://github.com/contro-projects/speechpad.git
# Navigate to project
cd speechpad
# Open in browser
open index.htmlspeechpad/
βββ index.html # HTML, CSS & JS
βββ README.md # This file
| Browser | Status |
|---|---|
| Chrome | β Supported |
| Edge | β Supported |
| Firefox | β Supported |
| Safari | |
| IE | β Not supported |
- Windows users: Ensure microphone is enabled in Sound settings
- Better accuracy: Speak clearly and at normal pace
- Privacy: All notes are stored locally in your browser
Microphone not working?
- Check browser microphone permissions
- Ensure microphone is enabled in system settings
- Try refreshing the page
- Use Chrome or Edge for best results
Notes disappearing?
- Notes are stored in your browser's memory during the session
- Refresh the page to clear them (this is intentional for privacy)
MIT License - Feel free to use this project for personal or commercial purposes.
Found a bug? Have an idea? Feel free to:
- Open an issue
- Submit a pull request
- GitHub: @contro-projects
- Repository: github.com/contro-projects/speechpad
Powered by Web Speech API