Angular now has a static site generator (SSG) thanks to the release of Scully, an alpha version developed by HeroDevs, which pre-renders each page in your app to plain HTML and CSS using machine learning techniques. To add it to an existing Angular app, you simply need to run `ng add @scullyio/init` and see your static files in a new dist folder called static alongside your application folder. Scully also supports blog posts and plugins for route and data transformation, offering a powerful tool for the Jamstack, with resources available on its documentation and live release video.