How We Actually Build a £19.99 Website: An Honest Look Inside
The most common question I get asked is not about AI. It is about arithmetic.
"How can you possibly build a proper website for £19.99 a month when the agency down the road wants £3,500 upfront?"
People ask it politely, but what they mean is: what is the catch, and what am I not getting.
So this month I am going to open the bonnet. My name is Iraj. I run InstaWebsite through Codemind LTD, and this is genuinely how the work gets done in July 2026.
First, the industry context
Agentic engineering had a real moment this month, and the shape of it matters.
The field is going through its microservices revolution. The single do-everything AI assistant is being replaced by orchestrated teams of narrow, specialised agents. Gartner logged a 1,445% surge in multi-agent system enquiries between early 2024 and mid 2025, and both Gartner and Forrester now call 2026 the breakthrough year for multi-agent systems.
On the coding side, roughly 90% of developers now use AI coding tools and around 41% of all code shipped is AI-generated. Agentic coding tools grew around sixfold in workplace adoption in under twelve months.
And the smartest teams stopped throwing the biggest model at every problem. The economics only work with a heterogeneous stack: expensive frontier models for hard reasoning and orchestration, mid-tier models for standard work, small fast models for high-frequency execution.
That last paragraph is the answer to the £19.99 question. Let me make it concrete.
What happens when you order a site
Step one. A human talks to you. This is not automated and it never will be. Someone from our team finds out what your business actually is, who your customers are, what you charge, what you want the site to do, and what your competitors are getting wrong. Fifteen minutes, usually on the phone, usually between your jobs.
Step two. Orchestration. That conversation becomes a structured brief. From there a coordinating agent breaks the build into tasks and hands them out. Content drafting. Page structure. Schema and JSON-LD markup. Image optimisation. Local SEO data. Accessibility passes. These are separate jobs done by separate specialised agents, not one giant prompt.
Step three. The cheap models do the heavy lifting. Writing two hundred lines of Next.js boilerplate for a services page does not require frontier intelligence. It requires speed and consistency. That work goes to small, fast models running at a fraction of the cost. The frontier model gets used where judgement is genuinely needed — architecture decisions, tricky copy, resolving conflicts between what you asked for and what will convert.
Step four. Nothing ships until it passes. This is the part I care most about, and it is where most AI-built work falls over.
Completion has to be gated on evidence
A theme running through agentic engineering this summer is auditability. One idea I keep coming back to, from a paper doing the rounds in early July, is that a coding agent should break a claim into checkable targets and refuse to call itself finished until it has produced explicit validation evidence.
That is exactly the discipline that makes agent work trustworthy at scale, and it maps perfectly onto building websites.
So before any InstaWebsite build goes near a client, it has to pass automated gates:
- Performance budgets and Core Web Vitals thresholds, measured, not assumed
- Schema.org and JSON-LD validation, so structured data is actually valid and not just present
- Accessibility checks — contrast, headings, alt text, keyboard navigation, focus order
- Broken links, missing meta, orphaned pages, mobile layout breakage at real device widths
- llms.txt and agent-readable data present and correct
If a gate fails, the agent does not get to say it is done. It gets the failure back and works again. A human reviews the result before a client ever sees it.
Where the money actually goes
Here is the honest breakdown of why an agency charges what it charges.
An agency's price is mostly not the website. It is rent on an office you will never visit. A salesperson's commission. An account manager who forwards your emails to a project manager who forwards them to a developer. A three-week queue. Every layer is paid before a single line of code gets written.
We removed the layers, not the quality. No offices. No account management tier. No queue, because agents do not queue. What is left is a designer, a developer, an orchestration stack, and hosting.
Spread that across a monthly subscription instead of a lump sum and £19.99 is not a loss leader. It is what the work costs when you stop paying for the machine around the work.
What you are not getting, honestly
I said I would be honest, so here is the other side.
You are not getting a bespoke brand identity workshop. You are not getting a custom design language invented from scratch for your salon. You are not getting a dedicated account manager who remembers your dog's name.
You are getting a fast, modern, professionally designed, mobile-responsive, agent-ready site that outperforms the average £3,000 UK small business website on every measurable axis — speed, structured data, AI visibility, uptime — and a team that ships changes quickly.
For roughly 95% of UK small businesses, that trade is not a compromise. It is the correct answer.
The bigger point
The reason I write about this openly is that the same shift is coming for whatever business you are in.
The agencies are not being beaten by cleverer people. They are being beaten by a cost structure that stopped making sense. Any business that carries a lot of coordination overhead — recruitment, bookkeeping, legal admin, logistics, insurance broking, marketing — is sitting on the same cliff.
That is the work Codemind does: mapping a real business, function by function, and rebuilding the operations around narrow agents with human approval on the parts that matter. Not a chatbot bolted onto the side. The actual workflow.
The tooling is now good enough that a small, sharp UK team can outbuild an agency of fifty. That is not a prediction. That is my July invoice.
If you run a business with a lot of repetitive coordination in it, ask yourself which part of your price list exists because the work is hard, and which part exists because your overheads are. Your competitors are about to ask the same question.