The SSH terminal built for agents.On your iPad

Skippr is an iPad and iPhone SSH client for vibecoding. Connect straight to your dev machine over SSH and mosh, run AI coding agents like Claude Code in real-colour terminals that survive backgrounding, and preview your dev server. No helper process.

Skippr running multiple panes on an iPad, with terminal, editor and git side by side.

Watch it work.

Your agent edits, the preview hot-reloads, notifications land and the diff sits right beside it.

claude
zsh
dev@macbookpro ~/app % claude
>
localhost:3000
localhost:3000
Acme
✦ New · v2.0

Build something people want

The fastest way to go from idea to shipped.

Start buildingView docs

Your agent edits. Your preview reloads.

Claude Code or Codex runs in a true-colour mosh terminal. Save a file and the dev-server preview hot-reloads right beside it, tunnelled over SSH.

Notifications
SKIPPRnow
Claude Code finished
3 files changed · tap to review
SKIPPRnow
codex needs input
Waiting for your approval to continue
SKIPPRnow
Dev server ready
listening on localhost:3000

Know the moment an agent needs you.

A pulsing ring, tab dots and push notifications show which agent finished or is waiting, even when the app is closed.

Explorer
src
components
Hero.tsx
Nav.tsx
App.tsx
styles.css
Hero.tsx
@@ -1,18 +1,18 @@ Hero.tsx
export function Hero() {
return (
<section className="hero">
<Badge>New · v2.0</Badge>
- <h1 className="text-blue-500">Acme</h1>
+ <h1 className="text-green-500">Ship it</h1>
<p className="subtitle">
Idea to live site in minutes.
</p>
- <Button>Get started</Button>
+ <Button tone="green">Get started</Button>
<Button variant="ghost">Docs</Button>
</section>
);
}

Review every change over SSH.

Open files from the tree, read unified diffs against HEAD, then stage, unstage or discard. Everything is read and written on the host.

  • Direct SSH + mosh, no middle-man
  • Keys stay on device, gated by Face ID
  • Set up a host by pasting a prompt
  • Workspaces and split panes
  • ⌘F search in any terminal

Frequently asked questions

Bring your dev machine with you.

Connect over SSH and mosh, run your agents, and pick up right where you left off from anywhere.