It seems like just about everyone's written a static site generator. Mine is Kerouac (<a href="https://github.com/jaredhanson/kerouac" rel="nofollow">https://github.com/jaredhanson/kerouac</a>), another Node.js-based generator.<p>I specifically wanted to apply the middleware concept to generating pages, which turned out to be a decent fit. It ends up being a very similar API to Express, so its instantly familiar to Node.js developers. Check it out.