gaudiaujMarch 30, 20265 min read
A narrow production benchmark comparing react-bun-ssr on Bun with Next.js 16.2.1 on Node 24 across a markdown content page and a local-data SSR page.
benchmarkbunnodejsssrreactnextjsperformancemarkdown
I wanted a first benchmark for react bun ssr that says something real without pretending to say everything. is a Bun native SSR React framework with file based routing, loaders, actions, streaming, soft navigation, and f...
Read articlegaudiaujMarch 30, 20266 min read
A benchmark-driven look at what changed between Next 15 and Next 16, why Node 24 beats Node 22 for this SSR workload, and where Bun helps or does not.
nextjsnodejsbunperformancebenchmarkssr
These numbers come from a broader benchmark I originally ran while working on , but this article is only about what changed on the Next.js side. If you want the broader benchmark context, the full comparison is here: , a...
Read articlegaudiaujMarch 1, 20267 min read
How I used AI to build react-bun-ssr faster, the constraints that kept the framework coherent, and the Bun-first architecture choices that made the workflow work.
aibunssrreactframeworkengineering
I built with AI assistance, but the useful part of that sentence is not the AI part. The useful part is how the work was constrained. AI helped me move faster across implementation, documentation, refactors, and test cov...
Read articlegaudiaujMarch 1, 20264 min read
Why I built react-bun-ssr as a Bun-native alternative to Next.js and Remix, what it already supports today, and what I plan to ship next.
bunssrreactnextjsremixframework
I built because I wanted a serious SSR framework in the React ecosystem that does not start from Node assumptions and does not force every project into the shape of Next.js or Remix. Next.js and Remix both matter. They p...
Read article