Quoia is a framework/build system written in Node for generating static websites. It has zero dependencies and is built to be flexible. It borrows a few ideas from modern front-end frameworks, but generates a completely static site ready to be served, without the need for extra external dependencies being loaded.
With Quoia, projects are built on a component system. Each component can have it's own set of styles, scripts, and it's own HTML template. A component can also import other components to build large pages while keeping HTML separated organized. A component can represent a page on your site, or just a re-usable section of it.
Made by this guy.