gaudiaujApril 15, 20263 min read
A short update on the April 2026 rerun showing Bun 1.3.12 improving both react-bun-ssr and Next.js while the Bun-native SSR gap remains large.
bunbenchmarkperformancenextjsssrreactnodejsrbssr
I reran the benchmark with the newer Bun release because the runtime moved enough that the old numbers deserved a fresh pass. The canonical benchmark page is still here: . The full methodology article is still here: . Th...
Read articlegaudiaujMarch 30, 20266 min read
A narrow production benchmark comparing react-bun-ssr on Bun 1.3.12 with Next.js 15 and 16 across Bun, Node 22, and Node 24.
benchmarkbunnodejsssrreactnextjsperformancemarkdown
I wanted a benchmark for that says something real without pretending to say everything. For the stable evergreen summary, use the . This article is the full methodology and interpretation behind that canonical page. Upda...
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