No laptop setup, no shared server. Each project spins up a private cloud workspace with Claude Code ready — you work in the Claude desktop app. Click Open in Claude Desktop on a project for the steps. Every project runs against a development database; production data never reaches you.
One link is the front door. GitHub is the only login. Everything runs in the cloud.
Shared once as a link (bookmark it). You land here and choose a project.
The only login. You were invited to the repos with Write access, so you're in — no shared passwords, every change attributed to you.
A .devcontainer pins Node 24 + pnpm and installs everything identically for everyone — no "works on my machine." Dev-database secrets are injected here; prod never is.
Add the workspace as an SSH connection in the Claude desktop app (a one-time GitHub CLI setup). It runs on the cloud, not a shared box — long Claude Code runs keep going.
Describe what you want in plain English. Changes are reviewed before they go live, and your workspace persists — pick up tomorrow right where you left off.
One-time setup, then every project is one click forever after.
Send Shawn your GitHub username → you get Write access to the repos.
Sign into Claude Desktop with your own Claude account (Pro or Max), and install the GitHub CLI (gh).
From the Projects tab, click Open in Claude Desktop and follow the steps to create your workspace and connect.
Describe what you want in plain English — no code required.
You don't push anything to the live app yourself — your work is checked and a teammate approves it first. Claude handles the mechanics.