Which tool should you use? I recommend Anthropic's tools (Cowork or Claude Code) for the best experience. That's what I used in the live demo. Want something completely free? Try Google's Gemini CLI: the most generous free tier available (1,000 requests/day, just a Google account). OpenAI's Codex is also currently free for all ChatGPT accounts (limited time promotion). All three can run the demo prompt from this workshop. Each has trade-offs: Anthropic costs $20/mo but is the most capable. Google is genuinely free but terminal-only. OpenAI is free for now, but that won't last.
Claude's desktop app with a task mode that builds things for you. Install the app, switch to Cowork, paste your prompt.
Best for non-technical foundersAI coding tool that lives in your terminal. More control, more power.
Best for technical foundersNot sure? Start with Cowork. It's the easiest way to try. Both require Claude Pro ($20/mo). See pricing
Download from claude.com/download. Install it like any normal app: drag to Applications (Mac) or run the installer (Windows). Then sign in with your Claude account.
Open the Claude app → click the Cowork tab (next to Chat). That's it, you're ready to go.
By default, Cowork runs in a virtual container, no folder setup needed. If you'd like files saved to your computer, you can optionally click "Choose folder" to select a local directory.
Paste the demo prompt into the Cowork chat and let it run. Cowork will create the files and you can preview the result directly.
If you chose a local folder, you can also open it and double-click the HTML file to view it in your browser.
Cmd + Space, type Terminal, press EnterThe terminal is just a text interface to your computer. Don't worry if it looks unfamiliar.
Copy this command, paste it into your terminal, and press Enter:
curl -fsSL https://claude.ai/install.sh | bash
irm https://claude.ai/install.ps1 | iex
No terminal commands needed. Use your normal file browser:
Claude Code works inside project folders. This is where your files will be created.
Type claude and press Enter. Then paste the demo prompt below.
Claude Code is a conversation. You can keep typing to ask for changes, fixes, or additions.
When Claude Code finishes, go back to your project folder in Finder (Mac) or File Explorer (Windows) and double-click the HTML file to open it in your browser.
Don't want to pay $20/mo? Ollama lets you run a Claude Code-like experience with free models.
ollama launch claude
Less capable than Claude Pro for complex tasks, but completely free. Can also work offline.
Advanced: You can plug Ollama directly into Claude Code as a backend. See Ollama + Claude Code docs.
OpenAI's desktop app for building with AI. More dev-oriented than Cowork. Download, sign in with your ChatGPT account, paste a task.
macOS only (Windows in alpha)OpenAI's terminal-based coding agent. Install via npm or brew, then run from any project folder.
macOS / WindowsDownload from openai.com/codex (macOS, Apple Silicon). Install it like any normal app.
Open Codex and sign in with your ChatGPT account.
Create a new task and paste the demo prompt. Codex will generate the files for you.
Preview the generated HTML directly in the app, or save and open it in your browser.
macOS only for now (Windows alpha). Web version at chatgpt.com/codex available for all platforms as a fallback.
Cmd + Space, type Terminal, press EnterCopy this command, paste it into your terminal, and press Enter:
brew install --cask codex
Alternative: npm install -g @openai/codex
npm install -g @openai/codex
Requires WSL2 (Windows Subsystem for Linux). Install WSL2 first if you haven't already.
Sign in with your ChatGPT account when prompted.
Type codex and press Enter. Then paste the demo prompt.
Firebase Studio exists but is developer-oriented (cloud IDE). For a true no-code experience, Gemini CLI (below) is the easiest Google option.
Not availableGoogle's terminal-based coding agent. No install needed, runs directly via npx. Just a Google account.
macOS / WindowsCmd + Space, type Terminal, press EnterCopy this command, paste it into your terminal, and press Enter:
npx @google/gemini-cli
npx @google/gemini-cli
No installation needed. npx downloads and runs it directly. Requires Node.js.
When prompted, sign in with your Google account. That's all you need.
Type gemini and press Enter. Then paste the demo prompt.
Gemini CLI is a conversation. You can keep typing to ask for changes or additions.
Copy this and paste it into your chosen tool:
Paste the demo prompt above. Open the result in your browser. Success = a working landing page.
Replace "CarbonCampus" with your startup idea. Change the color palette, features, and hero copy. Just type your changes in the same conversation. Both Cowork and Claude Code keep the context.
Add a second page (pricing, about, or blog) and link both pages together. Match the visual style. For extra credit: try adding a skill or MCP server to level up your workflow.
/clear to reset the conversation.Official guide: Claude Code Best Practices