How much does a SaaS platform cost to build in the UK in 2026?
If you're sketching a SaaS on the back of a napkin, this is the post that tells you the real number. Multi-tenant Supabase, Stripe Checkout, an admin panel and a marketing site — what it costs from a freelancer, a Tier-1 agency and a studio like ours.
Most UK founders sketching a SaaS get the same useless answer when they ask what it'll cost: "between £15k and £250k." That's not a quote, it's a shrug. After delivering more than thirty production SaaS platforms across UK B2B, this post lays out what each band actually buys you in 2026.
- £8k–£18k (freelancer): Single-tenant MVP, manual onboarding, no admin panel. Real product, but you'll need to rebuild it inside 18 months.
- £25k–£60k (studio): Multi-tenant Supabase, Stripe billing, admin panel, marketing site, accessibility AA. Production-ready v1. Most of our quotes land here.
- £70k–£180k (Tier-1 agency): Same scope as the studio band plus 10x project-management overhead. Sometimes justified for regulated sectors; often not.
- £250k+ (enterprise consultancy): Whole different conversation. If this is your range you're not reading this post.
What "a SaaS" actually means in 2026
Before pricing, scope. A 2026 UK B2B SaaS that ships to paying customers needs at minimum:
- A marketing site (homepage, pricing, features, contact, legal)
- Sign-up and sign-in with email verification
- A multi-tenant data layer (each customer's data isolated)
- Stripe Checkout + Customer Portal for billing
- An authenticated product surface (the actual app)
- An internal admin panel for your operations team
- Transactional email (Resend or Postmark) for receipts, invites, password resets
- Basic analytics and error monitoring
- Privacy, terms, cookies, accessibility statements
Strip any of these and you'll bolt it on later for 3x what it would have cost to include from the start. Below those nine, you don't have a SaaS — you have a prototype.
The £8k–£18k band: freelancer MVP
A capable UK freelancer can build a single-tenant SaaS MVP at this price. Single-tenant means each customer gets their own database — fine for the first three customers, painful by the tenth, ruinous by the fiftieth.
What you typically get:
- Next.js or Rails app, single-tenant
- Basic Stripe integration (one product, one price)
- No admin panel — you operate it from the database
- Lightweight marketing page on the same codebase
- Deployment to Vercel or Render
This is a real product. If your goal is to validate demand inside ten weeks and book your first paying customer, this is the right band. The trap is treating it as your forever architecture — by month nine you'll be paying a studio to rebuild it.
The £25k–£60k band: studio-built v1
This is the sweet spot for a UK B2B SaaS that needs to scale past its first ten customers without a re-platform.
What you get from a studio like BozApps in this band:
- Next.js 16 with TypeScript strict, deployed on Vercel
- Supabase Postgres with row-level security (RLS) for multi-tenant isolation
- Supabase Auth with email, magic link and OAuth
- Stripe Checkout, Customer Portal, webhook reconciliation
- Custom admin panel scoped to your operations workflow
- Marketing site (typically 5–8 pages, Lighthouse 95+)
- Resend for transactional email with branded templates
- Sentry error monitoring, Plausible or GA4 analytics
- Accessibility audit to WCAG 2.2 AA
- Schema.org structured data, sitemap, OG images
- GitHub Actions deployment pipeline
Typical timeline is 10 to 16 weeks for a v1, depending on scope. Fixed price quoted after a short discovery.
The £70k–£180k band: Tier-1 agency
At this price you're paying for project-management ceremony, layered approvals, a designer who never touches code, an engineer who never talks to the client, and a creative director who shapes the deck. Sometimes that overhead is justified — heavily regulated industries, large stakeholder maps, internal politics that need a buffer. Often it's not.
If you're a UK founder paying this band for a v1 SaaS without a clear regulatory or political reason, you're funding overhead that doesn't ship code.
What pushes the number up
These add real cost to the studio band:
- Real-time features (live dashboards, presence, chat): +£5k–£15k
- Mobile companion app (Android + iOS via React Native): +£20k–£40k
- AI features (RAG over your content, custom assistants): +£8k–£25k
- SSO / SAML (enterprise customer requirement): +£4k–£10k
- Audit logs and SOC 2 readiness: +£6k–£15k
- Complex onboarding flows (multi-step, role-specific): +£3k–£8k
- Integrations with third-party systems (Salesforce, HubSpot, accounting): +£3k–£12k each
The three mistakes that double every quote
1. Scope creep without scope reset
Every project picks up new requirements in week three. The mistake is absorbing them without renegotiating the timeline or fee. A studio worth its salt will say "yes, that's a change order — here's the new number." If your supplier silently absorbs everything, the quality goes down, the timeline slips, and the relationship turns sour at launch.
2. Refusing to cut for v1
Founders fall in love with the v3 vision. The studio's job is to ship v1 — the smallest thing that gets you paying customers. Every feature added to v1 doubles when it interacts with the rest of v1. Defer ruthlessly.
3. Cheap design
A SaaS that looks like 2016 will convert at 2016 rates. Allocating 5% of the budget to design buys you nothing. Allocate 20–25% and the conversion uplift pays for the rest of the build.
Ongoing costs after v1
A UK SaaS in production typically runs:
- Vercel Pro: $20/month per developer ($240/year)
- Supabase Pro: $25/month per project (£250/year)
- Resend: free for first 3k emails/month, then ~£20/month for 10k
- Sentry: $26/month for small team
- Stripe: 1.5% + 20p per UK card transaction
- Domain + email: ~£60/year
Total infra: £80–£200/month for the first 100 customers. Compare to a typical Tier-1 agency's hosting bill of £800–£2,500/month for the same workload.
Should you build it yourself?
If you're technical and have 400 hours of clear runway, yes. The savings are real. The trap is that 400 hours becomes 1,200 the moment you discover what Stripe webhooks, RLS edge cases and email deliverability actually involve.
If you're non-technical, no. Every penny you save building it yourself you'll pay back twice when a studio has to rebuild what you scaffolded.
How BozApps quotes
We take a 30-minute call, then a half-day discovery if it's a clean fit. Fixed price written into a one-page SOW. Paid 40% on signature, 30% at milestone, 30% on launch. No retainer commitment after — though most clients move onto our hosting and care plan because it's cheaper than running it themselves.
Most v1 SaaS quotes from us land between £28k and £55k. Anything below £25k we'll recommend a freelancer. Anything above £80k we'll ask if you're sure you're not over-buying.