Could fastboot be used to generate static files?

Lets say I have a very very simple Ember app. It has no query params, no models and just a few routes. Could I use fastboot to generate static files for all the routes, basically what the server would generate and send out to client I would like to save to a file. And then just upload this “enhanced” dist folder. I could then have all the benefits of fastboot on some simple static file hosting.

Is this possible?