Inspiration

I noticed that context switching kills productivity more than the actual task. Copying a data table, switching to a converter tool, pasting, copying the result, and switching back happens dozens of times daily and each action cost focus-recovery time. Time is precious. Hence, ClipMorph.

What it does

ClipMorph is a voice-controlled menubar app that transforms your clipboard without switching apps. Press Option+C, copy a data table, say "format as markdown table," and paste—the result is already formatted. Or say "create a bar chart" and paste a visualization.

How we built it

Built as a macOS menubar app using Electron and React. Voice recognition runs through ElevenLabs. Using AI model for intent detection and function calling to different agents (agent-browser, opencode).

Challenges we ran into

Optimizing speed and ensuring the model is fast enough to not make the app feel slow when copy and pasting.

Accomplishments that we're proud of

Built this application and shipped a working demo that far exceeded my initial use case.

What we learned

How agentic tools are built on top of open source projects

What's next for ClipMorph

Cmd+C, Cmd+MRR

Built With

Share this project:

Updates