Note
What an MVP costs in Singapore
An MVP has no fixed price because it has no fixed size. The arithmetic that produces the number, and the three decisions that move it most.
- Author
- Bing Wen
- Published
- Reading
- 5 min
- Topics
- Pricing · Product decisions · Singapore
"How much for an MVP" has no answer, and the people quoting one without asking questions are either guessing or quoting something they have already built.
That sounds evasive, so here is the useful version. An MVP's cost is almost entirely a function of how many weeks of building it takes, and the number of weeks is a function of decisions you have not made yet. Once you can see the arithmetic, you can price your own idea to within a fairly narrow band, and you can tell whether a quote in front of you was thought about.
The arithmetic
Software cost is weeks multiplied by a rate. There is no third term of any size.
A developer's week in Singapore has a floor set by what the work costs to sustain. The Ministry of Manpower puts median gross monthly income from work for full-time employed residents at $5,775 as of mid-2025, including employer CPF contributions, and employer CPF runs at 17% of ordinary wages for those aged 55 and below, on wages up to the $8,000 monthly ceiling in force from January 2026. Software sits above that median, freelancers carry the leave and the gaps themselves, and the resulting week is not a cheap unit. I have set out where the hourly floor comes from in what a freelance web developer charges in Singapore.
The consequence is simple and slightly uncomfortable: you cannot negotiate an MVP down by much. You can only make it smaller. A quote that drops 40% without the scope changing was not a real quote at either number.
What the weeks go into
Rough build time for the pieces that show up in most MVPs, assuming one experienced developer and a design already decided.
| Piece | Typical build time |
|---|---|
| Marketing or landing page | Under a week |
| Sign up, log in, password reset | 1 to 2 weeks |
| Roles and permissions | 1 to 3 weeks |
| Core CRUD screens (the thing itself) | 2 to 6 weeks |
| Payments through a hosted provider | 1 to 2 weeks |
| Notifications, email or push | 1 week |
| Admin dashboard | 1 to 3 weeks |
| Third party integration, each | 1 to 3 weeks |
| Native mobile, on top of the above | 3 to 8 weeks |
Add them for your idea. Most MVPs that people describe to me come to somewhere between six and sixteen weeks, and the ones at the top of that range are usually two products wearing one name.
Two things to notice. Logging in costs more than founders expect, because accounts bring password reset, sessions, permissions and the surface for things to go wrong. And the admin dashboard, which nobody mentions in the pitch, is real work: someone has to be able to see and fix the data.
The three decisions that move the number most
1. Whether users log in at all. A tool that works without accounts can be a third of the cost of the same tool with them. Some genuinely need accounts on day one. Many could validate the idea without.
2. Web or native. A responsive web application reaches every device from one build. Native gets you the app stores, push that works properly on iOS, and the hardware. It also multiplies the surface. The questions that settle this are in do you need an app, or just a website.
3. How many kinds of user. Two sided marketplaces are two products plus the matching between them. If your description has the word "and" between two audiences, expect roughly double, and consider building one side first with the other side handled manually.
What an MVP is allowed not to have
The fastest way to reduce a quote is to move work out of software and into someone doing it by hand for the first few months. Every item here is a real cost saving and none of them stops you validating the idea.
- Automated onboarding. Do it over a call until the tenth customer.
- A settings screen. Change it in the database when someone asks.
- Self service billing. Invoice people. Ten customers is not a billing system.
- A designed admin interface. A plain table you can edit is fine.
- Anything for scale you do not have. Building for ten thousand users when you have none is the most common and most expensive form of this.
If any of those makes you uncomfortable, that is worth examining, because the discomfort is usually about how the product will look to other people rather than about whether it will work.
What the number is for
An MVP is a question you are paying to have answered. The budget should be set against the value of the answer, not against what you would like the finished product to cost.
Which means two sanity checks before you commit:
Can you afford to be wrong? If a failed MVP would end the company, the MVP is too big. Cut it until failure is survivable, because a meaningful share of them do fail, and that is the mechanism working rather than breaking.
Do you know what result would make you stop? Write down, in advance, the outcome that would tell you to abandon it. Founders who cannot answer this tend to spend the same money twice.
Where grants fit
Enterprise Singapore's Productivity Solutions Grant funds up to 50% of eligible costs for local SMEs, capped at $30,000, for solutions on a pre-approved list, and Enterprise Singapore has said PSG is being consolidated with EDG and MRA into a new grant, EDGE, launching in the second half of 2026. Custom MVP development is generally a poor fit for a scheme built around listed solutions, and the cash leaves your account before any claim is paid either way. I have set out the transition and the questions to ask in website grants in Singapore.
The short version
Count the weeks, multiply by a sustainable rate, and treat the result as the real number. Then reduce it by removing features, not by finding someone cheaper. The cheapest MVP is the one that answers your question with the fewest screens, and it is almost always smaller than the one you first described.
Sources
- 01Income Summary Table: median gross monthly income from workMinistry of Manpower, Singapore · Checked 2 Sept 2026
- 02How much CPF contributions to payCentral Provident Fund Board · Checked 2 Sept 2026
- 03Productivity Solutions Grant (PSG)Enterprise Singapore · Checked 2 Sept 2026