Why Custom Software Costs 95% Less Than It Did 10 Years Ago
A business portal that cost $200,000 in 2015 costs around $10,000 today. Here's the genuine explanation for why custom software has become dramatically more affordable — and what it means for NZ small businesses.

Key Takeaways
- 1The cost of custom software has dropped by roughly 95% over the past decade — a $200,000 project in 2015 is a $10,000 project today.
- 2AI-assisted development tools like GitHub Copilot and Claude let a single developer work at the speed of a team, passing the savings directly to clients.
- 3Modern cloud platforms (Supabase, Vercel, AWS) eliminate the need to build and maintain expensive server infrastructure from scratch.
- 4Open source libraries, component systems, and pre-built integrations mean developers no longer write the same foundational code over and over.
- 5The solo specialist model — one experienced developer, no agency overhead — is now competitive with what only large firms could deliver a decade ago.
If you got a quote for custom software five or ten years ago and nearly fell off your chair, you're not alone. For most of the history of the software industry, bespoke systems were the exclusive domain of large corporations with six-figure IT budgets. A basic client portal. A staff intranet. An automated billing system. These weren't luxuries — they were necessities — but for most NZ small businesses, the price tag made them completely out of reach.
That has fundamentally changed. The cost of custom software has dropped by approximately 95% over the past decade. The same system that would have required a $200,000 budget and a 12-month timeline in 2015 can now be delivered for $10,000 in six to eight weeks. This isn't marketing spin. It's the result of a genuine technological revolution — and understanding why it happened matters if you're a NZ business owner considering whether custom software is finally within reach.
What Custom Software Used to Cost
To understand how far costs have fallen, it helps to understand what custom software development actually looked like a decade ago.
In 2014, if a Wellington accounting firm wanted a custom client portal — somewhere clients could log in, view their documents, sign engagement letters, and see their job status — they would have gone to a software agency. That agency would have assigned a project manager, a business analyst, two or three developers, a QA tester, and a designer. The team would spend weeks on requirements gathering alone. Then months building. Then weeks testing. The bill: $150,000 to $300,000 NZD, minimum. Timeline: 9 to 12 months. And that's if nothing went sideways.
Why so expensive? Because every layer of the system had to be built from scratch. The server infrastructure. The database setup. The authentication system. The email notifications. The user interface components. The deployment pipeline. Thousands of hours of work, most of it solving the same problems every other project had already solved — just in a slightly different way.
For most NZ small businesses, these numbers ended the conversation before it started. Custom software was simply not an option.
What Changed: The Five Forces That Drove Costs Down
1. AI-Assisted Development
The single biggest shift in the last three years has been the arrival of AI coding tools. GitHub Copilot, Cursor, and large language models like Claude have fundamentally changed what a single developer can produce in a day.
Think of it this way: a skilled carpenter builds a deck in three days. Give that same carpenter a nail gun, a laser level, and a pre-cut timber kit, and they build it in one day. The carpenter is just as skilled — but the tools eliminated the time-consuming repetitive work, letting them focus on the parts that actually require expertise.
AI coding tools do the same thing for software development. Boilerplate code — the repetitive, structural code that every application needs — gets generated in seconds. Common patterns that once required research and careful implementation are suggested instantly. Bugs that would have taken an hour to track down get caught in minutes. Tests that nobody wanted to write get generated automatically.
The result is that a single experienced developer with modern AI tools can produce roughly three to five times the output of the same developer working without them. For clients, that means the same build that once required a team of six can now be delivered by one specialist — with proportional savings in cost.
2. Cloud Platforms Eliminated Infrastructure
In 2014, building a web application meant setting up servers. Configuring databases. Managing backups. Building deployment pipelines. Handling SSL certificates. Setting up monitoring. All before writing a single line of the actual application.
Today, platforms like Supabase, Vercel, and AWS handle all of this — and they do it better than any custom-built infrastructure at a fraction of the cost. Supabase provides a fully managed PostgreSQL database with built-in authentication, row-level security, real-time capabilities, and file storage. Vercel deploys and scales web applications automatically, globally, in seconds. What used to be weeks of infrastructure work is now an afternoon of configuration.
For NZ businesses, this means the cost of "the stuff nobody sees" — the server infrastructure that the application runs on — has collapsed from tens of thousands of dollars (in hardware, setup time, and ongoing management) to $20–50 per month in cloud subscription fees.
3. Open Source Libraries Solved the Solved Problems
A huge proportion of what used to be billed as custom development wasn't actually custom at all. It was the same foundational code written over and over: user authentication systems, email sending, PDF generation, payment processing, data tables, form validation.
The open source ecosystem has essentially standardised solutions to all of these problems. Need a user login system? Use NextAuth or Supabase Auth — battle-tested, secure, built in an hour. Need to send transactional emails? Resend handles it. Payment processing? Stripe. PDF generation? React PDF. Data tables with sorting and filtering? Tanstack Table.
The cumulative effect is that modern developers spend their time solving the actual business problem — not rebuilding the same plumbing for the hundredth time. That's not just faster. It's also more reliable, because open source libraries used by thousands of developers have had their bugs found and fixed in ways that custom-built equivalents never are.
4. Modern UI Component Systems
Building a professional-looking user interface used to require a designer, a front-end developer, and weeks of work. Every button, form, dropdown, and modal was designed and coded from scratch.
Component libraries like Tailwind CSS and shadcn/ui have changed this completely. They provide professionally designed, accessible, responsive UI components that can be composed into virtually any interface — quickly. The result looks indistinguishable from what a traditional design-and-build process would produce, at a small fraction of the time and cost.
For a typical business portal or intranet, this alone removes two to four weeks from the build timeline — and the equivalent budget.
5. The Specialist Solo Operator Model
Traditional software agencies have significant overhead. Account managers. Project managers. Business analysts. Sales teams. Office space. All of this gets baked into client invoices as margin.
The combination of AI tools and modern platforms has made it possible for a single experienced developer to deliver what previously required a team — without the quality compromises you'd expect. The specialist solo model means clients pay for development time, not for an agency's organisational infrastructure.
This isn't a new idea — architects, lawyers, and accountants have always worked as sole practitioners. What's new is that software can now be delivered this way too, at the same quality level as a larger firm.
What This Means in Practice for NZ Businesses
The practical implication is that projects which were genuinely out of reach for NZ small businesses a decade ago are now firmly within budget. Some examples of what's possible today at realistic price points:
A custom client portal for a professional services firm — secure document sharing, e-signatures, project status visibility, client messaging — typically $5,000–$10,000 NZD and four to six weeks.
A staff intranet with HR document management, leave requests, onboarding checklists, compliance tracking, and a reporting dashboard — typically $8,000–$15,000 NZD and four to eight weeks.
A custom automation system that replaces manual data entry, generates invoices from timesheets, and sends client reports automatically — $5,000–$12,000 NZD and three to six weeks.
These are fixed-price quotes for defined scope — not open-ended retainers or hourly billing. You know what you're getting before work starts.
The One Thing That Hasn't Changed
Lower cost doesn't mean lower stakes. The fundamental requirement for successful custom software — a clear understanding of the problem being solved before writing a single line of code — remains exactly as important as it ever was.
The projects that fail today fail for the same reasons they always have: unclear requirements, scope creep, and building the wrong thing. AI and modern platforms don't fix a poorly defined brief. They just execute it faster — which means mistakes happen at higher speed if the thinking hasn't been done upfront.
The best custom software projects start with a discovery phase: mapping the existing process, identifying exactly what the software needs to do, and agreeing on scope before anything is built. When that's done well, the technology does the rest — and in 2026, it does it faster and cheaper than at any point in history.
Is Now the Right Time?
If you've dismissed custom software in the past because of the cost, it's worth reconsidering. The economics have shifted dramatically in your favour. A system that would have required a $200,000 budget in 2015 might cost $10,000 today — and take six weeks instead of twelve months.
The businesses that move on this now will have systems built around their actual workflows, not workflows bent to fit someone else's software. That's a competitive advantage that compounds over time — and it's now accessible to NZ small businesses that would never have considered custom development a decade ago.
Quick Questions
Why has custom software gotten so much cheaper?
Several forces converged at once: AI coding assistants dramatically reduced development time, cloud platforms eliminated infrastructure build costs, and open source libraries removed the need to build foundational systems from scratch. What once required a team of 6 for 6 months can now be delivered by one experienced developer in 6–8 weeks.
Is cheaper software lower quality?
No — in many cases it's higher quality. Modern frameworks (React, Next.js), managed databases (Supabase), and cloud deployment (Vercel) are more robust than the custom-built infrastructure of a decade ago. The reduction in cost comes from eliminating redundant work and overhead, not cutting corners on the build itself.
How does AI actually speed up software development?
AI coding tools (GitHub Copilot, Claude, Cursor) help developers write boilerplate code faster, catch bugs earlier, generate tests, and handle repetitive implementation tasks. A developer with AI assistance can produce roughly 3–5x the output of the same developer without it. That time saving translates directly into lower project costs.
What does custom software cost in New Zealand today?
A solid custom portal, intranet, or automation system typically costs between $5,000 and $20,000 NZD for a fixed-scope project, depending on complexity. Ongoing maintenance is billed hourly. A decade ago, equivalent work from a Wellington agency would have been $100,000–$300,000+ with 12-month timelines.
Other Articles You May Like

Custom Software vs Off-the-Shelf: A Decision Guide for NZ Small Businesses

10 Signs Your Business Has Outgrown Off-the-Shelf Software
