Replies: 1 comment
-
Hey! We have this example here that should be helpful: https://github.com/vercel/examples/tree/main/edge-functions/hostname-rewrites |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Thank you for all the work you have done to bring this Multi-Tenant App capability to NextJS/Vercel devs. Its a very cool feature!
Im wondering if you could create a repo that contains a less feature-full implementation of the Multi-Tenant App structure? Like no DB, Auth or CSS integration, just the essential components for adding subdomain routing to a NextJS/Vercel project?
The problem I am facing with the current
platforms
template is that it tries to fit it so much that I am having trouble configuring a very simple app for a proof-of-concept test. At this point I don't really need to fixate on adding authorization or full-system db, I just want to test the basic structure of a multi-tenant application for a specific use-case.My assumption is that the core of the
platforms
repo is themiddleware.ts
file and that pages structure. So if I were to properly configure those core aspects then the multi-tenant (i.e. subdomain) features should work.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions