Claude Code environment manager

Your Claude Codeenvironment.Backed up. Anywhere.

Push your entire setup — plugins, MCP servers, CLAUDE.md, agents — and restore it on any machine in seconds.

respawn.run/dashboard
ENVIRONMENTS
VERSIONS
LATESTv3
new macbook setup
Dec 12, 14:23 · 84 KB
v2
add mcp servers
Dec 10, 09:41 · 71 KB
v1
initial backup
Dec 8, 18:02 · 48 KB
my-projectv3new macbook setup
Share ↗
FILES9
CLAUDE.mdmd
commands/
deploy.mdmd
review.mdmd
agents/
researcher.mdmd
CLAUDE.md312 B
renderedraw
my-project
Role
Senior TypeScript/React engineer working on a SaaS dashboard. Prefer functional patterns, no classes.
Stack
Next.js 15 (App Router)
Tailwind CSS v4 + inline styles
Supabase (Auth + Postgres + Storage)
Drizzle ORM
Rules
Always const over let
Colocate types with usage — no barrel files
Tests live in __tests__/ next to source
Never mock internal modules in tests
Works with Claude CodeFree to startNo config filesYour data stays yours

Everything.
Nothing left behind.

Respawn captures your complete Claude Code environment — global config and every per-project context file — in a single push.

FILE TREE
~/.claude/
├── settings.json# MCP servers, hooks
├── plugins/
│ └── installed_plugins.json# your plugins
└── CLAUDE.md# global instructions
.claude/ (per project)
├── CLAUDE.md# project context
├── commands/# slash commands
│ └── deploy.md
└── agents/# subagents
└── researcher.md

Backup

Push your entire setup to the cloud. Every version tracked, nothing lost.

$ respawn global push -m "new macbook setup"
✓ Pushed global v5 — 84 KB

Restore

Pull on any machine in seconds. Auto-backs up existing files before overwriting.

$ respawn global pull
✓ Restored — "new macbook setup"

Share

Generate a shareable link. Teammates clone with one command.

$ respawn share
✓ respawn.run/s/abc123

Start in 30 seconds.

No config files. Just install, login, and push.

terminal
$ npm install -g respawn-cli
$ respawn login
$ respawn global push -m "initial backup" # backs up ~/.claude/
$ respawn global pull # restore on a new machine