Multi-tenant ERP / SaaS Platform
The one nobody wants to hear about at parties.
Read the full storyShow less
A multi-tenant SaaS platform serving B2B, B2C, and internal operations. The application itself wasn’t the interesting part: running many instances of it without turning every new tenant into another infrastructure project was.
Creating a tenant meant touching a surprisingly long list of things: namespaces, secrets, databases, deployments, storage, monitoring, error tracking, translations, Git configuration, and a handful of other pieces that nobody remembers until something is missing.
So I started turning that whole process into a repeatable, orchestrated workflow. Infrastructure and application configuration became visible and traceable, deployments became easier to follow, and spinning up a new instance became something the platform could handle instead of something an engineer had to remember step by step.
The bigger goal was simple: make a growing platform manageable without needing someone who remembers how it was built.
And, of course, keep it fast. Because apparently “it’s an ERP” is not an acceptable excuse for making people wait.