Been working on TenantSaas, a .NET library to make developing multi-tenant apps safer. Wanted something that prevents background jobs or admin scripts from accidentally running across tenants by refusing to run when tenant context isn’t clear. Comes with contract tests teams can run in CI. Still early, so be gentle.
What do you mean by multi-tenant apps? I hear multi-tenant in the context of hosting infrastructure, so EC2/EKS/Heroku would be mutli-tenant. But a multitenant app, wouldn't that be any app? Like say, stripe or github?