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.

01

Files have a job

Pages live in folders, Markdown holds the words, and the build turns both into routes you can host anywhere.

02

JavaScript earns its place

Most of a site stays static. When a control needs state, define one React island and hydrate that boundary.

Get started