This was a project commissioned by a third party. The goal was to create a platform that would have been the "Airbnb" for businesses.
But the client vanished during the development, taking away the payments too.
Now this is an old project, with vulnerable dependencies and bad implementations, so for what it's worth can be shared publicly.
The project was built using:
svelte@4and@svelte/kit@2because they are awesome XD@auth/coreas the auth library, but I wouldn't pick it again, I'd rather implement the auth myself or use a third party like Auth0 or Clerktrpc@10for the server side logic, but I'd pick sveltekit native form actionsprisma@5as the ORM, but I would pick drizzle now@skeletonlabs/skeleton@2as the UI library, it was fine, but sometimes I needed to hack it. I'd consider it again if I'm unable to use bits-ui
As you can see, I have a lot of considerations on the tech choices. It was a fun project where I could experiment.