Topic
Multi-tenant
Technical insights from FlareTech about Multi-tenant.
- SaaS5 min read
Stripe, billing, and org auth — what to have in place before your first paying customer
Billing and auth are the first place a SaaS product becomes expensive to fix afterwards. Here is how we think about Stripe, organisations, and self-service together — without reinventing what Stripe has already solved.
→Stripe, billing, and org auth — what to have in place before your first paying customer - SaaS5 min read
Multi-tenant architecture: when, how — and what can wait
Multi-tenant sounds like something you must decide on day one. In practice it's a scale of choices — from "everyone in the same database with an org id" to full isolation. Here's how we choose without over-engineering the MVP.
→Multi-tenant architecture: when, how — and what can wait - SaaS3 min read
SaaS MVP: what belongs in v1 — and what waits
The hardest part of an MVP isn't building features — it's not building them. v1 should prove someone will use the product, not that you've built a mini enterprise platform.
→SaaS MVP: what belongs in v1 — and what waits