xenakis
composable static sites
Web Components present a wonderfully simple model: write your own html elements, and then compose complex things with them. <modal title="Hello!">Modal Body</modal>
! Unfortunately, the Web Components
spec introduces a lot of complexity of its own.
What if defining a component was as easy as writing some html and css into a file? xenakis is an in-progress static site generator based on Web Components.