Build from Scratch

Use AI to generate a brand-new website for a business with no existing site to copy.

Overview

Build from Scratch is for clients who have no existing website, or cases where you want to create a completely fresh design rather than rebuilding an existing one. Instead of downloading and analysing an original site, you provide business details and the AI designs and builds the entire static site from nothing.

Once created, the site enters the normal pipeline at the Demo Complete stage — you can host, revise, and deliver it exactly like any other lead.

Opening the Dialog

Click the Build from Scratch button in the top toolbar of the main window. A single dialog opens with all fields on one screen. The dialog has two operating modes depending on whether you fill in the Existing Demo Folder field.

Dialog Fields

FieldRequiredDescription
Business NameYesThe business name. Auto-generates the Slug field as you type.
Original URLNoThe business's existing website, social page, or Google Maps listing — anything the AI can visit for research. Leave blank if none.
SlugYesURL-safe identifier used as the folder name and deployment subdomain. Auto-filled from the business name; editable.
Existing Demo FolderNoPath to a site folder already on disk. If provided, that folder is copied to edited_sites/<slug>/ and the Demo step is marked complete — Claude is NOT run. Leave empty to use AI.
Form ResponseNoClient's brief, preferences, or instructions. Type directly or click Load from .txt… to load from a text file. The AI reads this during the Research phase.
Niche Example FolderNoDropdown populated from your example_sites/ subfolders. Select a niche to give the AI reference sites for style inspiration. Browse button lets you pick a folder outside example_sites/.
Claude PromptYesThe full instruction prompt sent to Claude. Pre-filled with the 6-phase default prompt. Editable — you can customise it per project.

Path A — Use an Existing Folder

Fill in the Existing Demo Folder field (browse to your folder). The Claude section is automatically dimmed — it will not be used. Click Add:

Folder copied

The selected folder is copied to edited_sites/<slug>/ off the UI thread (a background worker handles it so the UI stays responsive).

Pipeline entry created

The lead is added to the pipeline with the Demo step already marked complete. You land straight at the Host Demo step.

Path B — AI Builds from Scratch

Leave Existing Demo Folder empty. Fill in Form Response and optionally select a niche. Click Build:

Prompt assembled

The app combines the Claude Prompt, the Form Response, the Original URL, and the niche folder path into a single prompt written to a temp file.

New terminal opens

A PowerShell window opens in the new edited_sites/<slug>/ folder and runs claude --dangerously-skip-permissions with Opus 4.7 at max effort.

AI works autonomously

Claude works through all 6 phases. You can watch progress in the terminal. Typically 10–20 minutes depending on site complexity.

Demo marked complete

When the terminal closes, the site appears in the pipeline with Demo marked complete.

The 6-Phase AI Prompt

The from-scratch prompt instructs Claude to work through these phases sequentially in a single session:

PhaseNameWhat the AI Does
1ResearchReads any provided URL or example sites to understand the business and industry aesthetics.
2PlanCreates a site structure plan: pages, sections, content hierarchy, and color palette.
3BuildConstructs the full static site with all pages.
4AnalyzeReviews the built site for visual consistency, missing content, and technical issues.
5ReviseApplies fixes identified in the analysis phase.
6DocumentWrites a DESIGN_NOTES.md file explaining every design decision — colors, fonts, layout rationale, and component choices.
ℹ️

The from-scratch build typically takes longer than a demo rebuild — plan for 10–20 minutes depending on site complexity and model choice.

Model Selection

Build from Scratch uses the Website from Scratch model setting in Settings → AI Model & Effort. This defaults to Opus 4.7, max effort for the highest quality output. You can change it to Sonnet 4.6 for faster results if quality is acceptable.

💡

Providing a niche with saved example sites produces noticeably better results. Run a few discovery searches, save good-looking sites as examples, and your from-scratch builds will match that aesthetic.