AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using JavaScript to Generate a Multi-Page Application
Mappa is an app that runs entirely on a server with minimal client side dynamic behavior. SSG or static site generation spits out static HTML essentially turning the app into a degree of a multi-page application because you do have an HTML file for each page but there usually is this dynamic step of both hydrating your code and loading in interactivity.