We have plans to create an internal dashboard utilizing Nuxt.js. Since this dashboard will be used internally, there is no requirement for a universal mode. Typically, most dashboards are designed as SPAs (Single Page Applications).
However, SPAs still need a server to deliver the initial HTML and js bundle to the browser. What if we utilize SSG (Static Site Generation) instead and deploy it to S3? This way, we can eliminate the need for a server and potentially save on costs.