{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Three step project wizard. 1. Where and what — the caller's own websites (ACL scoped server side) and the template. 2. About the business — the brief the generator works from. 3. Review and cost — the estimated spend and the remaining monthly budget are shown ABOVE the Generate button, never after it. If the estimate exceeds what is left, the button stays disabled and says why. Step 4 is not a step the customer navigates to; it is the progress view the wizard switches to once a generation is actually running. {% endcomment %} {% block title %}New site{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ sitesJSON|json_script:"cpBuilderSites" }} {{ tonesJSON|json_script:"cpBuilderTones" }} {{ industriesJSON|json_script:"cpBuilderIndustries" }} {{ availability|json_script:"cpBuilderAvailability" }} {{ quota|json_script:"cpBuilderQuota" }} {{ descriptionPlaceholder|json_script:"cpBuilderPlaceholder" }} {{ preselectTemplate|json_script:"cpBuilderPreselectTemplate" }} {{ preselectDomain|json_script:"cpBuilderPreselectDomain" }}

Build a new site

Three steps. Nothing is generated — and nothing is charged — until you confirm on the last one.

Back to templates
{% include "siteBuilder/_availability.html" %}
1 Site & templateWhere it goes, how it looks
2 Your businessWhat the copy should say
3 Review & costCheck before you spend
{# ================================================================== #} {# STEP 1 — site + template #} {# ================================================================== #}

1. Which website is this for?

You do not have any websites yet. Create one first, then come back — the builder publishes into an existing site's document root. Create a website.
This site is currently suspended. You can still build and save a project, but visitors will not see it until it is active again.

2. Choose a template

Preview
No templates matched that search.
{# ================================================================== #} {# STEP 2 — the brief #} {# ================================================================== #}

Tell the builder about the business

Everything the generated copy says comes from what you write here. Specific beats generic: real services, real places, real opening hours.

Services, location, what makes you different, anything a new customer would want to know. /4000 — at least 40 characters
{# ================================================================== #} {# STEP 3 — review, cost, generate #} {# ================================================================== #}

Review

Website
Template
Business
Industry
Tone
Audience
Primary colour

Your brief

{# ---- THE COST PANEL SITS ABOVE THE BUTTON, ALWAYS ---- #}
Estimated cost of this generation
Working out the cost…
Charged against your account when the generation runs. You are not charged if it fails.
Monthly budget
No monthly limit set.
used of
remaining
This hour
of generations used
No hourly limit.
Per-generation cap

Generating writes the copy into a project you can edit. Nothing is published to until you press Publish on the next screen.

{# ================================================================== #} {# STEP 4 — progress #} {# ================================================================== #}
Writing your site
%

This usually takes under a minute. You can leave this page open — we will take you to the editor as soon as it is done.

{% endblock %} {% block scripts %} {% endblock %}