Sharing my static site generator without a markup language

I know it isn’t related to Jekyll, which is why I’m posting it in uncategorized. I felt this would be a good place to share my project and get feedback since it’s visited by people interested in static site generation. Please delete this post if it’s off topic.

ConstexprJS is a static site generator that evaluates some of the JS in your pages at build time, snapshots the page, and then removes the JS that was used for rendering.

Feedback, suggestions, and questions are welcome. Many thanks.