Free AI tool · no signup

Website promptgenerator.

Answer a few questions about your business and get a ready-to-paste prompt that builds your website with AI — completely free.

1

Tell us about your business

The more detail you give, the better your website turns out.

2

Copy your prompt

This is a complete build brief — structure, SEO, and design rules included.

// fill out step 1 and hit generate — your prompt lands here
3

Paste it into Claude

Open Claude, paste the prompt, and watch it build your site. Save the result as index.html — you'll upload it in the next step.

Open Claude ↗

Tip: ask follow-ups like “make the hero bolder” or “add a coupon section” — keep going until it feels right.

4

Get your domain & hosting

Your new site needs a home. Grab a domain and basic hosting — any host works — then upload your index.html.

// takes about 5 minutes, from a few $/month

Get domain & hosting ↗

.htaccess file

Copy this into the .htaccess file in your hosting File Manager (cPanel / Site Tools) so clean URLs like /about and /services load your site.

RewriteEngine On

# Redirect to HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# Remove trailing slashes
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Send clean URLs to index.html
# so /about, /services, /contact all load your site
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.html [L]

Rather have it done for you?

Mike and his team design, build, host, and manage the whole thing. Plans start at $249/mo.

Was this helpful? Leave us a review ⭐ — it helps us keep building free tools.