About Nib
Static by default.
Interactive by choice.
Nib is a small React framework for people who want to make a site, not assemble an application platform first.
Files have a job
Pages live in folders, Markdown holds the words, and the build turns both into routes you can host anywhere.
JavaScript earns its place
Most of a site stays static. When a control needs state, define one React island and hydrate that boundary.