Single Page Applications aka SPA is the latest technology in the field of web development. In such applications static sites are rendered by the server and sent to the client. This hugely improves the security and speed of the application. In this blog, I have listed SPA developed using popular platforms like Vercel, Gatsby, Netlify, and Gitlab. These platforms use trending web frameworks like React and Node to build applications. These applications can be automatically deployed when the source code in the Git repository is updated.
1. A simple multipage website with blog developed using Next Js and deployed to Vercel
https://nepaltreks.vercel.app/

2. Another personal profile with blog deployed to Vercel
https://nabin.vercel.app/

3. Simple website with hot reload feature made and deployed using Gatsby
https://trekkinginnepal.gatsbyjs.io/

4. Very basic HTML site with links and images deployed to Netlify
https://objective-hypatia-44479e.netlify.app/

5. Another static website build using Hugo and deployed to Gitlab
https://mailnawbeen.gitlab.io/adventurenepal/
