In this series, I'll walk you through building a multi-tenant SaaS application. I'll use Golang for building a REST API backend and use Remix and Vite in SPA mode for the frontend.
I'll cover topics like monorepo setup, schema design for multi-tenacy, writing an OpenAPI spec and codegen, use an ORM to talk to our database, authentication and authorization, and finally, deployment.