Bought a $120k SaaS Source Code: Why It’s All Traps
On Acquire, a $120k SaaS source code with claimed monthly revenue of $4k and “fully automated” operation — is it really a steal? After reviewing 40 such projects, I uncovered a harsh truth: truly high-quality assets that generate $4k/month while requiring only two hours of weekly maintenance are never sold. What gets listed is usually because the seller spotted an impending collapse before you did.
1. Hidden Refactoring Costs Are Ignored
Buyers typically pay at a 3x ARR (or even 4x) multiple without ever deducting rebuild costs. The result? You pay $120k for $48k in annual revenue, only to discover by month three that local builds are completely broken and you’re facing tens of thousands in refactoring fees.
- Deployment black boxes: Many projects rely on the seller manually SSHing into the server and running
git pull, never documented because the seller themselves was the only one who knew how. - Infrastructure landmines: I once found that billing reconciliation cron jobs were running on the seller’s personal MacBook. The moment that laptop slept, 60 paying customers stopped receiving invoices.
- Mountains of tech debt: All dependency libraries have gone unupdated since release, creating massive security and maintenance risks.
2. Reproducible Pitfall-Evasion Steps
Before looking at a single line of code, run this “fatal test”: ask the seller to deploy the app from scratch on a brand-new server via video call, with a 30-minute time limit.
I ran this test 15 times, and roughly half the sellers couldn’t pull it off. Some went silent for four minutes before claiming they’d send a Loom video later — which they never did. If a seller can’t demonstrate live deployment, the asset is essentially just a Git repository attached to a Stripe account. Walk away.
Additional checkpoints:
- Ask whether a complete recovery playbook exists in case the system crashes.
- Verify that the tech stack doesn’t depend on abandoned libraries or undocumented hardcoded keys.
Remember: genuinely self-running SaaS products don’t get sold. What you see is just the tip of the iceberg.
Source · posts from startups, juststart, SaaS:Read original →