Replies: 1 comment 2 replies
-
@rogadev Here is a platforms Starter kit for Sveltekit I created a month or so ago. @StephDietz pointed me in your direction to help out. This is a simpler version of the architecture I'm using in production for 100+ customers. Let me know if you need help getting started, and I can hop on a screen share to walk you through how it works. High level, it all comes down to dynamically rendering components based on the host in the request. This version (to make it simple) looks at the subdomain to determine which app to render. However, this can be extended in many ways to make it fit your needs. You can follow the logic beginning at the |
Beta Was this translation helpful? Give feedback.
-
Is there any chance you'd be able to do a starter kit similar to this but for SvelteKit? I've been looking for examples to work off of and I've run into nothing but problems. I've been trying to get multi-tenant working with my capstone project this semester and I've run into a brick wall at this point.
Beta Was this translation helpful? Give feedback.
All reactions