+ Paseo is an independent project
+
+ I built Paseo because the existing tools weren't good enough for me. There's no VC or big team behind this. If it saves you time, sponsoring keeps development going.
+
+
+
+ )
+}
+
function FAQItem({ question, children }: { question: string; children: React.ReactNode }) {
return (
diff --git a/packages/website/src/routes/index.tsx b/packages/website/src/routes/index.tsx
index dacc70a00..87ef24687 100644
--- a/packages/website/src/routes/index.tsx
+++ b/packages/website/src/routes/index.tsx
@@ -4,7 +4,7 @@ import { LandingPage } from '~/components/landing-page'
export const Route = createFileRoute('/')({
head: () => ({
meta: [
- { title: 'Paseo – Manage coding agents from your phone and desktop' },
+ { title: 'Paseo – Run Claude Code, Codex, and OpenCode from everywhere' },
{
name: 'description',
content:
@@ -18,8 +18,8 @@ export const Route = createFileRoute('/')({
function Home() {
return (
All your coding agents,
from anywhere>}
+ subtitle="Run any coding agent from your phone, desktop, or terminal. Self-hosted, multi-provider, open source."
/>
)
}