Skip to main content
QuantLab Logo
Glossary · Software

What is SaaS?

SaaS — Software as a Service — is software you rent through a web browser on a recurring subscription, where the vendor runs the servers, owns the upgrades, and is paid monthly or annually instead of with a one-time license.

What does SaaS stand for?

SaaS stands for Software as a Service. It refers to software you access through a browser on a recurring subscription instead of installing locally. Real SaaS has four traits: multi-tenancy (one app instance, many customers), stateful user data, recurring subscription billing, and continuous delivery to all customers simultaneously without scheduling upgrade windows.

A brief history

Before SaaS, business software was something you bought on a CD, installed on a server you owned, and patched yourself when something broke. The upfront license cost was enormous, the maintenance overhead was a job in itself, and upgrading meant scheduling weekend downtime. Salesforce launched in 1999 on the slogan "No Software" — meaning no CDs, no installs, no servers in your closet — and the SaaS model was born.

Over the next two decades, broadband, browsers, virtualization, and eventually the cloud removed every technical reason not to ship this way. Today, the question for a new B2B product is rarely whether to be SaaS — it is which slice of SaaS you are: horizontal (Slack, Notion, Linear), vertical (Toast for restaurants, Procore for construction), or infrastructure (Stripe, Twilio, Vercel).

What makes something actually SaaS

Four characteristics tend to define a real SaaS rather than a website with a login form. Multi-tenancy: one application instance serves many customer organizations, with strict data isolation between them. State: users do not just read content, they create and modify data that persists across sessions. Subscription billing: revenue is recurring, usually per-seat or usage-based. And continuous delivery: the vendor ships improvements to every customer simultaneously, without anyone scheduling an upgrade window.

Everything downstream of that — the unit economics of SaaS, the focus on net revenue retention, the obsession with churn — falls out of those four traits. If you understand those, you understand the business.

SaaS economics in one paragraph

Three numbers run the business. CAC (customer acquisition cost): everything you spent to land one customer, divided by the number you landed. LTV (lifetime value): the gross profit you expect from one customer over the time they stay. Net Revenue Retention (NRR): how much your existing customer base grows or shrinks year over year, before any new logos. Healthy SaaS has LTV:CAC of 3:1 or better, NRR above 100 percent, and a payback period under 18 months. If you do not know your numbers, your investors will, and the conversation will be uncomfortable.

The hard parts nobody tells you about

Founders building their first SaaS underestimate four things. Billing is not a feature, it is a system — proration, dunning, tax, refunds, plan changes, and the audit trail behind all of it. Multi-tenant data isolation has to be designed in from the start; retrofitting it later means rebuilding the database layer. Webhooks and event delivery are their own discipline once you have a few integrations. And SOC 2 will come for you the moment you sell to anyone with a procurement team.

At QUANT LAB

We build production SaaS platforms for founders who are either replatforming off no-code or starting fresh after a failed offshore build. Our SaaS platform development work is opinionated: Next.js for the application, Postgres for the data layer, Stripe for billing, and Vercel or AWS for hosting. The first eight weeks always go into the boring foundation — auth, billing, permissions, audit log — because everything fun depends on it.

If you are still validating, read our guide on build versus buy software before committing to a custom build.

Vertical vs horizontal SaaS

Horizontal SaaS solves a workflow that exists across many industries — Slack for chat, Notion for docs, Linear for engineering teams. Larger total addressable market, more competition, harder to differentiate. Vertical SaaS targets one industry deeply — Toast for restaurants, Procore for construction, Veeva for life sciences. Smaller market, less competition, much easier to charge premium prices because the product becomes the operating system for that industry. Most new SaaS opportunities in 2026 are vertical — the horizontal categories are largely won.

Building a SaaS? Skip the buzzwords

Book a no-pressure 30-minute consultation with the engineer who would write your foundation.

SaaS platform development