July 20, 2026
Why Fyr is CDN-first
A small framework should let an idea reach the browser without making a build system the first task.
Fyr starts from the browser. A page can import an exact version, create reactive state, and stay close to the HTML it renders.
That does not mean build tools are forbidden. It means they are optional. Use npm when it helps your project, and use a pinned CDN module when direct delivery is the clearest choice.