Skip to content

91juhwang/multi-tenant-poc

Repository files navigation

This is a multi-tenant PoC app built with NextJS.

App will render 2 different views depending on the requested domain. Middleware will intercept the http request and check the domain and redirect based on the domain value. Useful concept when we want to white label or host multi tenants in the application.

Local Development:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

About

poc multitenant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors