A SaaS business does not begin with a feature list. It begins with a specific customer problem, a believable route to recurring value and the discipline to prove both before building a platform.
01
Start with one customer and one repeated job
A SaaS business often begins with a familiar sentence: "We could turn this into software."
Perhaps an industry specialist has a better way to manage compliance work. A service company has built a useful internal process in spreadsheets. Or a founder has noticed that several businesses repeat the same awkward job every week.
The tempting next step is to design a dashboard, list every feature the finished platform might need and ask a developer for a price.
That is usually too early.
If you want to understand how to start a SaaS business, begin with the recurring customer problem and the commercial evidence around it. The software matters, but it is only one part of a service that must attract customers, collect payment, protect data, keep working and deliver enough value for people to renew.
This article follows an imagined compliance evidence service from a useful idea to a narrow first SaaS product. The aim is not to produce a universal start-up recipe. It is to show which questions should be answered before a broad platform absorbs the budget.
"Small businesses need better compliance software" sounds like a market. It is not yet a useful product decision.
Which small businesses? What kind of compliance? Who feels the problem? How often does it happen? What do they use now? Who has the authority and budget to change it?
Our imagined founder initially wants to build a compliance platform for every service business. After speaking to potential customers, the useful starting point becomes narrower: independent firms that collect evidence from clients, review it against a fixed checklist and issue a final outcome.
The repeated job is now visible:
- A customer submits information and documents.
- A reviewer checks the evidence.
- Missing information is requested.
- The customer responds.
- The reviewer records a decision and sends the outcome.
That is much more useful than "a compliance dashboard". It describes work that happens, the people involved and the point at which value is created.
Stripe's guide to starting a SaaS business makes the same broad point: identify the problem, define the value and focus on the basics first. The commercial work is to make those words specific enough to guide a product.
02
Look for behaviour before asking for feature opinions
Potential customers are often generous with ideas. They will ask for reports, integrations, colour coding, mobile apps and artificial intelligence. Those conversations can be useful, but feature enthusiasm is not the same as demand.
Stronger evidence comes from behaviour:
- people already spend time or money working around the problem;
- the work happens often enough to remain painful;
- mistakes, delays or missing evidence have a believable cost;
- somebody owns the problem and can approve a purchase;
- the business is willing to try a different process;
- at least some potential customers will pay for a pilot.
The compliance service could begin without a finished application. A simple form collects the evidence. A secure manual process routes it to a reviewer. Email or a basic portal handles questions. The founder learns which information is genuinely required, where customers become confused and which decisions need human judgement.
This is sometimes called a concierge test. The service is delivered manually behind the scenes so the business can learn before automating it.
Manual delivery is not the long-term product. It is evidence. It shows whether the outcome matters before the team builds the machinery around it.
03
Use an evidence ladder instead of one large bet
Every stage should answer a more expensive question than the stage before it.
| Stage | Evidence to collect | Decision it supports | Expensive mistake it helps avoid |
|---|---|---|---|
| Problem interviews | Repeated language, current workarounds, frequency and ownership | Is this a real problem for a specific group? | Building around an assumption |
| Manual service | Real inputs, exceptions, effort and customer behaviour | Can the promised outcome be delivered reliably? | Automating a process that is not understood |
| Working prototype | Task completion, confusion and feedback from realistic users | Does the proposed route make sense before full development? | Polishing the wrong workflow |
| Paid pilot | Willingness to pay, onboarding effort and support demand | Is there a believable commercial offer? | Treating compliments as revenue |
| First live product | Activation, repeat use, retention and cost to serve | Should the business improve, expand or change direction? | Scaling before the core service works |
This approach is slower than writing a feature list and faster than funding the wrong platform.
A landing page or waiting list can test whether the language attracts attention, but registrations alone are weak evidence. People join lists for many reasons. A paid pilot, a completed workflow or repeated use tells you more because the potential customer has changed their behaviour.
04
Define the first complete customer outcome
A minimum viable product should not be a collection of disconnected minimum features. It should complete one useful loop.
For the compliance service, the first version might allow a customer to submit one type of case, respond to an information request and receive a final decision. Reviewers need a clear queue, evidence history and ownership. Administrators need to control access and see failures.
It may not need several industries, a mobile app, a complex reporting suite, custom themes, an automation marketplace or ten pricing plans.
The first product is narrow, but it is not careless. Customers still need clear status messages. Reviewers need reliable records. Important actions need an audit trail. The business needs backups, support and a way to correct mistakes.
The useful test is not "Can we remove another feature?" It is "Can a suitable customer reach the promised result safely?"
That question protects the product from two common errors. The first is an impressive demonstration that cannot handle a real case. The second is a large platform that tries to anticipate every future customer before one current customer has succeeded.
05
Treat pricing as part of the product
SaaS pricing is not a label added to a finished build. The pricing model changes what the software must measure, explain and enforce.
A flat monthly price may suit a focused service with predictable use. Per-seat pricing can make sense when value grows with the number of active team members. Usage pricing may fit document processing, API calls or transactions. Tiered pricing can serve customers with clearly different needs.
Stripe's current billing documentation supports flat rate, per-seat, tiered and usage-based models. That does not mean a new SaaS business needs all four.
Choose the simplest model that connects reasonably well to customer value and operating cost. Then test whether customers understand it.
For the compliance product, charging per completed case could align price with use. It could also make monthly bills unpredictable. A monthly plan with an included number of cases may be easier to budget, but the application must count usage and explain overages. A per-seat price is simple to implement, yet customers may restrict access to avoid cost, which works against collaboration.
No pricing model is neutral. Write down the behaviour each option encourages before building it.
06
Design the full subscription lifecycle
Taking the first payment is only the beginning of subscription software.
The product needs decisions for:
- sign-up and account creation;
- trials or paid onboarding;
- monthly and annual billing;
- invoices and tax information;
- upgrades, downgrades and plan limits;
- adding or removing users;
- failed payments and recovery;
- pauses and cancellations;
- what happens to access and data after cancellation;
- refunds and exceptional support cases.
Stripe's subscription documentation describes recurring billing as a lifecycle involving customers, subscriptions, invoices and payment events. That matters because the application must react when the billing state changes.
If a payment fails, should the account stop immediately? Should administrators keep access while ordinary users are restricted? How long is the grace period? What happens when payment succeeds later? Who can see billing information?
These are product and service decisions, not just payment integration details. A payment provider can handle difficult financial plumbing, but the SaaS business still owns the customer's experience and the access rules around it.
07
Buy the common machinery and build the distinctive workflow
A new SaaS product rarely earns value from inventing its own password system, payment processor, email delivery network or cloud server.
Managed services can reduce the amount of common infrastructure the team must build and maintain. Identity providers can handle secure sign-in and multi-factor authentication. Billing platforms can manage subscription events and invoices. Cloud platforms can provide databases, storage, monitoring and backups.
Custom development should concentrate on the part customers cannot buy elsewhere: the workflow, decisions, records and integrations that make the service useful.
That does not mean connecting a pile of services without thought. Each dependency creates cost, limits and operational risk. Check data location, exit options, pricing at realistic usage, service availability and how customer records will be matched between systems.
Architecture should leave room for sensible growth without pretending the first release already serves millions of users. Clear boundaries, reliable backups, monitoring and maintainable code usually matter earlier than exotic scale engineering.
08
Build privacy and security into the first version
Early stage does not mean exempt from responsibility.
The ICO says data protection by design and by default should begin during planning and continue throughout the product lifecycle. For a SaaS business, that means knowing what personal information is collected, why it is needed, who can access it, how long it is retained and what happens when a customer leaves.
Our compliance product may hold identity details and evidence documents. It needs role-based access, clear separation between customer organisations, secure storage, an audit history and a controlled support process. Test data should not casually contain copied customer records.
The National Cyber Security Centre also recommends treating secure development as an ongoing practice. Its guidance covers maintainable code, protected repositories, secure build pipelines, continuous testing and planning for security flaws.
That is a useful reminder for founders. Security is not a certificate bought before launch. It is a set of choices repeated while the product changes.
Privacy, security, contracts, tax and accounting all deserve qualified advice where the details affect the business. The product team still needs to identify the questions early enough for that advice to shape the system.
09
Launch with a small group and watch the work
A large public launch creates attention. It does not automatically create learning.
Start with a small group of suitable customers who understand that the product is new and who have a real reason to use it. Help them onboard. Watch where the first case stalls. Record the support questions. Fix important failures before adding more traffic.
The early measures should stay close to the customer outcome:
- how many suitable accounts start onboarding;
- how many reach the first useful result;
- time from sign-up to that result;
- completion of the core workflow;
- repeat use at the expected frequency;
- trial or pilot conversion to paid use;
- support time and manual work per customer;
- customer and revenue retention;
- infrastructure and service cost per customer.
Monthly recurring revenue matters, but it arrives after several earlier behaviours. If customers register and never submit a case, changing the pricing page may not solve the real problem. If they complete one case but never return, the service may be occasional, awkward or less valuable than expected.
Talk to the people behind the numbers. Early analytics can show where to look, but a small sample can produce dramatic percentages from only one or two customers.
10
Plan to operate the service, not merely launch the software
SaaS turns a software project into an ongoing operating commitment.
Somebody must answer support questions, monitor failures, review security, deploy updates, manage billing exceptions, control access, maintain integrations and decide which customer requests belong on the roadmap.
Those responsibilities exist even when a third party hosts the application. Cloud hosting changes who manages the hardware. It does not remove product ownership.
Before launch, write down who responds when:
- the application is unavailable;
- an integration stops syncing;
- a customer cannot access important data;
- a renewal payment fails;
- a release causes incorrect behaviour;
- a customer asks for their data or account to be removed;
- a supplier changes its service or price.
This operating model also exposes whether the price is viable. A £49 monthly plan does not work if every customer needs several hours of manual support. That may lead to better onboarding, more automation, a higher price or a narrower customer profile.
11
Know what evidence would make you change direction
Founders often define what success looks like and leave failure vague.
Set decision points before enthusiasm and sunk cost make them hard to use. The exact thresholds will depend on the market, but the questions are stable:
- Do customers complete the core workflow without constant intervention?
- Do they repeat it at the expected frequency?
- Will they pay enough to support delivery and continued development?
- Can the business reach suitable customers at a sensible cost?
- Does support effort fall as the product improves?
- Are requests pulling the product towards one valuable market or several unrelated ones?
A weak answer does not always mean the company should close. It may mean the audience is wrong, the problem is too rare, the service needs more human support or the product should remain a specialist service rather than become SaaS.
The purpose of early evidence is not to prove the original idea right. It is to help the business spend the next pound with more confidence.
12
A SaaS business starts before the software does
The compliance founder did not begin by funding a universal platform. The business began by narrowing the customer, understanding one repeated case, delivering the outcome manually and testing whether customers would pay.
Only then did the first application have a clear job: make that proven service easier to deliver and use.
That is the central lesson in how to start a SaaS business. Choose one customer, one recurring problem and one complete outcome. Prove the service. Build the smallest reliable product around it. Then use real behaviour, retention and operating cost to decide what deserves to grow.
If you have a SaaS idea but the first product still feels too broad, I can help map the workflow, test the risky assumptions and shape a working prototype before you commit to a full build.
Useful questions
Questions to answer before funding the first SaaS build
- Which specific customer owns the problem and can approve a purchase?
- What repeated job are they trying to complete today?
- What does the current workaround cost in time, risk or missed value?
- Can the outcome be delivered manually before it is automated?
- What is the smallest complete workflow a customer could pay to use?
- Which pricing model reflects value without creating confusing behaviour?
- What should happen through sign-up, payment failure, cancellation and data export?
- Which common services should be bought and which distinctive workflow should be built?
- What privacy, security, support and monitoring responsibilities exist from day one?
- Which evidence would justify expanding, changing direction or stopping?


