Rent, Don't Build: What I Still Pay For
I explain why some SaaS tools belong in your toolbox, not in your codebase, and how to spot the services you should keep renting.
When I first walked into a midsize manufacturing firm with ~200 employees, the first thing I saw was a wall of SaaS subscriptions. The CFO could point to a spreadsheet that listed 21 different tools, each promising to solve a tiny slice of the business. I spent weeks mapping those tools to the real processes they touched, and the pattern was clear: most of the software was a convenience, not a competitive moat. That realization reshaped how I advise owners – I stop asking "Can we replace it?" and start asking "Do we need to own it?"
Why Renting Isn't a Default Failure
Renting a SaaS product is often the fastest way to get a feature in front of users. The vendor has already built the UI, the API, the compliance paperwork, and the support team. If you try to duplicate that in-house, you inherit years of hidden work: patch management, security updates, and the inevitable churn when a key engineer leaves. Those hidden costs rarely show up in a spreadsheet, but they surface as outages, missed deadlines, and burnt‑out teams.
Another hidden cost is opportunity cost. While your developers are busy wiring up a custom email‑routing engine, your salespeople are waiting for a reliable way to capture leads. In a business where cash flow is tight, the speed of delivery can be the difference between a closed deal and a lost prospect. SaaS vendors have already optimized that speed for thousands of customers; you would have to reinvent it from scratch.
Finally, expertise matters. The world of identity management, payment processing, or compliance is a moving target. A specialist SaaS provider lives and breathes those regulations; your core team has a different focus. When the regulator updates a rule, the SaaS vendor pushes a patch. When you own the code, that patch becomes a project you must staff, test, and deploy.
The Three Categories You Should Keep Renting
Over the years I have boiled the rent‑vs‑build decision down to three buckets. If a tool falls cleanly into one of them, my default is to rent.
- Commodity SaaS – tools that exist in dozens of variants and require little to no customization (e.g., email marketing, basic accounting, HR onboarding).
- Specialized occasional tools – services you use a few times a year or that solve a niche problem (e.g., a one‑off data‑migration utility, a niche analytics dashboard).
- Core infrastructure – cloud compute, storage, authentication, and networking that demand 24/7 reliability and security expertise.
The logic is simple: these services are built to be multi‑tenant, they receive continuous investment from vendors, and the marginal cost of an extra user is near zero. When you own them, you pay for the same maintenance that the vendor already covers, plus the cost of your own engineering time.
When Ownership Pays Off
The moment you start to see a SaaS product become a strategic differentiator, the calculus flips. If the software encodes a core business rule – for example, a custom quoting engine that ties together inventory, pricing tiers, and contract terms – then owning that logic gives you control over speed, data privacy, and future product extensions.
Custom ownership also unlocks integration depth. A single‑tenant operating system can talk to every ERP module, CRM record, and shop‑floor sensor without the friction of API rate limits or version mismatches. In the ~200‑employee client I helped, we replaced 21 SaaS tools with a unified OS that spoke directly to the shop floor PLCs. The result was $0 ongoing licensing cost and a data model that the leadership could query in real time.
Automation and AI amplify the value of ownership. When you control the data pipeline, you can layer 25+ AI agents that surface demand forecasts, predictive maintenance alerts, and automated compliance checks. Those agents would be impossible to build on top of a black‑box SaaS that hides its data model.
How I Decide in a Real Project
My decision framework starts with a cost‑benefit matrix that measures three axes: strategic impact, engineering effort, and vendor lock‑in risk. I rate each SaaS on a scale of 1‑5 for each axis, then multiply the scores. Anything that scores below a threshold (usually 30) stays rented.
In practice, that meant looking at a payroll system that handled 16 departments across 14 live bases. The payroll SaaS scored a 4 on strategic impact (it’s core to compliance) but a 2 on engineering effort (the API was limited) and a 5 on lock‑in risk (the vendor was consolidating). The product of those scores was 40, just above the threshold, so we kept it rented and focused our custom work on the downstream reporting layer where we could add real value.
Conversely, the same client used a generic project‑management board for internal ticket routing. That tool scored a 1 on strategic impact, a 4 on effort (it would take weeks to replicate), and a 2 on lock‑in risk. The product was 8 – far below the threshold – so we built a lightweight internal tracker that lived inside the new OS. The trade‑off was a few extra developer weeks, but the payoff was a single source of truth that eliminated double‑entry.
The One Mistake to Avoid
Do not try to re‑engineer a mature SaaS just because you think you can shave a few dollars off the subscription. If you cannot prove that building the tool will save at least one full week of work per quarter across the organization, the rent‑vs‑build equation stays firmly on the renting side. That single rule has saved me from countless costly rebuilds and kept my clients focused on the parts of the business that truly need a custom operating system.