This document compares single-page applications (SPA), server-side rendering (SSR), and static sites for serving web applications. SPA have poor SEO without additional configuration, slow initial loading times but easy scaling. SSR has fast initial loading, requires a server for deployment but routing can be complex. Static sites have good SEO, fast loading, easy deployment but lack dynamic routes without custom handling.