You don't need to be a programmer. You describe what you want in plain English, an AI does the building, and simple guardrails keep anything from going wrong. Here's the whole thing in a few minutes.
1What this is
☁︎
Each project opens as a ready-to-use workspace in the cloud — nothing to install.
✻
Inside, an AI assistant called Claude Code does the actual coding. You tell it what you want.
🔒
You're always on a safe copy with practice data — you can't break the real thing.
2Getting in
Get invited
Send Shawn your GitHub username, and set up a Claude account.
Open the portal
Go to the portal link and sign in (bookmark it). You'll see all the projects.
Open a project
Click Open in Claude Desktop on a project — it shows the steps to create your cloud workspace and connect the app (a quick one-time setup).
Start building
Once connected, describe what you want in plain English — you're working.
3What the work is like
The short version — How to work walks through each of these.
💬
You describe, Claude builds. Say what you want in plain English; it makes the change and shows you. You review and tweak — you never write code.
📥
When ideas pile up, use /capture. It lines each one up and gets it designed before building; /execute then ships them as a tidy batch.
✅
Nothing goes live on its own. Every change is checked and a teammate approves it before it reaches the real app.
🔒
You're always on practice data. Experiment freely — you can't break the real thing.
4Remember
✓
Describe what you want, not how to code it.
✓
Review before it ships, and ask for tweaks until it's right.
✓
Ask when unsure — especially anything touching real data or money.