Frontend Hosting
The frontend application, built with React, Vite, and Tailwind CSS, is hosted separately from the backend. It is deployed on Vercel.
This choice leverages Vercel’s platform, which is well-suited for hosting static and JAMstack applications, offering benefits like:
- Easy deployment linked directly to the frontend’s code repository.
- Global CDN for fast content delivery.
- Automatic SSL certificate management.
Since the frontend is primarily client-side logic and doesn’t require persistent storage like the backend database, Vercel provides an efficient and scalable hosting solution.