Hello HN!<p>I'm happy to share with you my own static site builder, YASSB (Yet Another Static Site Builder).<p>I have been developing this tool for quite some time now and I had been thinking of open sourcing it for some time as well. Covid finally gave me the time to do so (I guess it's the bright side of the pandemic).<p>I have developed this tool because I was frustrated with existing mainstream static site builders. I wanted a tool written with web languages, that I could just run with my web development tools (node, npm, etc.).<p>For this reason I have developed YASSB in TypeScript (shipped via npm in JavaScript), and made it support natively all the tings you would expect both from a static site builder (e.g. Markdown with FrontMatter) and in modern web development (e.g. JSX/TSX support).<p>To make this tool accessible I have curated some in-depth guides on how to use it [1], and the docs on how YASSB works are available with many comments [2].<p>As you would expect, the landing page of the project, as well ad the guides and the docs are all generated with YASSB.<p>I'd love to hear in the comments what you think!<p>[1] [<a href="https://yassb-foss.github.io/guides/](https://yassb-foss.github.io/guides/)" rel="nofollow">https://yassb-foss.github.io/guides/](https://yassb-foss.git...</a><p>[2] [<a href="https://yassb-foss.github.io/docs/](https://yassb-foss.github.io/docs/)" rel="nofollow">https://yassb-foss.github.io/docs/](https://yassb-foss.githu...</a>