AI Assistant App Development Cost in the UK, 2026

Last updated: 23 April 2026Region: United KingdomData source: MyAppTemplates.com analysis of 2026 public SOW benchmarks and shipped-app case studies

Executive Summary

Mid-market UK agencies (think credible London, Manchester, and Bristol software studios — not the top-tier Shoreditch boutiques) are quoting £22,000 to £75,000 ex-VAT for an AI chat assistant app in 2026. London blended rates sit around £750–£1,100 per day; Manchester and the North sit closer to £550–£850. Add 20% VAT for UK-registered buyers, plus retainers if you want the agency to keep shipping after launch.

The DIY route for a hands-on founder looks different. The boilerplate is a flat $199 one-time (~£155 at current rates). Marginal Claude Code API spend to build each variant of an AI assistant app sits between $55 and $220 depending on scope, on top of whatever you spend on the OpenAI or Anthropic models your assistant actually uses at runtime. The table below prices each scope variant against UK mid-market agency quotes.

Where agencies still win cleanly: regulated verticals (FCA-authorised fintech copilots, NHS-adjacent clinical assistants), bespoke enterprise integration, and buyers who want someone accountable on a retainer. The DIY route is for operators shipping a product, not outsourcing one.

Data

UK AI Assistant Build Costs by Scope, 2026

Mid-market UK agency quote vs. marginal Claude Code spend on top of the boilerplate. GBP, ex-VAT.

Every DIY build starts with the same flat boilerplate fee:$199 one-time (~£155) — column below shows marginal Claude Code API spend on top
#Scope variantCategoryUK Agency Quote (ex-VAT)+ Claude Code SpendSavingsBuild Time
1Single-prompt assistantOne system prompt, no memory, OpenAI passthroughUtility£18,000–£28,000$5599.4%3 days
2Multi-persona assistantSwitchable prompts (coach, tutor, planner) with saved threadsUtility£24,000–£35,000$8099.3%4 days
3Subscription-gated assistantRevenueCat paywall, free tier message limits, Pro unlockSaaS£28,000–£42,000$9099.4%5 days
4Chat history + threadsPersistent D1-backed conversations, rename, archive, searchSaaS£30,000–£45,000$11099.5%5 days
5RAG over user documentsPDF/markdown upload, embeddings, vector retrieval, citationsSaaS£38,000–£58,000$16099.5%7 days
6Voice-in, text-out assistantWhisper transcription, streamed text replyConsumer£32,000–£48,000$13099.4%6 days
7Voice-in, voice-out assistantWhisper + ElevenLabs/OpenAI TTS, interruption handlingConsumer£42,000–£62,000$18099.4%8 days
8Image-aware assistantCamera upload, vision model, on-screen annotationsConsumer£36,000–£55,000$15099.4%7 days
9Token-metered usage billingUsage records per message, Stripe metered subscriptionsSaaS£34,000–£50,000$14099.5%6 days
10Streaming responsesServer-sent events from Workers, typewriter UI, cancel tokenSaaS£26,000–£38,000$9599.5%4 days
11Tool-calling assistantFunction calling to internal APIs (calendar, notes, tasks)Productivity£40,000–£60,000$17099.5%8 days
12Multi-model routerRoute between Claude, GPT-4o, Gemini per task typeProductivity£35,000–£52,000$14099.5%6 days
13Team workspace assistantShared threads, seats, org-level billing, RBACB2B SaaS£55,000–£80,000$22099.5%10 days
14Customer-support copilotRAG over help docs, handoff to human agent, CSAT scoringB2B SaaS£50,000–£72,000$20099.5%9 days
15Coding assistant (mobile-first)Syntax-highlighted code blocks, snippet library, diff viewDeveloper£38,000–£55,000$15599.5%7 days
16FCA-adjacent finance copilotBudget Q&A, Plaid or TrueLayer reads, disclaimer layerFintech (guidance)£55,000–£85,000$240FCA-aware11 days
17Regulated financial advice copilotAny "personal recommendation" under FCA CONDUCT rulesCompliance-gated£90,000–£180,000+$500+FCA-authorised4+ weeks
18NHS-adjacent clinical assistantPatient-identifiable data, DSPT, DCB0129Compliance-gated£110,000–£220,000+$600+DSPT/DCB01294+ weeks

1. Where UK agency quotes actually come from

A typical UK agency quote for an AI chat assistant app breaks down into three lines: discovery and design (15–25% of total), build (55–70%), and UAT plus launch (10–20%). London shops bill £750–£1,100 per day blended; Manchester, Leeds, and Bristol shops bill £550–£850. VAT sits on top at 20% for UK buyers unless you're VAT-registered and recovering.

Spotlight Build

Subscription AI assistant, London mid-market agency

Agency day rate (blended)£900/day
Discovery + design£7,500 (~8 days)
Build (iOS, Android, backend)£24,300 (~27 days)
UAT, App Store submission£5,400 (~6 days)
Total ex-VAT£37,200
With 20% VAT£44,640Recoverable if you are VAT-registered
Spotlight Build

Same scope, DIY with boilerplate + Claude Code

Boilerplate$199 one-time (~£155)
Claude Code API spend$90 (~£70) over 5 days
Apple + Google developer accounts£99/yr + £20 one-time
Total software-build spend~£345 in month oneExcludes runtime AI model spend once users arrive

2. What the boilerplate removes from week one

An AI assistant app is not mostly AI — it is mostly the app around the AI. That app is what a UK agency spends the first three weeks building, and it's what the boilerplate ships pre-wired.

Included scaffolding

What's live on day one

AuthJWT sessions + phone OTP screens pre-wired
BillingRevenueCat + Stripe subscription adapters, paywall screen, mock provider for dev
BackendCloudflare Workers + D1 + Drizzle ORM, rate-limited routes, wrangler.toml
Mobile shellExpo Router, tabs, onboarding, paywall, profile screens, theme system
AI toolingAGENTS.md, CLAUDE.md, /new-feature and /db-migrate slash commands, @backend-dev and @mobile-dev subagents
OpsSentry scaffolded, Vitest + Jest configured, GitHub Actions CI workflows
What Claude Code builds on top

The assistant-specific layer

Chat UI + streamingMessage list, typewriter effect, cancel token, SSE from Workers — ~1 day
Thread persistenceDrizzle schema additions, list/archive/search endpoints — half a day with @backend-dev
Model integrationOpenAI / Anthropic / Gemini client in a feature module — a few hours
Usage meteringSits against the existing billing adapter — half a day if you want token-metered billing

3. When a UK agency is the right call

The DIY pitch is not "skip agencies". Some buyers genuinely need an agency, and the decision should be clean.

Hire a UK agency when

Five clean signals

FCA-authorised scopeAnything that qualifies as a "personal recommendation" under FCA CONDUCT — agency + compliance counsel, not Claude Code.
NHS / patient dataDSPT, DCB0129, and DCB0160 require audited processes, not a solo founder's weekend.
You want someone accountableA retainer relationship with SLAs is a product — buy it if you need it.
Bespoke enterprise integrationSAP, Workday, legacy NHS trust systems — agencies with existing integration practice will ship faster than you will.
You're not technical and don't want to beDIY with Claude Code still requires code review. If that's not your job, it's not your job.

How to decide, in an afternoon

Three steps, honestly scoped.

1
1. Write the scope in one paragraph
If you can't, a UK agency will charge you £5k–£10k in discovery to do it for you. That discovery is worth it if your scope is genuinely unclear.
2
2. Match the scope to a row in the table above
If your build maps cleanly to rows 1–15, DIY with the boilerplate is defensible. If it maps to rows 16–18, call a regulated-fintech or healthtech agency before writing any code.
3
3. Get two UK agency quotes for sanity
Even if you plan to build it yourself, two real quotes give you a benchmark — and flush out whether your scope actually is what you think it is.
4
4. Ship a prototype in a week
With the boilerplate and Claude Code, the test is whether you can get a subscription-gated assistant into TestFlight in 5 working days. If yes, continue. If no, the agency route is more honest.

Frequently Asked Questions

Do UK agency quotes include VAT?
Usually not — quotes are typically ex-VAT. Add 20% for a UK-registered buyer. If you're VAT-registered yourself, you recover it; otherwise it's a real cost line.
Are London agencies always more expensive than Manchester or Bristol?
On day rate, yes — London blended rates sit around £750–£1,100/day versus £550–£850 outside London. On total quote the gap narrows because outside-London shops often scope slightly longer timelines. The median-competent mid-market agency in either city is a better reference point than the headline rate.
What about UK freelancers via PeoplePerHour or YunoJuno?
Senior UK freelancers contract at £450–£700/day. A full AI assistant app build through a freelancer lands around £18,000–£35,000 plus your own project management time. The saving vs. an agency is real; the project-management overhead is also real.
Does the boilerplate include OpenAI or Anthropic integration?
No. The billing abstraction layer, auth, database, and Workers runtime are pre-wired, but your model integration sits in a feature module. Claude Code plus the @backend-dev subagent wires it in against the existing route structure — typically a few hours of work.
Can I use the boilerplate for an FCA-authorised financial assistant?
Not directly. The boilerplate gives you production-grade infrastructure, but FCA-authorised scope requires legal counsel, compliance process, and audited vendors. The boilerplate can be the foundation; the regulatory layer is yours (or your agency's) to build and defend.
How much should I budget for the actual AI model usage at runtime?
Separate from build cost. A chatty assistant using Claude Sonnet 4 or GPT-4o typically runs $0.02–$0.15 per active user per day depending on context length and message volume. Model-metered billing against the boilerplate's subscription schema covers this cleanly.
Is the boilerplate GDPR-ready for UK users?
The boilerplate is GDPR-compatible — D1 can be region-pinned via Cloudflare, auth is JWT-based with rate limiting, and the schema pattern supports data-subject-request flows. Data-subject-request tooling itself (export, deletion workflows) is not pre-built; you add it as a feature module.

A UK AI assistant app is a software build, not a headline.

If your scope fits the top 15 rows of the table, the DIY route gets you to TestFlight in a working week for under £350 all-in. If your scope is regulated, hire a UK agency that has shipped inside that regulation before. Choose on scope, not on price.

See what the boilerplate already covers
One-time $199 fee. Lifetime updates. No retainer.