The website your AI built: great demo, no enquiries

- AI is good at what appears on the screen and barely touches what sits underneath it.
- Three things usually break: the form sends nowhere, the site is invisible to search, there is no admin panel.
- Rewriting from scratch is needed less often than people assume — usually the missing half just has to be built.
- An AI prototype is a sensible way to test an idea. The trouble starts when the prototype goes live.
Over the past year this has become a category of its own: the client arrives not with an idea for a website but with a website, assembled in an evening. It looks rather good. It produces no enquiries.
Why the demo looks perfect
A language model is very good at exactly one thing: turning a description into a screen. But a website is not a screen. It is a screen plus a dozen things nobody sees: where the enquiry goes, what the crawler reads, how the owner changes a price, and who answers when it breaks.
What usually breaks
| What | How it looks | What it costs you |
|---|---|---|
| The form | Button clicks, “thank you” appears | The enquiry goes nowhere — not to email, not to a CRM |
| Meta tags | The site opens, everything is there | Invisible in search |
| Admin panel | Copy lives in the code | Changing a price means going back to whoever generated it |
| Mobile | “Fine, more or less” on a phone | Horizontal scroll, clipped buttons |
| Speed | Fast on your own Wi-Fi | 3 MB images, fonts from four different sources |
| Security | Nothing visible | Keys and passwords sitting in the page source |
That last one turns up more often than we would like. The model is not malicious — it solves for “make it work”, not for “make sure nothing leaks”.
The expensive mistake is not bad code but a month of paid ads pointing at a site whose form sends nowhere. You can check that in two minutes: submit an enquiry yourself and see whether it arrives.
What to do with it
Finish it. The design stays; underneath it go a working form, meta tags, an admin panel, image compression and analytics. The common case and the cheapest — hours to a few days.
Move it. The layout is rebuilt on a proper content management system so the owner can add pages and articles without asking anyone. Worth it when the site is meant to grow.
Rewrite it. Necessary when a landing page was generated but the business needs a catalogue with filters and stock levels. The code is not the issue — it is simply a different website.
Which case is yours
- Submit an enquiry through your own form. It never arrived — that is job number one.
- Search Google for
site:yourdomain. Nothing there means the site does not exist as far as search is concerned. - Try to change a price on a page. Nowhere to do it means you depend on whoever generated the site.
- Open the site on a phone using mobile data, not your office Wi-Fi.
- Find where the backup is kept.
Pass all five and you have a working website, regardless of who assembled it. Fail three of five and it is not a reason to throw anything away — it is a week’s worth of tasks.
Send us your AI-built site and we will tell you what needs finishing and what already works without us.