Complete reference for every setting in the app.
Open Settings by clicking ⚙ Settings in the top-right toolbar. All settings are saved to the Windows Registry under HKEY_CURRENT_USER\Software\Hippopotamoose\AllInOne.
| Setting | Registry Key | Description |
|---|---|---|
| Google Places API Key | GOOGLE_PLACES_API_KEY | Used by Lead Discovery to call the Google Places API (New). Required for all discovery searches. |
| Cloudflare API Token | CLOUDFLARE_API_TOKEN | Authenticates with Cloudflare for Pages deployments. Must have Cloudflare Pages:Edit and Zone:DNS:Edit permissions. |
| Cloudflare Account ID | CLOUDFLARE_ACCOUNT_ID | Your Cloudflare account identifier. Found on the right panel of any Cloudflare dashboard page. |
| Cloudflare Zone ID | CLOUDFLARE_ZONE_ID | The DNS zone for your base domain. Found on the Overview page for your domain in Cloudflare. |
| Cloudflare Domain | CLOUDFLARE_DOMAIN | Your base domain (e.g. yourname.net). Demo sites will be deployed to <slug>.demos.yourname.net. |
The app does not validate API keys when you save them. If a key is wrong, you will see an error when you try to use the feature that depends on it.
Four operations each have independent model and effort settings. This lets you balance cost, speed, and quality per task.
| Operation | Registry Keys | Default | Notes |
|---|---|---|---|
| Website from Scratch | AI_MODEL_SCRATCH, AI_EFFORT_SCRATCH | claude-opus-4-7, max | Highest quality; slowest and most expensive. Recommended for client-facing work. |
| Demo (pipeline) | AI_MODEL_DEMO, AI_EFFORT_DEMO | claude-sonnet-4-6, max | Good balance of quality and speed for rebuilds. |
| Form Response | AI_MODEL_FORM, AI_EFFORT_FORM | claude-sonnet-4-6, max | Used for client revision implementation. |
| Reiterate | AI_MODEL_REITERATE, AI_EFFORT_REITERATE | claude-sonnet-4-6, max | Used for follow-up revision loops. |
| Model | Quality | Speed | Best For |
|---|---|---|---|
| claude-opus-4-7 | Highest | Slowest | From-scratch builds, complex layouts |
| claude-sonnet-4-6 | High | Fast | Demo rebuilds, revisions |
| claude-haiku-4-5 | Good | Fastest | Quick iterations, low-complexity sites |
| Level | Description |
|---|---|
max | Claude uses extended thinking and more tokens. Produces better results. Costs more. |
normal | Standard output. Faster and cheaper, slightly less thorough. |
low | Minimal processing. Used internally for Cold Call scraping where speed matters more than depth. |
If you have the Gemini CLI installed and prefer to use Google's AI for some operations, enable the Use Gemini CLI toggle. This replaces the Claude CLI for Demo and Scratch operations. Cold Call always uses Claude regardless of this setting.
Registry key: USE_GEMINI_CLI (0 or 1).
The path to the Cyotek WebCopy executable. The installer sets this automatically. If you move your WebCopy installation, update this path here.
Registry key: WCOPY_EXE. Default: C:\Program Files\Cyotek\WebCopy\wcopy.exe.
Use these buttons to move your API keys to another machine:
The exported API keys JSON file contains your Cloudflare and Google API credentials in plaintext. Do not store it in a public location, email it unencrypted, or commit it to version control.
Use these buttons to back up your entire app state — all sites, pipeline entries, queue, rejected list, and backups:
.zip archive containing all app data. Excludes node_modules/ and build artifacts to keep the archive manageable. A manifest JSON is included in the archive root.Permanently deletes all pipeline entries, queue, rejected list, downloaded sites, edited sites, example sites, and backups. Registry API keys are not affected.
This action requires two steps to prevent accidental activation: first click the red "Clear All Data" button, then type DELETE in the confirmation field.