Browser app for two things:
- record meetings and turn them into usable notes
- capture quick voice notes and clean them up later
Everything stays local. Audio, transcripts, notes, and model work all run in the browser.
cd /Users/hhegadehallimadh/pp/sonicflow
python3 -m http.server 4173Open http://localhost:4173.
pnpm install
pnpm build:singleThat writes dist/sonicflow-single.html.
The single-file build is meant for simple deployment. It inlines the app, styles, and worker into one HTML file. The normal multi-file app is still the better fit if you want the full PWA flow.