Skip to content

Commit e428077

Browse files
committed
docs: rewrite above-the-fold for impact and accuracy
- Lead with value prop: same tmux setup, on your phone - Be honest about trade-offs (terminal on 6-inch screen) - Move install command above the fold - Lead with agent setup as default path - Remove "Who this is for" section (covered by opening copy) - Fix inaccurate claims (OpenCode not supported by install script, agent suggests tmux tweaks rather than auto-modifying)
1 parent 885671b commit e428077

1 file changed

Lines changed: 10 additions & 21 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,27 @@
1010

1111
**Your terminal. Everywhere.**
1212

13-
Running coding agents in tmux? remobi lets you monitor and control them from your phone. Swipe between windows, scroll through output, pinch to zoom, tap buttons for tmux commands. Same session, touch-native controls. No workflow changes.
13+
Your tmux session, on your phone. Same panes, same windows, same bindings β€” nothing changes on your computer. Swipe between windows, pinch to zoom, tap to send commands. You just get a remote control.
1414

15-
[ttyd](https://github.com/tsl0922/ttyd) is brilliant for sharing a terminal over the web, but it's built for desktop browsers. remobi adds mobile touch controls on top β€” toolbar, gestures, pinch-to-zoom. One command. Install it like a native app.
15+
It's a terminal on a 6-inch screen. It won't win design awards. But you can do *everything* β€” monitor coding agents, intervene when they're stuck, scroll through output, switch contexts. Full power.
1616

17-
<div align="center">
18-
<!-- Upload demo/out/demo.mp4 via GitHub issue/PR drag-and-drop, then replace the src below -->
19-
<video src="https://github.com/user-attachments/assets/PLACEHOLDER" width="300" autoplay loop muted playsinline></video>
20-
</div>
17+
```bash
18+
/bin/bash -c "$(curl -fsSL http://remobi.app/install.sh)"
19+
```
2120

22-
## Who this is for
21+
Your coding agent handles the rest. It installs remobi, inspects your tmux config, generates a config, and suggests tweaks to make your tmux more mobile-friendly β€” one conversation. Works with Claude Code and Codex.
2322

24-
- You run coding agents (Claude Code, OpenCode, Codex, pi, etc.) in tmux and want to monitor or interact from your phone
25-
- You're a terminal-first developer who wants your full tmux setup accessible anywhere
26-
- You want self-hosted mobile terminal access without changing your existing workflow
23+
<!-- TODO: add demo video -->
2724

2825
## Why remobi
2926

30-
- **One command** β€” `remobi serve` builds the overlay, manages ttyd, serves with PWA support
31-
- **Swipe between panes** β€” gesture navigation, no prefix key fumbling on a phone screen
27+
- **Zero workflow changes** β€” your existing tmux setup, untouched
28+
- **Swipe between windows** β€” gesture navigation, no prefix key fumbling on a phone screen
3229
- **Pinch to zoom** β€” resize text like every other app on your phone
3330
- **Install to your home screen** β€” standalone PWA, looks and feels native
34-
- **Config-driven** β€” your buttons, your gestures, your layout. Or let an AI agent configure it for you
31+
- **Config-driven** β€” your buttons, your gestures, your layout
3532
- **Self-hosted** β€” local-first by default. Bring your own access layer (Tailscale, Cloudflare, ngrok)
3633

37-
## Install
38-
39-
```bash
40-
/bin/bash -c "$(curl -fsSL http://remobi.app/install.sh)"
41-
```
42-
43-
Installs the setup skill, picks your coding agent, and walks you through the full setup interactively.
44-
4534
## Requirements
4635

4736
- [Node.js](https://nodejs.org/) β‰₯ 22

0 commit comments

Comments
Β (0)