One session, many ways to reach it. Your files and the AI live on your Mac — remote, cowork, and cloud are just different doors into (or around) that core.
A fresh session in Anthropic's cloud. No access to your Mac's files. Use it when you don't have your laptop. Bring work down with claude --teleport.
Type in VS Code. Full speed, everything at hand.
Drive this same local session from your phone. Run /remote-control, scan the QR. Mac must stay awake.
Text a task from your phone → your Desktop runs it → result comes back. Pair once via QR.
Get pinged when a long task finishes, from anywhere.
The agent that reads, edits, runs commands, and deploys. Full access to local files, terminal, and connected tools (MCP).
The editor where you open projects and watch changes happen. Claude Code lives inside it.
~/Claude — your filesThe single root everything is built on. One subfolder per project. The foundation the whole stack sits on.
| Mode | Runs where | Local files? | Reach for it when… |
|---|---|---|---|
| 🖥️ Local (VS Code) | Your Mac | ✅ Full | You're at your desk — the default, full-power way. |
| 📱 Remote Control | Your Mac | ✅ Full | You're away but want to steer the actual work on your Mac. |
| 🤝 Cowork + Dispatch | Your Desktop | ✅ Full | You want to hand off a task and get the result back — no live steering. |
| ☁️ Cloud (web) | Anthropic cloud | ❌ None | You don't have your Mac at all. Teleport later to continue locally. |
Everything you make. One subfolder per project; deploys push out from here. This is the stuff that matters day-to-day.
How Claude remembers and behaves across sessions — config, memory, transcripts, safety nets. You rarely open it, but it's always working.
~/Claude/ # your projects — auto-scanned into this map ├── claude-system-map/ # This infographic — auto-generated ├── Pipedrive/ # Pipedrive → SeaTable CRM (import-ready CSVs) └── uy-license/ # NL→UY licence guide → Cloudflare Pages ~/.claude/ # the hidden brain (config & memory) ├── CLAUDE.md # global conventions — loaded every session ├── settings.json # config · permissions · hooks (effort: max) ├── sessions/ # session transcripts & state → resume + summarise ├── projects/ # per-project data, incl. memory (facts that persist) ├── file-history/ # change history ┐ ├── backups/ # file backups ├ safety nets ├── shell-snapshots/ # your shell env ┘ └── ide/ # the VS Code integration link
The ~/Claude rule and your settings live in ~/.claude — that's why every new session already knows how you work.
Version control & collaboration. Claude Code commits, pushes branches, and opens pull requests.
code + historyInstant static hosting via wrangler pages deploy — the licence guide & this page live here.
No-code database / spreadsheet. The free CRM replacing Pipedrive — CSVs import straight in.
database · CRMDeploy full apps & servers close to users — for anything beyond a static site.
app hostingAlternative static / Jamstack hosting with deploy previews.
hostingPlug external tools & data (databases, APIs, drives) into a session so Claude Code can use them directly.
integrations~/Claude. Start a new project folder and it appears here on the next build (no editing).data/services.json. Adopt a new tool → add one line.PATH (wrangler, gh, fly…).npm run deploy (or ./deploy.sh) to regenerate and push to Cloudflare. Want it hands-off? It can be scheduled to rebuild daily.Last generated 22 Jul 2026, 13:21 · 3 projects · 6 services