Back End (not very) Deep Dive

Gigalooted was built as a client-side only application, so there is no real backend to it. The front end technologies power the entire app, except for the content hosting.

Content is stored across Vercel's CDN reducing the total travel time to send content to users, meaning fast page load times worldwide.

The code itself is stored on Github and connected to Vercel so everytime I commit a new change, Vercel rebuilds and distributes the application across the CDN.