Skip to content

Commit 4133893

Browse files
committed
Update EchoType copy re: auto clipboard
1 parent 610a646 commit 4133893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const projects = [
1313
body: [
1414
'I was looking for a faster and more intuitive way to write prompts for AI agents like Codex or Claude Code, especially longer prompts that are tedious to type.',
1515
'While experimenting, I realized something obvious: speaking is the most natural way to get ideas out of your head quickly. When you talk, thoughts flow without friction, whereas typing often slows you down or interrupts your thinking.',
16-
'That insight led to EchoType. Instead of typing, you simply speak, and EchoType turns your voice into clean, usable text that you can immediately paste into an AI agent as a prompt.',
16+
"That insight led to EchoType. Instead of typing, you simply speak, and EchoType turns your voice into clean, usable text that's automatically copied to your clipboard so you can paste it into an AI agent as a prompt without any manual copy step.",
1717
'To make this experience feel instant, I use the whisper-large model over the Groq API, running on infrastructure optimized for ultra-fast speech-to-text.',
1818
'If you want to install EchoType, you can find the installation instructions in the GitHub repository.',
1919
],

0 commit comments

Comments
 (0)