- Live Speech-to-Text – Real-time transcription with low latency.
- Structured Parsing – Breaks down chaotic dialogue into readable sections.
- Inline Editing – Modify transcriptions without losing speaker context.
- Contextual Sorting – Automatically classifies meetings by type or tag.
- Instant Sharing – Push summaries to teammates. Or don't. Your call.
- Node.js v16 or higher
- Chromium-based browser with microphone access
- Internet (cloud inference dependency)
git clone https://github.com/rishit-singh/voidnote.git
cd voidnote
npm install
cp .env.example .env
# edit .env as needed
npm run dev
Navigate to http://localhost:3000
We don’t bite. Fork, branch, commit, push, PR.
git checkout -b feat/my-thing
git commit -m "Add: my thing"
git push origin feat/my-thing
Open a pull request. If you break something in style, we might even keep it.
MIT. Use it, remix it.
The Null Node