Free AI Website Tool
Website Prompt Generator
Answer a few questions about your business and we'll generate a ready-to-use prompt that builds your custom website using AI — completely free.
1
Click the button to get your domain & hosting2
Fill Out The Form
Tell Us About Your Project
The more detail you provide, the better your website will turn out.
Helps the AI write better copy.
3
Copy Your Prompt
Your Prompt
Final
Step
Step
Paste the prompt above into Claude AI and let it build your website.
.htaccess file
Copy this and paste it into your .htaccess file in cPanel to get clean URLs.
RewriteEngine On
# Redirect to HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Remove trailing slash
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Route all clean URLs to index.html
# ex /about, /services, /contact all load index.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.html [L]
Need Help Building Your Website?
Our team builds professional websites so you don't have to. Get a free quote today.