Install Claude Code
Set up Node.js with Claude Code and the tools it needs: curl for fetching, git for repos, and ripgrep for fast code search.Build and publish
Build the template. Claude Code itself is lightweight, so minimal resources work fine.Run AI prompts
Create a sandbox with your Anthropic API key and pipe prompts to Claude. It can write files, run commands, and build whatever you describe. Get your API key from the Anthropic Console. The-p flag runs Claude in non-interactive pipe mode. The --dangerously-skip-permissions flag allows Claude to execute file and command operations without confirmation prompts—this is safe since the sandbox is isolated. Setting timeout=0 disables the command timeout, letting Claude run as long as needed.