Hey all! We are building a SaaS and we're using Next, but the next step of our product is to build a site builder and this will be really expensive with NextJS/Vercel.
We are aiming for the greatest performance we can get so I thought I'd give Remix a go.
I know it's a broad question, so I'm just looking for a "boolean" kind of answer, if I can achieve it with Remix or not.
I need to be able to map customerSubdomain.mysite.com to an organization on a datababase. Each website will be dynamic and customizable by each customer. Each customer will also e able to add a custom domain.
With Next/Vercel I know I can do this using middleware, but from my research there's no such thing on Remix.
Being fully honest, I'm still researching the best implementation, just wondering if Remix would be good/scalable for handling this situation?
Again, sorry for the broad question