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:
The tool: https://www.buildbase.app