diff --git a/packages/website/src/routes/index.tsx b/packages/website/src/routes/index.tsx index 601ff0e69..ba57e4501 100644 --- a/packages/website/src/routes/index.tsx +++ b/packages/website/src/routes/index.tsx @@ -178,7 +178,7 @@ function GetStarted() {

- Open the app (or web/desktop) and connect to your daemon + Open the app and connect to your daemon

@@ -260,32 +260,36 @@ function CodeBlock({ children }: { children: React.ReactNode }) { function Story() { return ( -
-

- I've been using Claude Code since launch. Once I realized I could check - on agents from my phone, I started spending a lot more time outside - instead of waiting at my desk. I'd SSH into Tmux from Termux on Android. - It worked, but the UX was rough. Dictation was bad, the keyboard was - awkward, and the infamous scroll bug meant starting over constantly. -

-

- Anthropic and OpenAI added coding agents to their mobile apps, but they - force you into cloud sandboxes where you lose your whole setup. I also - like testing different agents, so locking myself to a single harness or - model wasn't an option. Other apps exist but I wasn't happy with their - UX, security, or business model. -

-

- So I built my own. It became good enough that it felt obvious it should - exist for others too. -

+
+

Background

+
+

+ I've been using Claude Code since launch. Soon after, I started using + it on my phone while going on walks to spend less time at my desk. I'd + SSH into Tmux from my phone. It worked, but the UX was rough. Dictation + was bad, the keyboard was awkward, and the infamous flicker bug meant + starting over constantly. +

+

+ I started building a simple app to manage agents via voice. I continued + adding features as I needed them, and slowly ended up building what + Paseo is today. +

+

+ Anthropic and OpenAI added coding agents to their mobile apps since I + started working on this, but they force you into cloud sandboxes where + you lose your whole setup. I also like testing different agents, so + locking myself to a single harness or model wasn't an option. Other apps + exist but I wasn't happy with their UX, security, or business model. +

+
) } function FAQ() { return ( -
+

FAQ

@@ -303,16 +307,16 @@ function FAQ() { Claude Code, Codex, and OpenCode. - - There isn't one. The app and server are free and open source, and - that's not changing. I built this for myself. - + There isn't one. I won't pretend this can't be misused. But for me it means less time at my desk, not more. I brainstorm whole features with voice. I kick off work at my desk, then check in from my phone during a walk. I see what an agent needs, send a voice reply, and put my phone away. + + Stroll, in Spanish. +
)