Teleport your AI coding sessions

Push a conversation from one machine. Pull it on another. Resume right where you left off.

$ npm install -g codeteleport
laptop ~ work/my-saas
$codeteleport push
✓ Session bundled (2.4 MB, 847 messages)
✓ Uploaded→ my-saas@v1
⚡ Ready to pull on any device
desktop ~ projects/my-saas
$codeteleport pull my-saas
✓ Downloaded my-saas@v1 (2.4 MB)
✓ Restored, paths rewritten
$claude --resume

Two commands. Any machine.

CodeTeleport bundles your coding agent conversation, uploads it to secure cloud storage, and restores it on another device with automatic path rewriting.

1

Push

Capture your current coding session with a single command. It bundles messages, metadata, and context, then uploads to secure cloud storage.

codeteleport push
2

Pull

Download and restore the session on any machine. Paths are automatically rewritten to match the new environment.

codeteleport pull

Built for developers

Everything you need to keep your AI coding sessions portable.

Instant sync

Push and pull sessions in seconds. Compressed bundles keep transfer times fast even on slow connections.

Cross-device

Laptop to desktop. Work machine to personal. Any device with your coding agent installed.

Path rewriting

Automatic two-pass directory mapping. Your session works seamlessly regardless of where the project lives.

MCP integration

Works as a Model Context Protocol server inside your coding agent. Push and pull without leaving your session.

Session versioning

Keep multiple versions of each session. Roll back to a previous state when you need to.

Privacy-first

Your sessions are stored securely. No training on your data, no sharing with third parties.

Works with your coding agents

CodeTeleport supports the AI coding tools you already use.

Claude Code

Anthropic

Coming soon

Gemini CLI

Google

Coming soon

Codex CLI

OpenAI

Coming soon

Cursor

Anysphere

Simple pricing

Start free. Upgrade when you need more.

Free

$0/forever
  • 25 sessions
  • 3 devices
  • 2 versions per session
  • CLI + MCP + Dashboard
Get Started

Pro Quarterly

$5/quarter
  • Unlimited sessions
  • Unlimited devices
  • 10 versions per session
  • Priority support
Get Started

Pro Annual

Best Value
$15/year
  • Unlimited sessions
  • Unlimited devices
  • 10 versions per session
  • Priority support
  • Save 25% vs quarterly
Get Started

Start teleporting

Install the CLI, log in, and push your first session in under a minute.

terminal
$npm install -g codeteleport
$codeteleport login
✓ Authenticated as you@example.com
$codeteleport push
⚡ Session teleported