Earlier quoted context omitted.
"build multi-tenancy themselves".... this is a weird thing to say. In the modern day, what product company builds single-tenancy..? Even if a customer explicitly wants it, you can make multi into single easily. The other way around is difficult.
Depends on the app and the context. A lot of apps need multi-tenant access control but not necessarily separate containers etc. In those cases, "adding" multi-tenancy means maintaining an Organizations table, a Roles table, and a table to map them to Users.
Why Slight Failed: A Slight Post-Mortem
61–70 of 77 posts
Re: Why Slight Failed: A Slight Post-Mortem
#62Earlier quoted context omitted.
Question about multi-tenancy - do you recommend starting with a single-tenant approach, or are there off-the-shelf options for multi-tenancy that you'd recommend using, instead of building it from scratch?
We build a system that is multi-tenant capable but can run as single tenant until you need it. Happy to chat if helpful
Re: Why Slight Failed: A Slight Post-Mortem
#63Earlier quoted context omitted.
Depending on the industry, once legal and compliance get involved, you can face a number of obstacles. Regulatory compliance like HIPAA, SOC2 is a common one (most small startups I've seen can bullshit their way around this for a bit); many early stage startups won't have this in place since it requires a not-insignificant investment in time and money. Some industries like life sciences will request external/3rd part…
This sounds like a business opportunity, for selling to VCs to recommend to their startups
Re: Why Slight Failed: A Slight Post-Mortem
#64Earlier quoted context omitted.
We build a system that is multi-tenant capable but can run as single tenant until you need it. Happy to chat if helpful
Not sure how to DM on here, but I just checked your landing and wanted to ask in what ways you're better than clerk.dev?
And by "happy to chat" I meant by my email in my bio (which I just added to the public part), if it'd be helpful!
Re: Why Slight Failed: A Slight Post-Mortem
#65I chatted with Colman years ago when Slight was around about joining forces and I was really impressed by his character and intelligence. It didn't work out between us for unrelated reasons. And then later on they shut Slight down as described here. But failure is such a good learning experience. If he ever starts something again I would definitely recommend folks to follow/join it.
Re: Why Slight Failed: A Slight Post-Mortem
#66Re: Why Slight Failed: A Slight Post-Mortem
#67Earlier quoted context omitted.
Besides WorkOS being stupid expensive as far as I can see, the compliance requests we get goes far beyond that. It includes our development practices, internal security, who has physical access to stuff and so on. And it's never the same, and they usually won't do any work themselves so we have to figure out how our situation maps to their 2000 custom questions.
Or you quit excusing your half assed practices, put on your big boy pants and do the work to get ISO270001 certification
If you're a startup, it might be beneficial to study ISO27001 early on, so you avoid relying on things which are difficult under ISO27001.
Anyway, my point was that just relying on WorkOS won't help that much in answering the security questionaires.
Re: Why Slight Failed: A Slight Post-Mortem
#68This is called implementation. You basically have people who work full time just on implementation plans and executions of it.
Re: Why Slight Failed: A Slight Post-Mortem
#69Earlier quoted context omitted.
GDPR & ISO27001 compliance are the important ones, but depending on the industry there maybe others (HIPAA for example). You need to hire an advisor and start writing everything down. Being able to hand over compliance documentation along with proof of an audit is absolute gold. If you don’t do this, be prepared for a mini-audit on every sale (if you get that far). Sales to governments will likely come with even more…
> If you don’t do this, be prepared for a mini-audit on every sale (if you get that far). That's the position we're in, though as an older but still growing B2B we have to do this for existing customers as well. We're in the process of getting ISO27001, meanwhile we got one guy out of 40ish almost full-time answering such questions now.
Re: Why Slight Failed: A Slight Post-Mortem
#70Earlier quoted context omitted.
I'd love to hear more insights about on this. I'm just kicking off a B2B SaaS, have a rough idea of the checklist in my head, and am trying to balance core tech development with box checking.
GDPR & ISO27001 compliance are the important ones, but depending on the industry there maybe others (HIPAA for example). You need to hire an advisor and start writing everything down. Being able to hand over compliance documentation along with proof of an audit is absolute gold. If you don’t do this, be prepared for a mini-audit on every sale (if you get that far). Sales to governments will likely come with even more…