Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request?]: Support for multi tenant architectures? #184

Open
askides opened this issue Oct 17, 2024 · 0 comments
Open

[Feature Request?]: Support for multi tenant architectures? #184

askides opened this issue Oct 17, 2024 · 0 comments
Labels
feature-request New feature or request

Comments

@askides
Copy link

askides commented Oct 17, 2024

Sometimes for architectural reasons you need to structure your app with a domain and many subdomains:

  1. https://example.com
  2. https://app.example.com
  3. https://user.example.com

This is currently something feasible only in Next.js as even Remix does not support it natively.

Next.js leverages on his middleware to handle such a feature.

The question is, are you guys in plan to build a general middleware to handle this kind of solutions? This would be really a game changer for me and finally a way to move out from Next.js which is definitely became too complex to handle for simple stuff.

I would love to contribute in case.

Extra docs: https://vercel.com/guides/nextjs-multi-tenant-application

@askides askides changed the title Support for multi tenant architectures? [Feature Request?]: Support for multi tenant architectures? Oct 17, 2024
@zetavg zetavg added the feature-request New feature or request label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants