App Development Cost 2026: Real Numbers for 20+ App Types

Last updated: 14 April 2026Region: Global (USD)Data source: MyAppTemplates shipped-apps corpus + public SOW benchmarks

Executive Summary

The median agency quote to build a production mobile app in 2026 sits at $50,000–$115,000, with 3–5-month timelines. Independent builders running Claude Code on top of a production boilerplate ship the same app for $199 boilerplate plus $30–$300 in API spend — total well under $500 for most apps, shipped in days to two weeks instead of months.

The unlock isn't AI, it's AI with a boilerplate. Builders running agentic tools from scratch — no scaffolding — burn through $500–$1,500 in tokens and 5–8 weeks rebuilding auth, billing, CI, and schema that has already been written ten thousand times. That's the baseline setup spend a production boilerplate removes, and it's the comparison that matters if your real choice is scratch versus starting from a working foundation.

Apps with the cleanest savings: SaaS dashboards, fitness trackers, and on-demand marketplaces. Apps where agencies still justify their price: HIPAA-regulated health, regulated fintech, and licensed media (streaming, audio) — the hard costs in those categories are compliance lawyers and content rights, not code.

Data

App Development Cost by App Type (2026)

Median agency quote vs. DIY (boilerplate + AI tokens), ranked by savings.

Every DIY build starts with the same flat boilerplate fee:$199 one-time — column below shows marginal Claude Code API spend on top
#App TypeCategoryAgency Quote+ AI SpendSavings vs AgencyBuild Time
1Habit TrackerStreaks + remindersProductivity$30k–$55k$3099.9%2–3 days
2Note-taking AppSync + offlineProductivity$32k–$60k$3599.9%2–3 days
3Meditation / MindfulnessAudio + streaksHealth$35k–$70k$4099.9%3–4 days
4Podcast PlayerRSS + queue + offlineMedia$42k–$75k$4599.9%3–4 days
5SaaS DashboardAuth + CRUD + StripeProductivity$55k–$110k$5599.9%3–5 days
6AI Chat AssistantOpenAI / Claude SDKAI$55k–$105k$6099.9%3–5 days
7Fitness TrackerHealthKit / Google FitHealth$45k–$85k$8599.9%4–6 days
8Tinder-style DatingSwipe + match + chatSocial$60k–$120k$11099.9%5–7 days
9E-commerce (Shopify clone)Catalog + Stripe + cartCommerce$65k–$130k$13599.9%6–8 days
10Uber-style On-DemandRider + driver + adminMarketplace$100k–$220k$22099.9%1–2 wks
11Airbnb-style MarketplaceListings + bookingsMarketplace$115k–$270k$28099.9%2 wks
12TikTok-style Short VideoFeed + upload + CDNSocial$110k–$245k$34099.9%2–3 wks
13Spotify-style Music Streaming+ licensing (out of scope)Media$145k–$345k$275License-gated2 wks
14Banking / Fintech+ compliance (real cost)Fintech$220k–$550k$600Compliance-gated3–4 wks

1. Marketplace & On-Demand (Biggest headline savings)

Marketplace and on-demand apps produce the biggest absolute savings — an Uber-style app is $100k–$220k at an agency across 3–5 months versus roughly $419 DIY ($199 boilerplate + ~$220 in Claude Code API spend) across 1–2 weeks. 70%+ of the code is standard scaffolding: auth, modular architecture, edge runtime, CI, Sentry, and a working billing abstraction. The boilerplate ships that foundation — and the Kilo subagents to let Claude Code build on top of it — so you don't spend week one on auth and week two on CI.

Spotlight Build

Uber-style On-Demand App

The BuildRider app + driver app + admin panel. Real-time matching, in-app payments, driver ratings, trip history, push notifications, live location tracking.
Agency Quote$100,000 – $220,00012–20 weeks, 3-person team
DIY Cost$199 boilerplate + ~$220 AI= ~$419 total, 1–2 weeks solo running Claude Code with subagents
What the boilerplate actually gives youPre-wired: JWT + phone-OTP auth for both rider and driver apps, Cloudflare Workers + D1 + Drizzle runtime, billing abstraction layer, Sentry, GitHub Actions CI, and the Kilo subagents (@backend-dev, @mobile-dev) that make Claude Code productive from the first prompt. You still build Stripe Connect wiring, real-time tracking channels, push, and KYC — but against working foundation, with Claude Code doing roughly a day's work per feature.
Still hire an agency ifYou need >10,000 concurrent trips on day one, or you're a funded startup where a 10-week delay costs more than the $120k quote.

2. SaaS & Productivity (Fastest ship time)

SaaS dashboards ship in 3–5 days because CRUD + auth + billing covers 80% of the scope. The agency premium here is nearly pure overhead — they're quoting $75k for what is structurally a "list + detail + form + paywall" app.

Spotlight Build

SaaS Dashboard (B2B)

The BuildEmail + magic-link auth, team workspaces, Stripe subscriptions with entitlements, admin panel, onboarding, transactional email.
Agency Quote$55,000 – $110,0008–12 weeks
DIY Cost$199 boilerplate + ~$55 AI= ~$254 total, 3–5 days solo with Claude Code
Why the gap is so wideAgencies bill for ~200 hours of Stripe billing plumbing and role-based access control. Both are boilerplate defaults. Your AI spend here is essentially "rename the screens and change the colours."

How to ship at these numbers

The DIY column isn't magic — it's a 3-step process that most people skip step 1 of and wonder why their token bill is 10× higher than it should be.

1
Scope before you write a single prompt
Lock your feature list in a written spec before spending a token. "Vibe coding" your way to feature completeness is the single biggest waste of budget in the 2026 data.
2
Start with a boilerplate, not a blank editor
Every minute the model spends rebuilding auth, session handling, Stripe webhooks, or CI is minutes you're paying to recreate code that's already been written ten thousand times.
3
AI pair-coding, not AI vibe-coding
Give the model one bounded task at a time, with explicit acceptance criteria. Review the diff. Never let it "figure out the architecture."

Frequently Asked Questions

Why is the AI spend so low given the complexity?
Once the boilerplate has pre-wired auth, billing, CI, data layer, and edge runtime, Claude Code's job shrinks to building the feature that makes your app different. For a solo developer running agentic tools (Claude Code + Kilo subagents + slash commands), that's 8–12M tokens across 1–2 weeks for a complex build — an Opus/Sonnet blend lands around $180–$280 in API. Simple apps are 2–4M tokens, $30–$60 in API. The boilerplate's $199 is still the dominant line item for most builds.
Why is the agency quote range so wide?
Agency quotes vary 2–3× based on region (London vs. Eastern Europe), team seniority, and how much the agency thinks they can charge given your funding profile. The low end is typically an Eastern European shop; the high end is a London or SF boutique quoting a VC-funded startup.
How is this different from low-code tools like Bubble or Adalo?
Low-code tools lock you in — you rent your app. A boilerplate gives you real code you own, on standard infrastructure (React Native, Hono, Cloudflare). When you hit scale, you don't rewrite. When Bubble raises prices 3×, you're not stuck.
What if my app needs custom native modules?
Add $30–$150 in AI spend per major native integration (Bluetooth LE, advanced camera, CoreML). React Native handles most of it via Expo modules. Genuinely novel native work is where agencies still compete honestly.
Why are Spotify and Netflix marked "license-gated"?
The software for a streaming app is ~$275–$340 in Claude Code. The content licensing (music publishers, film distributors) is $600,000+ and has nothing to do with code. The boilerplate can't help you there, and neither can an agency for that matter.
What about the $600 AI spend for banking?
That's the software build cost, and it's higher than other categories because of the volume of regulation-driven edge cases the AI has to handle. Banking also requires FCA authorisation (UK) or FinCEN registration (US) — a $30k+ compliance exercise with specialist lawyers. Neither the boilerplate nor an agency's quote usually includes that; it's a parallel workstream.

Software-first app costs have shifted.

For many software-first apps in 2026, a large share of the initial build cost is now foundation work rather than novel product logic. Starting from $199 boilerplate plus a few hundred dollars of AI spend can materially shrink that setup phase for hands-on teams, while agencies still make sense when you need outsourced delivery or compliance-heavy execution.

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

Pick a specific app type

Detailed cost breakdowns by app category — SaaS dashboards, fitness trackers, and more.