The Economics of Building Solo With AI
What it actually costs — in time, money, and focus — to build and operate a multi-tenant SaaS as one person in 2026. The numbers, the stack, and the trade-offs.
I run a restaurant operations SaaS solo. Product, UX, AI, engineering, support, billing — all of it. Two years ago, this would have required a team of five. The economics have changed, and I want to be honest about what that looks like, because the "AI lets anyone build a SaaS" narrative skips the parts that are still hard.
Here's what I'm actually running:
The infrastructure cost is negligible. A single paying customer covers it several times over. That's the real shift — the marginal cost of running a SaaS has collapsed to the point where the bottleneck is no longer capital or headcount. It's something else entirely.
Let me be specific about where AI compresses the timeline, because "it makes you faster" is too vague.
Boilerplate and scaffolding. Generating CRUD endpoints, type definitions, database migrations, test stubs. What used to be a day of tedious work is now twenty minutes. This is where the biggest gains are, and it's the least interesting part of the job, which makes it the perfect thing to delegate.
Research and pattern lookup. "How do I structure a multi-tenant RBAC system in Prisma?" Instead of reading five blog posts and three GitHub repos, I get a synthesized answer in seconds and verify the parts that matter. The time savings compound because I make fewer context-switching interruptions.
First drafts. A landing page, a support doc, an email sequence. AI generates the 70% solution. I edit it into the 100% solution. The editing is faster than writing from scratch.
Here's the part the Twitter threads don't mention.
Judgment about what to build. AI can tell you how to build anything. It cannot tell you whether building it is worth it. Feature prioritization — the discipline of saying no to good ideas so you can ship great ones — remains the hardest part of solo product work, and no tool helps with it.
Understanding the user. I spent three months doing discovery with restaurant owners before writing a line of Menyo Pro. The insights from those conversations — that owners don't want features, they want problems solved fast — shaped every product decision. AI didn't do that discovery. I sat in restaurants and watched people struggle with bad QR menus.
Operational support. When a kitchen display goes down during Friday dinner rush, the restaurant owner calls me. Not an AI. The human accountability of being the person who picks up the phone is part of what they're paying for.
The last 20%. AI gets you to a working prototype fast. The polish, the edge cases, the performance tuning, the "it works but it feels wrong" fixes — that's still hours of focused human work. The gap between a demo and a product people pay for is the entire job.
The constraint isn't tools or money. It's attention.
When you're solo, every hour you spend on engineering is an hour you're not spending on product, or support, or growth. AI compresses the engineering hours, which is great, but it doesn't give you more total hours. The discipline becomes: what is the single highest-leverage thing I can do right now?
My rough weekly split:
People ask: if AI makes building so easy, isn't your product easy to copy?
Technically, yes. Someone could rebuild Menyo Pro's feature set in a few months with AI assistance. But they'd be rebuilding the easy part. They wouldn't have:
Building solo with AI is genuinely viable in a way it wasn't before. The numbers work. The tools are good enough. But it's not easier — the difficulty just moved. It moved from "can I build this?" to "should I build this, and can I sustain it?"
If you're considering it: start with a problem you understand deeply, in a market you have access to. Use AI to build fast, but don't let the building speed trick you into skipping the thinking. The thinking is still the hardest part, and it's still the part that matters most.
The Stack That Makes It Possible
| Layer | Tool | Monthly Cost |
|---|---|---|
| Frontend | Next.js 16, React 19 | $0 |
| API | tRPC, Node.js | $0 |
| Database | PostgreSQL (managed) | $25 |
| AI extraction | Gemini API | $40–120 (usage-based) |
| Payments | Stripe Connect | % of volume |
| Auth | Clerk | $25 |
| Hosting | Vercel | $20 |
| Monitoring | PostHog | $0 (free tier) |
| Total fixed | ~$90/month |
What AI Actually Replaces
What AI Does Not Replace
The Real Bottleneck: Focus
- 40% engineering (new features, bug fixes, maintenance)
- 25% product (talking to users, roadmap, prioritization)
- 20% support (customer issues, onboarding help)
- 15% growth (content, SEO, partnerships)
The Defensibility Question
- The relationships with 50+ restaurants who trust me to run their operations
- The edge cases I've solved through hundreds of real-world deployments
- The domain knowledge from nine years in MENA hospitality tech
- The distribution channels I've built
