Project note
Audio Notes to Action Items
A small workflow for capturing an audio note, transcribing it, and creating an action item that can be reviewed before it is used.
Context
Short voice notes are useful for capturing ideas, but they need structure before they can become reliable follow-up work.
Approach
The browser records an audio note and sends it to an n8n workflow. Transcription and parsing produce a structured action item, which is then surfaced for review.
What happened
The workflow turns a recorded note into a structured, reviewable action item, removing the manual handoff between recording and the action list.
Key details
- Audio capture begins in the browser.
- The workflow produces a structured item rather than a raw transcript.
- A review step remains part of the process.
Tools and method
Next.js provides the recording interface, n8n coordinates the workflow, AssemblyAI transcribes the audio, and Vercel hosts the site.
Lessons learned
Short recordings and a review step produced clearer tasks and reduced errors from ambiguous language.
Limitations
The quality of the resulting task still depends on audio clarity and the accuracy of the transcription and parsing services.
Next step
Add clearer categorization, confidence indicators, and a more explicit review queue.