Product & Delivery

What is Minimum Scalable Product?

Short answer

A minimum scalable product is a first release built narrow in features but sound in architecture, so the same codebase carries the product from launch through growth without a rewrite. It differs from an MVP in what it refuses to compromise: scope stays small, while data model, authentication and hosting are built to hold.

Also called: MSP

The failure it responds to is the rewrite that arrives about a year after launch, when a codebase written to prove an idea is asked to run a business. Prototype-grade decisions harden into production: a users table with no notion of roles, payment logic pasted into a page component, one environment doing duty as development and production at once. None of that is visible on launch day, and all of it becomes expensive at the same moment.

Scalable in this sense does not mean built for millions of users. It means the dull foundations are in place before they are needed — a data model that can admit a second user type without a migration nobody wants to run, deployment that is repeatable rather than remembered, and tests around the paths that move money. Feature scope stays as small as an MVP’s; the difference sits underneath.

Common questions

Is a minimum scalable product just a more expensive MVP?

It usually costs more upfront and less later, because work that would otherwise be redone during a rewrite is done once. The judgement call is confidence. If the idea is unproven, the cheaper experiment is the right move. If demand is already evident and the software is the constraint, building toward a rewrite is the more expensive option.

Where this comes up in our work

Related terms

Minimum Viable Product (MVP)

A minimum viable product is the smallest version of a product that delivers real value to a real user and returns evidence about whether the idea works.

Technical Debt

Technical debt is the future cost of a shortcut taken now: code that works but is structured for speed rather than for change.

Product Roadmap

A product roadmap is a sequenced plan of what a product will do next and why, grouped by outcome rather than by feature list.

Custom Software vs Off-the-Shelf Software

Custom software is built for one organisation’s specific process; off-the-shelf software is a finished product many organisations subscribe to, such as Shopify or QuickBooks.

Reading definitions because you are scoping a project? Skip ahead and just ask.