Speak first. Structure later.
Turn your messy, rambling thoughts into clear, organized ideas!
We've all been there: youa have a brilliant idea, but when you try to explain it, it comes out as a jumbled mess. Writing it down feels like a chore. Your thoughts are faster than you type.
What if you could just... talk?
Unscramble lets you speak freely — ramble, pause, backtrack, think out loud, even get off topic — and transforms your stream of consciousness into structured, coherent text.
Perfect for:
- Brainstorming — Capture ideas before they disappear
- Journaling — Express thoughts without the friction of writing
- Meeting prep — Organize talking points quickly
- Study sessions — Verbalize concepts to understand them better
- Record — Hit the mic and start talking. No filter needed.
- Transcribe — Your speech is converted to text using OpenAI Whisper.
- Structure — GPT-4 transforms your ramble into organized thoughts, detecting the type (pitch, general, presentation).
- Review — Get both a brief summary and detailed breakdown.
Frontend: React 18, React Router, Framer Motion, Web Audio API
Backend: Node.js, Express, OpenAI Whisper, GPT-4o-mini
# Backend
cd backend && npm install
cp .env.example .env # Add your OpenAI API key
npm start
# Frontend (new terminal)
cd frontend && npm install
npm startOpen http://localhost:3000 and start rambling!
MIT License