Built a browser-native vocal FX + recorder app and now considering selling it.
Built a browser-native vocal FX + recording app entirely with AudioWorklets and pure JS.
No WebRTC.
No plugins.
No Electron.
No server-side audio processing.
Everything runs locally in the browser:
- real-time vocal FX
- waveform rendering
- recording pipeline
- auto-backups every 10 seconds
- zero-upload privacy-first architecture
Main challenge was building a stable low-latency audio chain that worked reliably across browsers without dropping recordings.
Current status:
- ~20 users
- 1 paying customer
- fully working beta
I originally built this because most creator audio tools are either:
- too complicated
- DAW-centric
- plugin-heavy
- or cloud-upload dependent
Now I’m debating whether to:
- keep growing it
- open-source parts of it
- sell the project
Would love thoughts from other devs and builders.
Site: vocallab.io