# MultiTenant Posts

Articles and insights about MultiTenant from the PropelAuth team.

### **React/FastAPI Starter Guide**  
This guide walks through the process of setting up authentication using PropelAuth on top of a product built in FastAPI & React.  
[Read more](/content/post/react-fast-api-starter-guide/index.html)

### **Building a Multi-Tenant App with FastAPI, SQLModel, and PropelAuth**  
Building a multi-tenant (sometimes also known as B2B) product can be a trickier than building for consumers. Instead of handling users as individuals,...  
[Read more](/content/post/multi-tenant-fastapi-propelauth/index.html)

### **React/Python + Chalice Starter App**  
In this guide, we’ll build an example B2B application in React where users can sign up, login, manage their accounts, and view organization and member...  
[Read more](/content/post/react-python-chalice-starter-app/index.html)

### **React/Flask Starter App**  
In this guide, we’ll build an example B2B application in React where users can sign up, login, manage their accounts, and view organization and member...  
[Read more](/content/post/react-flask-starter-app/index.html)

### **React/Express Starter App**  
In this guide, we’ll build an example B2B application in React where users can sign up, login, manage their accounts, and view organization and member...  
[Read more](/content/post/react-express-starter-app/index.html)

### **Adding Multi-Account Support to Your Product**  
When starting a startup, the initial focus is usually on getting your product into peoples hands as quickly as possible. You want to cut any features ...  
[Read more](/content/post/adding-multi-account-support-to-your-product/index.html)

### **Next.js Multi-Tenant Starter Application**  
In this guide, we’ll build an example B2B application in Next.js where users can sign up, login, manage their accounts, and view organization and memb...  
[Read more](/content/post/nextjs-starter-application/index.html)

### **React Hooks for Multi-Tenancy and Authorization w/ PropelAuth**  
Say you built a SaaS application for restaurants to track information about their orders. There are multiple people at the restaurants who need access...  
[Read more](/content/post/react-hooks-for-multi-tenancy-and-authorization-w-propelauth/index.html)

### **Serverless Multi-Tenant Python Apps Made Easy with Chalice and PropelAuth**  
Serverless functions are very powerful but historically have a poor developer experience. Chalice allows us to quickly deploy API routes with very lit...  
[Read more](/content/post/serverless-multi-tenant-python-app-made-easy-with-chalice-and-propelauth/index.html)

### **Custom Organization Naming**  
When users sign up for your product, do they sign up as individuals or in groups? If you are building a B2B product, they likely sign up in groups alo...  
[Read more](/content/post/custom-organization-naming/index.html)
