1
1 Comment

The B2C-or-B2B decision you're forced to make too early — and why I stopped hard-coding it

Every SaaS makes one architectural bet before it has any customers: are you single-user (B2C) or teams (B2B)?

It feels like a small thing early on. It isn't. That one decision quietly shapes your entire data model — how workspaces work, whether invites exist, how permissions are structured, how billing is scoped. And you're forced to choose it at the exact moment you know the least about who your customers will actually be.

I've watched this go wrong in both directions:
Build B2C, then a team customer shows up wanting shared accounts — and you realize your whole tenancy model assumes one user owns one workspace. Retrofitting multi-user is a rewrite, not a feature.

Build B2B "to be safe," and you've saddled a simple single-user product with workspace-switching and invite flows nobody asked for.

The problem is that you usually can't know which one you are until you're in market. So hard-coding it early is making an irreversible-feeling decision on a guess.

After hitting this across my own products, I stopped treating it as a build-time decision and made it a setting — Personal vs Platform mode, switchable, where flipping it changes the workspace model but only affects new users so existing data is preserved. The point wasn't "look, a toggle." It was: stop forcing the irreversible version of a decision I'm going to want to revisit once I actually have customers.

How you guys handled this:

  1. Did you pick B2C or B2B upfront — and did you end up regretting it or pivoting?
  2. For those who pivoted single-user → teams (or the reverse): how painful was the retrofit?
  3. Do you think this is even worth abstracting, or is it premature optimisation to make it flexible before you know?
on June 17, 2026
Trending on Indie Hackers
6 weeks solo, 2 rejections, finally live but nobody told me marketing would be this hard User Avatar 140 comments I spent more time setting up cold email than actually selling. Here is what fixed it. User Avatar 38 comments I just wanted to taste AI coding tools. A week passed. User Avatar 24 comments I got my first $159 in sales after realizing I was building in silence User Avatar 21 comments I got tired of rewriting the same content for 9 different platforms. So I built Repostify. User Avatar 21 comments A pattern I keep seeing in EdTech: traffic isn't usually the problem. User Avatar 19 comments